1. Code:
          {
            "name": "ammo_rifle_incendiary",
            "stackSize": 250
          },
    Also has anyone got Land Mines to stack? I cant seem to.
     
  2. 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
          }
     
  3. 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
          }
        ]
      }
    }
    the stack size is still 1k
     
  4. You can't stack it like that on one line
    Code:
     ["wolfmeat_cooked", "humanmeat_cooked",]
    Has to be like this for each item.
    Code:
          {
            "name": "sulfur_ore",
            "stackSize": 600000
          },
          
     
  5. wow... that should be fixed
     
  6. which name must i put for the syringe, medit kit and bear trap? I cant stack them
     
  7. Need upgrade
     
  8. Wulf

    Wulf Community Admin

    Could you provide any info?
     
  9. (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
     
  10. I second this error, plugin wont load with rp 1300


    Regards
     
  11. Best posting in the correct thread then? ;) The plugin in that error is StackSizeController
     
  12. Yeah, i tried to delete all jsons and reload plugin, but same, don't want be loaded.
    [DOUBLEPOST=1437675669][/DOUBLEPOST]
    Damn you're right x)
     
  13. stack size is not working for me either, but no error messages
     
  14. I'm in the right thread, just seconding the error message ;)


    Regards
     
  15. Wulf

    Wulf Community Admin

    That error isn't from this plugin. See http://oxidemod.org/threads/stack-size-controller.9848/.
     
  16. so wait wulf what you are saying?
     
  17. 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
    Looked pretty the same for me at the first sight... well hope everyone's happy now...


    Regards
     
  18. So we are all having this issue with the plugin that it wont load?
     
  19. Wulf

    Wulf Community Admin

    Please try the attached version below.
     

    Attached Files: