Also has anyone got Land Mines to stack? I cant seem to.Code:{ "name": "ammo_rifle_incendiary", "stackSize": 250 },
Stack Sizes [Unmaintained]
Discussion in 'Plugin Support' started by ColonelAngus, Feb 7, 2015.
-
for some reason it isn't working at all it just works for the normal riffle ammo
Code:{ "name": "ammo_rifle_hv", "stackSize": 300 }, { "name": "ammo_pistol_hv", "stackSize": 250 }, { "name": "ammo_rifle_hv", "stackSize": 250 }, { "name": "ammo_rifle_explosive", "stackSize": 250 }, { "name": "ammo_rifle_incendiary", "stackSize": 250 }, { "name": "ammo_rocket_basic", "stackSize": 50 }, { "name": "ammo_rocket_hv", "stackSize": 50 }, { "name": "ammo_rocket_fire", "stackSize": 50 }, { "name": "ammo_rocket_smoke", "stackSize": 50 }
-
Thanks Dread Viking .
I have adapted and added more. and everything works ;D
http://prntscr.com/7stywq -
can you help me? I cant get this plug in here's my config
Code:{ "Config": { "items": [ { "name": "bone_fragments", "stackSize": 600000 }, { "name": "charcoal", "stackSize": 600000 }, { "name": "cloth", "stackSize": 600000 }, { "name": "fat_animal", "stackSize": 600000 }, { "name": "gunpowder", "stackSize": 600000 }, { "name": "lowgradefuel", "stackSize": 600000 }, { "name": "metal_fragments", "stackSize": 600000 }, { "name": "metal_ore", "stackSize": 600000 }, { "name": "metal_refined", "stackSize": 600000 }, { "name": "paper", "stackSize": 600000 }, { "name": "stones", "stackSize": 600000 }, { "name": "sulfur", "stackSize": 600000 }, { "name": "sulfur_ore", "stackSize": 600000 }, { "name": "wood", "stackSize": 600000 }, { "name": ["ammo_pistol", "ammo_rifle", "ammo_shotgun", "arrow_wooden"], "stackSize": 600000 }, { "name": ["wolfmeat_cooked", "humanmeat_cooked", "humanmeat_raw", "wolfmeat_raw", "apple", "Black Raspberries", "Blueberries", "mushrooms"], "stackSize": 600000 }, { "name": ["spear_stone", "spear_wooden", "sleepingbag", "furnace", "box_wooden_large", "box_wooden", "explosives"], "stackSize": 600000 } ] } }
-
You can't stack it like that on one line
Code:["wolfmeat_cooked", "humanmeat_cooked",]
Code:{ "name": "sulfur_ore", "stackSize": 600000 },
-
-
which name must i put for the syringe, medit kit and bear trap? I cant stack them
-
Need upgrade
-
Wulf Community Admin
-
(19:00:44) | [Oxide] 3:44 AM [Error] Plugin failed to compile: StackSizeController (leaving previous version loaded)
(19:00:44) | [Oxide] 3:44 AM [Error] StackSizeController plugin failed to compile!
(19:00:44) | [Oxide] 3:44 AM [Error] StackSizeController.cs(136,69): error CS0176: Static member `ItemManager.itemList' cannot be accessed with an instance reference, qualify it with a type name instead -
Regards -
The plugin in that error is StackSizeController
-
[DOUBLEPOST=1437675669][/DOUBLEPOST] -
stack size is not working for me either, but no error messages
-
Regards -
Wulf Community Admin
-
so wait wulf what you are saying?
-
Oh...wait... But I run stack sizes and thats the error I get when I try to reload it:
Code:[Oxide] 8:44 PM [Error] Plugin failed to compile: StackSizes (leaving previous version loaded) [Oxide] 8:44 PM [Error] StackSizes plugin failed to compile! [Oxide] 8:44 PM [Error] StackSizes.cs(108,70): error CS0176: Static member `ItemManager.itemList' cannot be accessed with an instance reference, qualify it with a type name instead
Regards -
So we are all having this issue with the plugin that it wont load?
-
Wulf Community Admin
Attached Files:
-