1. for every airdrop i get this messege in the console:
    [Oxide] 09:27 [Warning] Calling 'OnLootEntity' on 'AirdropExtended v1.0.9' took 2108ms

    it always takes 2-4 seconds. this makes my server have a "lag spike" please help me fix this!
     
  2. Someone got a custom loot config? All the loot from airdrop on my server is bad..
     
  3. Having an issue with my config rewriting... this is what I've got going on, but I'm not sure if I've done my configuration files wrong or? Can someone lend me a hand? Thanks. I am also aware that the attempt at the end of this file needs to be deleted before uploading :)
     

    Attached Files:

  4. check it here:

    JSONLint - The JSON Validator.
     
  5. Hello,

    I have an error each time I try to load the plugin :

    Code:
    [Oxide] 13:09 [Error] AirdropExtended plugin failed to compile!
    [Oxide] 13:09 [Error] AirdropExtended.cs(773,18): error CS0117: `ConsoleSystem'
    does not contain a definition for `Broadcast'
    Anyone know from where it could be coming ?
     
    Last edited by a moderator: Aug 29, 2016
  6. You are running a old version of the plugin update it
     
  7. I already did it, the current version I'm trying to install has been downloaded today, something like 10 minutes before I wrote this post, and directly from Oxide.
     
  8. There is a fixed version one page back dont download the version from the overview
    Try one of these
    Airdrop Extended | Page 43 | Oxide
    Airdrop Extended | Page 43 | Oxide
     
  9. So...it's saying the last 4 lines are the issue, but they're the exact same as what the original config had them......what? (Line 1389-1393)

    Just tried fixing it...and it rewrote itself, again. Sigh :(
     

    Attached Files:

    Last edited by a moderator: Aug 29, 2016
  10. Your json file has an error in it check it on this site JSONLint - The JSON Validator.
     

  11. I just pasted the file that shows up as a valid JSON. It's still rewriting it. :(

    I've just double-checked that file as well, and it still shows up as valid through JSONLint. I'm new to this configuration ordeal, so maybe I just missed something that would still be considered valid...but would cause a rewrite?
     

    Attached Files:

  12. The file you first uploaded was broken if you have fixed it then nothing more to say
     
  13. Hmm, yeah I fixed it to say valid, but it still keeps rewriting when I put it in...guess it's time to move on to Fancy Drop until this one's officially updated. Thank you for the help Resistance!
     
  14. unload plugin then upload file then reload plugin see if that works
     
  15. Hi, how can I add the new LR-300 weapon to the airdrops?
     
  16. can i manually add the LR-300 into the airdrop config
     
  17. Yes, just add this to your config file, under Weapons, and add it above the first entry, so most likely the m249.

    Code:
            {
              "Name": "rifle.lr300",
              "ChanceInPercent": 90.0,
              "MinAmount": 1,
              "MaxAmount": 1
            },
    If you haven't done much config editing before, it's probably worth running it through a JSON Validator to make sure it's not invalid. If you add it where I said to add it, you should be fine. Also, change the ChanceInPercent to whatever you want.
     
  18. Thanks Skrallex, I'll give it a try.

    Gave it a try. checked file with validator ok, added the code just as you typed it. 32 airdrops, no Lr-300. I also changed the cfg file in DATA folder as well.
     
    Last edited by a moderator: Sep 1, 2016
  19. hallo. Question!
    • to change the height of the drop?
    • How to fly other than a straight line?