Easy Airdrop

Call airdrops using simple commands

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

4.6/5, 40 likes
  1. did you ever figure out your problems ?
     
  2. Receiving an error, won't load.

    (14:16:17) | [Oxide] 12:16 [Error] EasyAirdrop plugin failed to compile!

    (14:16:17) | [Oxide] 12:16 [Error] EasyAirdrop.cs(226,29): error CS1501: No overload for method `Spawn' takes `1' arguments
     
  3. Hm. Whenever I try to go to Airdrop Control, it says I do not have permission to view this page.. Any help with that?
     
  4. anyone got a fix ?
    [Oxide] 15:34 [Error] Failed to call hook 'ccmdAirdrop' on plugin 'EasyAirdrop v3.2.1' (NullReferenceException: Object reference not set to an instance of an object)
     
  5. still no fix for this?
     
  6. LaserHydra updated Easy Airdrop with a new update entry:

    3.2.1

     
    Last edited by a moderator: Oct 31, 2016
  7. I get to following errors when I do a massdrop via RCON:

    [Error] Failed to call hook 'ccmdMassdrop' on plugin 'EasyAirdrop v3.2.1' (NullReferenceException: Object reference not set to an instance of an object)
    [Debug] at Oxide.Core.Libraries.Lang.GetMessage (System.String key, Oxide.Core.Plugins.Plugin plugin, System.String userId) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.EasyAirdrop.msg (System.String key, System.String id) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.EasyAirdrop.AnnounceAirdrop (.BasePlayer player, UnityEngine.Vector3[] locations) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.EasyAirdrop.SpawnMassdrop (.BasePlayer player, Int32 amount) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.EasyAirdrop.cmdMassdrop (.BasePlayer player, System.String cmd, System.String[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.EasyAirdrop.RunAsChatCommand (.Arg arg, System.Action`3 command) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.EasyAirdrop.ccmdMassdrop (.Arg arg) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.EasyAirdrop.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
     
  8. I get the following errors when I do a airdrop player via RCON :

    (18:26:01) | [Oxide] 18:26 [Error] Failed to call hook 'cmdAirdrop' on plugin 'EasyAirdrop v3.2.1' (NullReferenceException: Object reference not set to an instance of an object)

    (18:26:01) | [Oxide] 18:26 [Debug] at Oxide.Core.Libraries.Lang.GetMessage (System.String key, Oxide.Core.Plugins.Plugin plugin, System.String userId) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.EasyAirdrop.msg (System.String key, System.String id) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.EasyAirdrop.AnnounceAirdrop (.BasePlayer player, UnityEngine.Vector3[] locations) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.EasyAirdrop.SpawnPlayerAirdrop (.BasePlayer player, .BasePlayer target) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.EasyAirdrop.cmdAirdrop (.BasePlayer player, System.String cmd, System.String[] args) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.EasyAirdrop.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0

    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0

    at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
     
  9. Try to delete the language file "EasyAirdrop" in your "oxide/lang" folder and do reload the plugin.
     
  10. I don't have any configuration language file 0.o
     
  11. LaserHydra updated Easy Airdrop with a new update entry:

    3.2.2

     
  12. Thank you for updating
     
  13. Is it possible to let the airdrop drop random over a certain time ?
     
  14. You can use it in combination with Timed Execute.
     
  15. i have dayvote installed and easy airdrop is also included into that plugin. When the planes come in they drop the crates in the water instead of on land. I asked the developer of dayvote and he said it must have something to do with this plugin. Any idea how i can get the planes to drop the crates on land instead of in the water? Thank you in advance
     
  16. very often the cargo from the air falls into the water, how can I fix it?
     
  17. Same :/
     
  18. I keep getting the error that there is no command for "easyairdrop.call.player". Is there a fix?
     
  19. Chat Commands:
    • /airdrop random - Calls airdrop to random location
    • /airdrop player <player> - Calls airdrop to player
    • /airdrop pos <x> <z> - Calls airdrop to position
    • /massdrop <count> - Calls multiple airdrops to random locations

    Console Commands:
    • airdrop - Calls airdrop to random location
    • airdrop player <player> - Calls airdrop to player
    • airdrop pos <x> <z> - Calls airdrop to position
    • massdrop <count> - Calls multiple airdrops to random locations

    Permissions:
    • easyairdrop.call - needed for /airdrop random
    • easyairdrop.call.player - needed for /airdrop player
    • easyairdrop.call.position - needed for /airdrop pos
    • easyairdrop.call.mass - needed for /massdrop
     
  20. Wulf

    Wulf Community Admin

    That's a permission, not a command.