1. I just want to be able to toggle the airdrop freqency and how many airdrop planes are sent per 700 seconds. but it keeps giving each airdrop the same items. I dont want to make my own list i want it to use the better loot system i have, any help?
     
  2. Well this plugin is mainly used for airdrop loot, if you want just frequency, you can use Airdrop Extended plugin. I might make it it a toggle for the loot later, I'm busy atm.
     
  3. I put the time between the AIR 90, but AIR drops an hour. Plugin rebooted and even server restarts!
    Code:
      "drop_config": {
        "limit_airdrops": false,
        "limit_count": 1,
        "airdrop_event": true,
        "airdrop_timer": 90,
        "airdrop_speed": 40
     
  4. WolfsDarker updated Airdrop Organizer with a new update entry:

    1.1.1

     
  5. hello

    Code:
    [8/1/2015 10:13:23 PM] [Oxide] 10:13 PM [Error] AirdropOrganizer plugin failed to compile!
    [8/1/2015 10:13:23 PM] [Oxide] 10:13 PM [Error] AirdropOrganizer.cs(481,1): error CS1038: #endregion directive expected
    
     
  6. delete mesage
     
    Last edited by a moderator: Aug 2, 2015
    • limit_airdrops => If true will limit the amount of supply signals at the same time.
    how does this work if someone throws a supply signal and someone else does and I have it set to 1 what would happen to the other airdrop?
     
  7. Add a message to the chat - when the plane starts to fly, to write - that the plane is flying!
    [DOUBLEPOST=1438472478][/DOUBLEPOST]airdrop_timer - no work. AIR drop random time :(
    Code:
    "limit_airdrops": true,
        "limit_count": 1,
        "airdrop_event": true,
        "airdrop_timer": 55,
        "airdrop_speed": 40,
        "control_loot": true
     
  8. It just cant be random, it is every 55 mins, you must have something else calling the airdrops. The code doesnt work randomly, it uses the values from the config.
     
  9. What about my question lol
     
  10. You havent asked anything, all you did was state it was randomly calling airdrops.
     
  11. Face palm that was maksiyshuk I asked a question before him lol
     
  12. Oh my bad xD i didn't even notice the question.

    Hm if it is set to 1 and both of you called at the same time, it would call 2 airdrops. This happens because there is a delay for throwing the signal and calling the cargo plane event.
     
  13. Wait so what does it do then? Lol
     
  14. Because of the delay it is possible to throw 2 at the same time if the max is 1, but after that no one can use the supply drops untill the events are finished.
     
  15. Ok but if someone was to throw one then does nothing happen at all or do they get the signal back or does it put them into a que to send the supply drops after?
     
  16. Hi

    possible to add an arrow? and make it disappear only if the airdrop and void?
     
  17. They will get their signal back.

    I couldn't understand what you mean. The arrow? Whats that? also make what disappear ?
     
  18. He wants an arrow to be drawn to tell people where the airdrop is... And once the airdrop disappears it goes away
    [DOUBLEPOST=1438478379][/DOUBLEPOST]Example of arrow look at pets plugin