1. Thank you so much! Totally get it now.. . :)
     
  2. hi!
    got last oxide and plugin version.
    planes dropped a box
    box immediately disappears. in just a second
    here is my config
     

    Attached Files:

  3. You have set the "supply_timer": to "3". Not using this version of AirdropOrganizer but either it's 3 min or 3 seconds. If the airdrop gets removed in a few seconds I guess it's in seconds. Change the time to something else like "600" or what time you want. 600 seconds = 10 min.
     
  4. thx, its helps
    so why it removes any drop ? not only from supply signal
     
  5. Sorry I dont understand what you mean :)
    Dont you want the airdrop to be removed?
     
  6. nwm :)
    new thing:
    when someone drop supply signal server (plugin?) call 2 airs - one standart randomplace air, other plain drop air at supply signal point.
    if i drop 2 supply signal we got 3 planes and 1 empty box in drop =\
    [DOUBLEPOST=1439558603][/DOUBLEPOST]yeah
    drop supply signal
    got 2 planes (one at supply point, one random place)
    1 empty

    if we drop 2 supply, still got +1 plane and 1 emty drop
     
  7. You can set "remove_other_plans to false. This will block the Rust airplane with empty drop.

    But when you remove other plans you need to type /callairdrop when you have a supply signal
     
  8. oh....okay. thx
    going to tests )
    [DOUBLEPOST=1439559667][/DOUBLEPOST]
    Code:
      "drop_config": {
        "limit_airdrops": false,
        "limit_count": 3,
        "airdrop_event": true,
        "airdrop_timer": 150,
        "airdrop_speed": 40,
        "control_loot": true,
        "draw_arrow": false,
        "arrow_length": 15,
        "arrow_duration": 60,
        "arrow_size": 4,
        "remove_orignal_loot": true,
        "remove_other_planes": true,
        "call_drop": true,
        "supply_time_control": false,
        "supply_timer": 600,
        "permissions": {
          "toggleairdrop": "organizer.toggle",
          "callairdrop": "organizer.calldrop"
        }
    type in chat /callairdrop (ofc i have "supply" in to my inventory)
    and nothing happens, no messages, no logs.
    if ill try drop supply signal, got msg about - use /callairdrop
    whats wrong now ?
     
  9. Your config won't remove the original loot that rust adds, so thats already 6 items in the container. Then you set the capacity to 21, which is by itself higher than the maximum(18), so in total you attempt to add 27 items inside a 18 slots container. Tell me again how is that supposed to work ? Anyways, Henkel already fixed your config file, just use it.
     
  10. Okey so you get a message when you throw a supply signal on the ground? Then you need to throw a supply signal on the ground and type /callairdrop to spawn a airdrop with a supply signal :)
     
  11. i can't drop supply signal:
    if ill try drop supply signal, got msg about - use /callairdrop
    whats wrong now ?
     
  12. I will try it self on my server, just need to install the last update.
    [DOUBLEPOST=1439572420][/DOUBLEPOST]have try /callairdrop now and I don't get it to work.

    WolfsDarker - Can't call airdrop with supply signal with this settings and /callairdrop command.
    Got 1 supply signal in inventory. I have also try to throw it and it shows the message "[Airdrop Organizer] To call an airdrop, use /callairdrop!"

    But nothing happends when typing /callairdrop.

    Code:
    {
      "drop_config": {
        "limit_airdrops": true,
        "limit_count": 3,
        "airdrop_event": true,
        "airdrop_timer": 30,
        "airdrop_speed": 40,
        "control_loot": true,
        "draw_arrow": false,
        "arrow_length": 15,
        "arrow_duration": 60,
        "arrow_size": 4,
        "remove_orignal_loot": true,
        "remove_other_planes": true,
        "call_drop": true,
        "supply_time_control": false,
        "supply_timer": 0,
        "permissions": {
          "toggleairdrop": "organizer.toggle",
          "callairdrop": "organizer.calldrop"
        }
    [DOUBLEPOST=1439665881,1439571323][/DOUBLEPOST]Cant set any permissions. Only tell me that permission does not exsist.
    [DOUBLEPOST=1439834228][/DOUBLEPOST]Wolfsdarker are you looking at the problem with that nothing happends when you use /callairdrop with supply signal in the inventory? also the permissions not exsist.
     
  13. WolfsDarker updated Airdrop Organizer with a new update entry:

    1.3.5

     
  14. permissions and /callairdrop with supply signal works now. Thanks!
     
  15. Hi... I changed remove_orignal_loot to false so the drops would have more variety and it worked up until the last update. The custom things on my list are the only items in the crates now. I switched it back to false and it of course was the same..... I tried true again and it didn't work. Here is my config..

    I have the correct version installed as well:
    > oxide.reload AirdropOrganizer
    [Oxide] 10:41 AM [Info] Unloaded plugin AirdropOrganizer v1.3.5 by Wolfs_Darker
    [Oxide] 10:41 AM [Info] Loaded plugin AirdropOrganizer v1.3.5 by Wolfs_Darker
     

    Attached Files:

  16. This has prob already been asked, but I didn't see it, Why cant I get the planes to go really fast, I change the ("airdrop_speed": 500,) and it does nothing, I tried all kinds of numbers and it does nothing?
     
  17. Speed works for me. Make sure you have the last version. also make sure you have airdrop_event to true. Speed only works on airplanes called by this addon and not the airplane called by Rust itself.

    So if you want all airplanes to be fast you need to set "remove_other_planes" to true. If false you will have fast planes when the plugin send it and slow planes when Rust itself send a airplane.
     
    Last edited by a moderator: Aug 18, 2015
  18. You have 18 slots for custom items, if you set it to false, you will add 6 more from the original rust loot. The max capacity inside the supply drop is 18, yet you're trying to add 24. This is the problem here, try to either reduce the capacity to 12 or set remove original loot to true.
     
  19. Thank you, it worked.
     
  20. After last RUST & OXIDE update /callairdrop command not worked for me - nothing happens and no errors...

    UPDATED: My bad... I forgot "oxide.grant group player organizer.calldrop"...))
     
    Last edited by a moderator: Aug 23, 2015