1. as said earlier, planes spawn about 2 to 6 km away from the map, so it takes a LOT of time for them to come, around 1 or even 2 minutes (maybe more)
     
  2. Same problem here, supply signals wont work - is there a way to fix it?
     
  3. I'd like specify what is contained in airdrops. (Items and amount in each drop.) Is it possible to add this feature please?
     
  4.  
  5. This logged into Rusty
    Code:
    [Oxide] 7:36 AM [Info] [AirdropControl] Airdrop setting to drop at : (1786.7, 0.0, 1073.3)
    [Oxide] 7:36 AM [Error] Failed to call hook 'OnEntitySpawned' on plugin 'AirdropControl' (ArgumentOutOfRangeException: Argument is out of range.
    Parameter name: Min value is greater than max value.)
    [Oxide] 7:36 AM [Debug]   at System.Random.Next (Int32 minValue, Int32 maxValue) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropControl.GetRandomNumber (Int32 min, Int32 max) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropControl.RandomCrateDrop (.CargoPlane cargoplane) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropControl.OnEntitySpawned (.BaseEntity entity) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],Syst
    This is my config file
    Code:
    {
      "Airdrop": {
        "Speed": 40.0
      },
      "Drop": {
        "MaxCrates": 3,
        "MaxDropCratesInterval": 1,
        "MaxX": 2500,
        "MaxY": 300.0,
        "MaxZ": 2500,
        "MinCrates": 5,
        "MinDropCratesInterval": 2,
        "MinX": -2500,
        "MinY": 200.0,
        "MinZ": -2500,
        "ShowDropLocation": false
      },
      "Messages": {
        "Inbound": ""
      }
    }
    Did the airdrop drop to the player? If not, how can I fix that?
     
  6. "MinDropCratesInterval": 2, > "MaxDropCratesInterval": 1,
    that's not logic ^^
    that's why the plugin is breaking for you.
     
  7. Ohh thanks xDDD
     
  8. Supply signal wont work. I waited till the smoke stopped, plane is not coming.
    It shows the message for airdrop incoming but there is no plane at all.

    My config:
    Code:
    {
      "Airdrop": {
      "Speed": 40.0
      },
      "Drop": {
      "MaxCrates": 2,
      "MaxDropCratesInterval": 10,
      "MaxX": 4500,
      "MaxY": 300.0,
      "MaxZ": 4500,
      "MinCrates": 1,
      "MinDropCratesInterval": 3,
      "MinX": -4500,
      "MinY": 200.0,
      "MinZ": -4500,
      "ShowDropLocation": true
      }
    }
     
    Last edited by a moderator: May 26, 2015
  9. Same here. If the plugin is unloaded, the smoke signal will call in an airdrop. If the plugin is loaded, no airdrop will arrive, no matter how long you wait.
     
  10. and do you have the latest version?
    because this was fixed on last version :/
     
  11. works fine for me now
     
  12. How can I make that an airdrop spawn every 5 minutes?
     
  13. timedexcecuted something like that it's a playing that lets you do console commands when you desire.
     
  14. Ohh I will try :)
    [DOUBLEPOST=1432751094][/DOUBLEPOST]And which command should I run?
     
  15. Unless something is wrong in my config, it seems Airdrops are broken?

    This is my config for Hapis Island (The X & Z values being the respective edges of the Island map)

    Code:
      "Drop": {
        "MaxCrates": 3,
        "MaxDropCratesInterval": 10,
        "MaxX": 1450,
        "MaxY": 300.0,
        "MaxZ": 1000,
        "MinCrates": 1,
        "MinDropCratesInterval": 3,
        "MinX": -1100,
        "MinY": 200.0,
        "MinZ": -1450,
        "ShowDropLocation": true
      },
    But the drops are at 0 height and showing decimals which im sure they didnt before?
    (they are actually showing 3 decimal places in the announce)

    Code:
    6:58 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1093.1, 0.0, -324.2)
    7:07 PM [Info] [AirdropControl] Airdrop setting to drop at : (175.1, 0.0, 469.4)
    7:40 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1138.3, 0.0, 1337.9)
     
  16. is there anyway we could edit how rare items are in a airdrop, if theres a plugin to do this please let me know ! ty
     
  17. pretty sure it still drops fine.
     
  18. @Reneb which command should I run with Timed Commands?