1. Hello, sorry my english is not so good, sorry for that!

    Hope someone can help me :)
    I want to set it so the Explosive and Explosive Charge can no longer be crafting myself and to get only about the airdrops and if that would be possible only rarely.

    Would be very nice if someone could tell me how I can get so down.

    Sincerely yours
     
  2. Wrong plugin.

    look at crafting controller
     
  3. Min = Minimum amount it drops
    Weight = Howmuch chance you'll have it drops
    Max = The maximum amount it drops.
     
  4. Thanks. I realise that... if shotgun was on weight 5 does decimals work. Say if I changed it to 0.2 to make it super rare?
     
  5. I don't advice you to use decimals.
    You could alter weight in multiple ways.
    Weight doesn't necessarily has to be 100

    Example:
    Total weight = 100
    Item1 = 10
    Item2 = 90

    This means item 1 has a 10% chance to drop.

    Total weight 500
    Item1 = 10
    Item2 = 490

    This means item1 has a 2% chance to spawn.

    Tip: If all items have weight 0 with total weight 0 they ALL drop.
     
  6. Loading Oxmin...
    483 users are tracked by Oxmin!
    ERROR: json decode error in kits.txt
    0 kits have been loaded.
    ERROR: Lua error (lootspawnlists:): [string "C:\TCAFiles\Users\StephaneC\11729\save\oxide\..."]:66: bad argument #1 to 'pairs' (table expected, got nil)
    ERROR: at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
    at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
    at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
    at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Main.CallPlugin (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0

    what ios my probleme ??
     
  7. Did you checked if your json is valid ?
     
  8. my json ?
     
  9. Your loottablelist.txt
    Have codes in it that is called json.

    Select all copie the code.
    Google json check and click a site that allows you to check your json file.

    Paste the text in it.
     
  10. Code:
    http://speedy.sh/gNh5d/loot-tables.txt
    [DOUBLEPOST=1389802645][/DOUBLEPOST]ok thank im good now :)
     
    Last edited by a moderator: Jan 15, 2014
  11. Good tobhear
     
  12. DG2

    DG2

    I'm trying to get two items, F1 Grenade and Explosive Charge, never get dropped from Airdrop or Crates.

    What I did in txt, was putting min, max, weight to 0.

    Still they are dropping from airdrop.

    Any suggestions?. (I've checked on JSON Validator and everything was valid and cleared)

    Thank you
    Regard
    DG2
     
  13. Delete them from the airdrop. If you don't want them to drop, they don't need to be listed.
     
  14. Can anyone help with this loot table? I've used a JSON compiler and it told me this:
    I don't even remember editing the Medical Spawn List.

    Code: http://pastebin.com/Fs8YpSYS
     
  15. Hi everyone, it´s my first post here, and i have some questions about this plugin. (My english is poor, sorry)

    First. I can create how much groups of itens i want?

    Example: I want a Mineral´s List, Rare Weapons List, Common Weapons List, White Weapons List, Explosives List, Research Kit List,
    Kevlar Armor List, Leather Armor List, Wood Construction List, BluePrint´s List, Ammo List, etc...

    I can create this Groups in TXT file in any order, or i have to keep the order of the original txt file?

    Example, i want put firts all the Group´s list in the TXT, to after i put the % of list´s in the
    • ZombieLootList - Zombie drops
    • JunkSpawnList - Wooden crate drops
    • SupplyDropSpawnListMaster - Supply drops
    • WeaponSpawnList - Beige/blue crate drops
    • AmmoSpawnList - Green (?) crate drops
    • MedicalSpawnList - Red crate drops
    It´s no problem to do this, or if i change the order of the between {} lines, go crash my file?

    And in the original file´s, what is Weapon part? Inside this group has Weapon part 1, Weapon Part 2, etc..,
    the same for Armor Part Group.

    Sorry for the english, but i´m working Hard to have a excelent understand of this plugin.

    I Read the post´s in this forum many times before I answer my question here.

    Thanks everyone can help me, and congratulations for the plugin creator.
     
    Last edited by a moderator: Jan 16, 2014
  16. DG2

    DG2

    even I deleted them from log, it's still dropping from airdrops
     
  17. this is how i set up my airdrops

    "SupplyDropD":{
    "packages":{
    "1":{
    "weight":1,
    "object":"Low Quality Metal",
    "max":15,
    "min":10
    },

    "0":{
    "weight":1,
    "object":"MetalBuildingPartsList",
    "max":1,
    "min":1
    }
    },
    "oneofeach":true,
    "max":2,
    "nodupes":false,
    "min":1
    },

    if iwanted low quality metal removed I'd just remove this

    "1":{
    "weight":1,
    "object":"Low Quality Metal",
    "max":15,
    "min":10
    },
     
  18. DG2

    DG2

    That's what I did in first place for removing explosive charges, but it still appears in SupplyDrop B and SupplyDrop C. =(
     
  19. Give me your loot table pls!
    post it here
     
  20. Nevermind, found the bugger.

    [​IMG]