Jump to content
  • 0

WAI LOOT BOXES HELP


jbladel

Question

Hi, I want to randomize the loot spawning in the WAI boxes. I just couldnt find how to do that anywhere on the forums. If you could please show me what to change in the code or send me a link if some1 already covered this i would be really greatfull. Basicaly i want to set the items in the box to spawn 0-3 times randomly (say ksvk waay les than aks etc)

for some1 who doesnt use WAI it works really simple you just spawn a box and redirect to a boxname.sqf wich looks like this

//Small Gun Box


_box = _this select 0;
_box setVariable ["ObjectID","1",true];
_box setVariable ["permaLoot",true];
PVDZE_serverObjectMonitor set [count PVDZE_serverObjectMonitor,_box];


clearWeaponCargoGlobal _box;
clearMagazineCargoGlobal _box;


// RIFLES
_box addWeaponCargoGlobal ["M16A2", 1];
_box addWeaponCargoGlobal ["AKS_74_kobra", 1];
_box addWeaponCargoGlobal ["LeeEnfield", 1];
_box addWeaponCargoGlobal ["Remington870_lamp", 1];
_box addWeaponCargoGlobal ["SVD", 1];


// PISTOLS
_box addWeaponCargoGlobal ["glock17_EP1", 1];
_box addWeaponCargoGlobal ["Colt1911", 1];


// AMMUNITION
_box addMagazineCargoGlobal ["20Rnd_556x45_Stanag", 5];
_box addMagazineCargoGlobal ["30Rnd_545x39_AK", 5];
_box addMagazineCargoGlobal ["10x_303", 5];
_box addMagazineCargoGlobal ["8Rnd_B_Beneli_Pellets", 5];
_box addMagazineCargoGlobal ["10Rnd_762x54_SVD", 5];


_box addMagazineCargoGlobal ["17Rnd_9x19_glock17", 10];
_box addMagazineCargoGlobal ["7Rnd_45ACP_1911", 10];


// TOOLS
_box addWeaponCargoGlobal ["ItemToolbox", 2];
_box addWeaponCargoGlobal ["ItemCompass", 2];


// BACKPACKS
_box addBackpackCargoGlobal ["DZ_British_ACU", 2];

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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
  • Discord

×
×
  • Create New...