Jump to content

4 types of Side Missions (Events)


Aidem

Recommended Posts

1 hour ago, gernika said:

this works on epoch 1.6?

yupp you need change the items ids. or just replace the items by others items in epoch events 1.6.  for example IN TREASURE.SQF

replace

_loot_lists = [[["revolver_gold_EP1"],["6Rnd_45ACP","ItemBriefcase100oz"]],[["revolver_gold_EP1"],["6Rnd_45ACP","ItemSilverBar","ItemGoldBar10oz"]]];

_loot = _loot_lists call BIS_fnc_selectRandom;
 _loot_lists = [
[
["M9SD","FN_FAL","M4A3_CCO_EP1","AKS_74_kobra","Sa58V_RCO_EP1","ItemEtool","ItemCrowbar","ItemKnife","ItemSledge","ItemCompass","Binocular","Binocular_Vector","NVGoggles","ItemGPS"],
["ItemBriefcase100oz","150Rnd_127x107_DSHKM","20Rnd_762x51_FNFAL","20Rnd_762x51_FNFAL","20Rnd_762x51_FNFAL","30Rnd_762x39_SA58","30Rnd_762x39_SA58","30Rnd_762x39_SA58","30Rnd_556x45_Stanag","30Rnd_556x45_Stanag","30Rnd_545x39_AK","30Rnd_545x39_AK","30Rnd_545x39_AK","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD"]
]
];

_loot =  _loot_lists call BIS_fnc_selectRandom; 

this is an example you can add any other kind of items allowed in 1.6-

Link to comment
Share on other sites

7 hours ago, juandayz said:

yupp you need change the items ids. or just replace the items by others items in epoch events 1.6.  for example IN TREASURE.SQF

replace


_loot_lists = [[["revolver_gold_EP1"],["6Rnd_45ACP","ItemBriefcase100oz"]],[["revolver_gold_EP1"],["6Rnd_45ACP","ItemSilverBar","ItemGoldBar10oz"]]];

_loot = _loot_lists call BIS_fnc_selectRandom;

 _loot_lists = [
[
["M9SD","FN_FAL","M4A3_CCO_EP1","AKS_74_kobra","Sa58V_RCO_EP1","ItemEtool","ItemCrowbar","ItemKnife","ItemSledge","ItemCompass","Binocular","Binocular_Vector","NVGoggles","ItemGPS"],
["ItemBriefcase100oz","150Rnd_127x107_DSHKM","20Rnd_762x51_FNFAL","20Rnd_762x51_FNFAL","20Rnd_762x51_FNFAL","30Rnd_762x39_SA58","30Rnd_762x39_SA58","30Rnd_762x39_SA58","30Rnd_556x45_Stanag","30Rnd_556x45_Stanag","30Rnd_545x39_AK","30Rnd_545x39_AK","30Rnd_545x39_AK","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD"]
]
];

_loot =  _loot_lists call BIS_fnc_selectRandom; 

this is an example you can add any other kind of items allowed in 1.6-

thank you very much!!

Link to comment
Share on other sites

  • 2 months later...
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
×
×
  • Create New...