Search the Community
Showing results for tags 'down'.
Found 3 results
-
I've tried searching for this for 2 days now, but I can't seem to find it: - How do I make the food and drink drop slower on my server?
-
I have looked but can't find any info on this anywhere.... I wanted all of my buildables to be set to right click the toolbox. I have it all set up right with 46 items in the drop down menu. The drop down menu will not load and it breaks the crafting window when I load that many. I haven't tried to figure out how many possible entries I can have in the drop down menu without breaking anything, but i did just try to put 4 items in it and it worked fine. Does anyone know: ---how many entries the menu will hold without breaking ---If it is possible to change the max number of items it holds ---Or if i just have to make a second right click entry for the toolbox and have a whole other crafting window pop up with a different sets of items? Thanks in advance!!!
-
Since you have it so you can break down an engine in to 2 scrap metal, it would make logical sense to have rotor assembly break down. class PartVRotor: CA_Magazine { scope = 2; count = 1; type = 256; displayName = "$STR_EQUIP_NAME_32"; model = "\dayz_equip\models\vrotor.p3d"; picture = "\dayz_equip\textures\equip_vrotor_ca.paa"; descriptionShort = "$STR_EQUIP_DESC_32"; class ItemActions { class Crafting { text = "Salvage Scrap"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; neednearby[] = {"workshop"}; requiretools[] = {"ItemToolbox","ItemCrowbar"}; output[] = {{"PartGeneric",2}}; input[] = {{"PartVRotor",1}}; }; }; };