1. Helpful.

    Found the issue by looking in the plugin. All commands are airdropextended.aire.???. Little redundant, but oh well.

    Notifier is set to true in the json, and data - but doesn't work when a plane spawns. Assuming permissions?
     
  2. The post I linked you to gave you everything you needed even the correct permission
    Airdrop Extended | Page 27 | Oxide
     
  3. Fixed. Disregard.
     
  4. How can I set that every time there is an airdrop coming it will type in the chat the cords of it?
     
  5. This is the default value...
     
  6. hi guys, i did alot of toying with this before coming to post a question (figured out 90% of them on my own) :p
    i do have one unanswered question, when i try to set the parameters for the amount of boxes able to drop, it says airdrop amount set to 0-0
    it still spawns one, but just one not the 3 max i was trying to set. am i typing the amount in wrong?
    have tried aire.crates 1-3, aire.crates 1[3], aire.crates <1><3>, and each one comes back with the 0-0
    thanks in advance for any help (im sure its a user error and now that ive figure out some of this specific code, it really is a nice mod)
    [DOUBLEPOST=1459254695][/DOUBLEPOST]heheh that was a simple fix. :D no i havent been up 38 hours wired on coffeee.......
    dont put a dash or anything if anyone is having this problem just aire.crates 1 3
     
  7. I'm having this problem I've made the planes speed twice as fast and they seem twice as slower.
     
  8. are they actually slower or is it a perception because of a lag/framerate slow down? do you mean frequency in which they drop, or the actual speed the travel across the map?
     
  9. speed they travel
     
  10. the default speed is 300, I assume you set it higher than this? and if so, how much higher?
    [DOUBLEPOST=1459283985][/DOUBLEPOST]and also what is the end-goal? double, quadruple, etc. speed?
     
  11. quadruple speed default is 50
     
  12. in command when you just type aire.planespeed with no parameter, it sets it as 300. which usually means this is the default. I would try setting 600 and see if it doubles it for you.
     
  13. Worked it out thank you!
     
  14. There is some type of security issue with this.

    Some guy from russia joined my server as was able to spawn the cargo plane.

    I am the only admin on my server and I am the only one with permission.

    Is there a permission glitch?
     
  15. So on my server an Airdrop is coming every 3600 seconds, how can i change it to 1800 seconds? cheers
     
  16. Check overview for all commands and make sure you are running this version as it has many fixes Airdrop Extended | Page 27 | Oxide
     
  17. Code:
    (14:23:45) | [Oxide] 14:23 [Info] [aire]: <color=green>Player</color> started looting the Supply Drop.
    (14:23:47) | [Oxide] 14:23 [Info] [aire]: <color=green>Player</color> started looting the Supply Drop.
    Code:
    {
      "Capacity": 12,
      "CustomLootEnabled": true,
      "PickStrategy": 0,
      "CommonSettings": {
        "SupplySignalsEnabled": true,
        "BuiltInAirdropEnabled": false,
        "PluginAirdropTimerEnabled": true,
        "MinDropFrequency": "00:15:00",
        "MaxDropFrequency": "00:20:00",
        "MinimumPlayerCount": 1,
        "SupplyCrateDespawnTime": "00:20:00",
        "MinCrates": 3,
        "MaxCrates": 4,
        "DropToOneLocation": true,
        "NotifyOnPlaneSpawned": false,
        "NotifyOnNextDropPosition": false,
        "NotifyOnPlaneRemoved": false,
        "NotifyOnDropStarted": false,
        "NotifyOnPlayerLootingStarted": false,
        "NotifyOnCollision": false,
        "NotifyOnSupplySingalDisabled": true,
        "NotifyOnDespawn": false,
        "MaximumPlaneLimitEnabled": false,
        "NotifyAboutPlayersAroundOnDropLand": false,
        "NotifyAboutDirectionAroundOnDropLand": false,
        "NotifyAboutPlayersAroundOnSupplyThrown": false,
        "NotifyAboutDirectionAroundOnSupplyThrown": false,
        "PlaneSpeedInSeconds": 50,
        "MaximumNumberOfPlanesInTheAir": 10,
        "DropNotifyMaxDistance": 5,
        "SupplySignalNotifyMaxDistance": 300
      },
    Cant seem to find any way to turn this of from RCON as it just spams, i have mostly everything false in the data/config file. (Using page 27 fixed)
     
  18. And did you follow all the commands from the overview with the prefix
     
  19. Sorry if im missing something, im new to all of this, but i can't see where i'd be able to regulate the airdrop time?
     
  20. If you read each step don't skip any part of the overview