1. I have change this aire. to airdropextended.

    Permission:
    Code:
    airdropextended.canload
    airdropextended.canreload
    airdropextended.cansave
    airdropextended.cangenerate
    airdropextended.canminfreq
    airdropextended.canmaxfreq
    airdropextended.canplayers
    airdropextended.canevent
    airdropextended.cantimer
    airdropextended.cansupply
    airdropextended.candespawntime
    airdropextended.canplanelimit
    airdropextended.canenableplanelimit
    airdropextended.canplanespeed
    airdropextended.cancrates
    airdropextended.canonelocation
    airdropextended.cansetitem
    airdropextended.cansetitemgroup
    airdropextended.cancapacity
    airdropextended.candrop
    airdropextended.canmassdrop
    airdropextended.candroptopos
    airdropextended.candroptoplayer
    airdropextended.candroptome
    airdropextended.canlocalize
    airdropextended.cannotify
    airdropextended.cansetcustomloot
    airdropextended.cansetpickstrategy
    airdropextended.cantest
     
  2. So what do i do with this? sorry i am a total noob lol
     
  3. Airdrop Extended | Page 27 | Oxide
     
    Last edited by a moderator: Jan 28, 2016
  4. I have fixed in my version onPlayerLoot warn.^^
     
  5. Then upload it
     
  6. Last edited by a moderator: Jan 28, 2016
  7. the OnLootPlayer has wrong parameters, (BasePlayer looter, BasePlayer target) would be correct but it should actually be OnLootEntity(BasePlayer looter, BaseEntity target) because the old hook was to check when supplydrop is looted not a player...
     
  8. Thx For feedback i will next day show.
     
  9. Last edited by a moderator: Jan 28, 2016
  10. So which one should i use? lol
     
  11. Not yet need to test
     
  12. So what does this plugin do? i have the default one from the overview, what difference does this do to my airdrops?
     
  13. Adds the correct permission names and item names to the script
    [DOUBLEPOST=1453928826][/DOUBLEPOST]
    Airdrop Extended | Page 27 | Oxide
     
    Last edited by a moderator: Jan 28, 2016
  14. Downloaded this config and plugin from Resistance, but got this error when I am trying to test it and nothing is happening :(
    Code:
    [Oxide] 2:32 AM [Error] Failed to call hook 'CallRandomDropChatCommand' on plugin 'AirdropExtended v1.0.6' (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 2:32 AM [Debug]   at System.Collections.Generic.Dictionary`2[System.String,AirdropExtended.Commands.AirdropExtendedCommand].get_Item (System.String key) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropExtended.CallRandomDropChatCommand (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropExtended.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    [Oxide] 2:32 AM [Error] Failed to call hook 'CallDropToMeChatCommand' on plugin 'AirdropExtended v1.0.6' (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 2:32 AM [Debug]   at System.Collections.Generic.Dictionary`2[System.String,AirdropExtended.Commands.AirdropExtendedCommand].get_Item (System.String key) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropExtended.CallDropToMeChatCommand (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropExtended.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    [Oxide] 2:32 AM [Error] Failed to call hook 'CallTestLootCommand' on plugin 'AirdropExtended v1.0.6' (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 2:32 AM [Debug]   at System.Collections.Generic.Dictionary`2[System.String,AirdropExtended.Commands.AirdropExtendedCommand].get_Item (System.String key) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropExtended.CallTestLootCommand (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropExtended.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    [Oxide] 2:33 AM [Warning] 'AirdropExtended v1.0.6' plugin is using deprecated hook: OnPlayerLoot
    
     
  15. Did you also use the config in the above post as I dont get this error myself
     
  16. Used your plugin and your config, but i Edited a little bit the config to my self (will attach it). Also i deleted in data folder the config default that was used there.
     

    Attached Files:

  17. Thats not the config for this plugin
     
  18. Sorry my bad, here it is ;)
     

    Attached Files:

  19. There are no settings in there