Easy Airdrop

Call airdrops using simple commands

Total Downloads: 27,471 - First Release: Apr 3, 2015 - Last Update: Feb 10, 2017

4.6/5, 40 likes
  1. LaserHydra submitted a new resource:

    Easy Airdrop - Spawn in airdrops with simple commands

    Read more about this resource...
     
  2. LaserHydra updated Easy Airdrop with a new update entry:

    1.0.1 Fixes

     
  3. i placed this into my Server ... Did not need the other add on for this to work but EVERY ONE can call for airdrops now ... can we get it so you can stop every one from calling airdrops please
    .. But this is Fantastic
     
  4. LaserHydra updated Easy Airdrop with a new update entry:

    1.0.2 Auth Level fixes


    [DOUBLEPOST=1427543254][/DOUBLEPOST]
    I updated the plugin. It should work fine now. Thanks for your information!
    -Laser
     
  5. this is not working for me i keep asking for a airdrop for me it says its going to drop but it never does
     
  6. Did you install the other plugin I just linked?
     
  7. Can you add console commands like airdrop.mass # like airdrop.run
     
  8. That is not really needed. Because the plugin you need to install ti, which I just linked, adds this and that is what my commands are using.
    airdrop.massdrop count = /massdrop
    airdrop.toplayer name = /airdrop name
    airdrop.topos x y z = not implemented yet
    event.run = /airdrop

    - LaserHydra
     
  9. Thanks! I didn't know. Sorry!
     
  10. No problem ;)
    - LaserHydra
     
  11. My config worked on the previous rust version,
    Code:
    dropMinX = Convert.ToSingle(GetConfig("Drop", "MinX", -((World.Size/2) - 2500)));
    dropMaxX = Convert.ToSingle(GetConfig("Drop", "MaxX", ((World.Size / 2) - 2500)));
    dropMinZ = Convert.ToSingle(GetConfig("Drop", "MinZ", -((World.Size / 2) - 2500)));
    dropMaxZ = Convert.ToSingle(GetConfig("Drop", "MaxZ", ((World.Size / 2) - 2500)));
    dropMinY = Convert.ToSingle(GetConfig("Drop", "MinY", 200f));
    dropMaxY = Convert.ToSingle(GetConfig("Drop", "MaxY", 300f));
    dropMinCrates = Convert.ToInt32(GetConfig("Drop", "MinCrates", 1));
    dropMaxCrates = Convert.ToInt32(GetConfig("Drop", "MaxCrates", 5));
    minDropCratesInterval = Convert.ToInt32(GetConfig("Drop", "MinDropCratesInterval", 3));
    maxDropCratesInterval = Convert.ToInt32(GetConfig("Drop", "MaxDropCratesInterval", 10));
    showDropLocation = Convert.ToBoolean(GetConfig("Drop", "ShowDropLocation", true));
    airdropSpeed = Convert.ToSingle(GetConfig("Airdrop", "Speed", 40f));
    Now with a massdrop it always drops like this ;

    http://i.imgur.com/AzMHtPO.jpg
     
  12. What do you want to tell me with that?
     
  13. lol he edited manually the plugin config XD

    1) DONT DO THAT, you have a config file for that

    2) dropMinX = Convert.ToSingle(GetConfig("Drop", "MinX", -((World.Size/2) - 2500)));
    si if you have a 8000 map it will be from -(8000/2 - 2500) = -1500
    to 1500 also
    that's why all your airdrop sare in the center
    modify 2500 to 500 and it will be fixed

    but again you shouldnt edit the configs directly from inside the plugin unless you know what you are doing or you want to edit something that is not in the config file.
     
  14. That no matter what i change in the config, all the airdrops, accept the /airdrop playername end up in the center of the map :)
    [DOUBLEPOST=1429614724][/DOUBLEPOST]
    will try that! thanks! :)
     
  15. lel
     
    Last edited by a moderator: Apr 21, 2015
  16. Having this issue....
    Code:
    [Oxide] 3:09 AM [Error] Failed to call hook 'cmdAirdrop' on plugin 'Airdrops'
    File: airdrops.lua Line: 43 attempt to index local 'targetPlayer' (a nil value):
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Apr 25, 2015
  17. How did you use the command?
     
  18. I used it this way.

    /airdrop "Trek"

    according to the game, it called an airdrop for me. However, there was a plane, but it never dropped one near me, it dropped it half way across the map. When I checked the Rcon log, this is what I saw.
     
  19. Okay. Im taking a look at it again.
    [DOUBLEPOST=1430038208][/DOUBLEPOST]
    One more question. Do you have a Tag in front of your name? like [Owner] Trekman? You will need to call It with
    /Airdrop "[Owner]" then.
     
    Last edited by a moderator: Apr 26, 2015
  20. this plugin even working? when i do like /airdrop "name" it says its going to in chat but never see the dam thing fly buy or at all