1. when i do mass airdrop how do i stop it from spamming the location in chat, I set showlocation to false and it still spams the chat?
     
  2. /massdrop still isn't working either. It reports plane locations to chat but the planes don't start flying in straight away like they use to. There's a significant delay before they arrive, and even then they don't drop any crates.

    Supply signal plane still takes ages to arrive too.

    Changing plane speed in config doesn't help any either as that just changes the speed of the plane after it arrives, not the delay from when called in to when it arrives.
     
    Last edited by a moderator: May 24, 2015
  3. my /massdrop is working, but only 2 or more of course since its not a massdrop with only 1,

    my planes are possibly going the speed i set in the config, im also using a different rework of the airdrop_settings.lua which is not the one that used to be listed in plugins and is now blocked/deleted

    but yes, the timing is terrible, it takes the entire time of the smoke/supply signal for the planes to finally show up which is around a minute or two, other than that, the plugin is working
     
    Last edited by a moderator: May 24, 2015
  4. I have done this. Deleted the AirdropControl.json in the Oxide/config.
    Restarted the Server. (to create new config File)
    This is the new created Config File:

    Code:
    {
      "Airdrop": {
        "Speed": 40.0
      },
      "Drop": {
        "MaxCrates": 3,
        "MaxDropCratesInterval": 10,
        "MaxX": 4294966796,
        "MaxY": 300.0,
        "MaxZ": 4294966796,
        "MinCrates": 1,
        "MinDropCratesInterval": 3,
        "MinX": -4294966796,
        "MinY": 200.0,
        "MinZ": -4294966796,
        "ShowDropLocation": true
      },
      "Messages": {
        "Inbound": "Airdrop incoming! Dropping at {0} {1} {2}"
      }
    }
    Then i stop the Server again and start it new (without any editing in the config File)
    After the Server restart i find this in the Oxide.log:

    Code:
    8:24 AM [Error] AirdropControl: Failed to load config file (is the config file corrupt?) (Value is greater than Int32.MaxValue or less than Int32.MinValue)
    I have nothing edited in the config File !
     
  5. so for you the map goes from:
    -4294966796 to 4294966796?
    max on rust is -8000 & 8000
    that's why it bugs. delete the config file and let the plugin recreate it.
     
  6. This is the File that the Plugin has generated.
    I stoped the Server, deleted the config.
    And the Plugin creates exact the same config new !

    my Mapsize is 6000
     
    Last edited by a moderator: May 24, 2015
  7. da fuck ...
    ok so put for X AND Z min: -5500
    and max: 5500

    Y should be from 200 to 300
     
  8. someone dropped a supply signal and no airdrop was launched from the supply signal. I don't know it was from this plug-in or not. I look on playrust.io to see where it went and the plane went on the other side of the map.
     
  9. mine worked fine, did you update your plugin/oxide to current?

    also @Reneb the airdrops dont spawn immediately, they take about 5 minutes to actually spawn and show up, also my height settings are not working to what i set which is 200, like them low and fast lol
     
  10. yup fully updated
     
  11. i'm using rust way ... airplane spawn at 10 000 so if you have a 2000x2000 map it takes a long time until it reachs the map ... i know ...
    but i prefer using rust way so the plugin will break less
     
  12. ah ok, anyway to change that in the plugin?
    do you have all the airdrop plugins? Airdrop Control, Easy Airdrops, and airdrop_settings, even though settings is discontinued and no longer updated, but there is a version thats recent on the forum
     
  13. Dont have easy or airdrop_settings. I got easy airdrop but where can i get airdrop settings.
     
  14. try without settings first, may not need it, but settings does add the better and configurable loot tables for the drops
     

    Attached Files:

  15. i have asked this atleast 3 times i believe, How do i get the location to stop spamming chat i set show location to false in the config but it doesn't fix it?
     
  16. well i don't know what to tell you ... i checked the code, setting it to false should block it from spamming the chat ...
    nothing to fix on my code, so i don't know how to help you ...
    do you reload the plugin after editing the configs? does the config get resetted or something like that?
     
  17. sorry i got it fixed it was a error on Multiplays part the config was a .txt instead of .json sorry for the confusion:)
     
  18. ah... that's probably the first thing you should tell us XD
     
  19. lol sorry i didn't realize it until after they told me the error
     
  20. are supply signals bugged for anyone i throw them down and it says plane incoming but nothing comes is there some special setting uneed to do to get them working