1. I'm getting
    Code:
    [Oxide] 7:40 PM [Error] Error while compiling AirdropExtended.cs(1724,43): error CS0117: `ItemManager' does not contain a def
    inition for `Instance'
    on startup
     
  2. Wulf

    Wulf Community Admin

  3. God bless you Wulf))).
    Worked well as for me))
     
  4. Code:
    [Oxide] 3:19 PM [Error] Failed to call hook 'OnPlayerInit' on plugin 'AirdropExtended' (IndexOutOfRangeException: Array index is out of range.)
    [Oxide] 3:19 PM [Debug]   at Oxide.Plugins.AirdropExtended.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
     
  5. Code:
    [7/26/2015 3:18:58 PM] [Oxide] 3:18 PM [Error] Failed to call hook 'OnPlayerInit' on plugin 'AirdropSettings' (IndexOutOfRangeException: Array index is out of range.)
    [7/26/2015 3:35:44 PM] [Oxide] 3:35 PM [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'AirdropSettings' (IndexOutOfRangeException: Array index is out of range.)
    Just looked at my console and noticed the same thing(. Dunno what it affects but it looks like Air works normal)).
     
  6. Hm, found another problem. So, i have set up aire.freq to 3600 sec(1hour) but it continue to drop it after 20min each. i dont know why. any1 got the same?
     
  7. BaK

    BaK

  8. Bak, thank you for your idea, it's really great. but i've found that AirdropControl somehow did the same thing(event.run). I am trying to fix that out.
    I am using AirdropControl only for randomize spot for landing crates and airdropExtended for loottables and other few things
     
  9. Wulf

    Wulf Community Admin

    This plugin has been removed temporarily until the author fixes an issue that it is causing with its "OnCallHook" function. The plugin is causing some hooks to break and report incorrect information in errors, so it's recommend that you remove it if you are experiencing any issues. There's a lot of unnecessary code that could be removed as well, but that's up to the author.
     
  10. Sorry for being silent, I did not receive notifications on plugin been approved. I'm in a work trip atm, gonna update & fix it next week.

    2 Wulf, pm me if you still do have any advice for a code improvement.
     
  11. Guys, is there any other plugin with possibility to choose capacity of airdrop and airdrop loot table? I need it so much.... =(((
     
  12. Wulf

    Wulf Community Admin

    Airdrop Organizer perhaps?
     
  13. Thank you! Looks like I dont have any other choices))
     
  14. BaK

    BaK

    Huzzah, well done my friend, looking forwards to getting the plugin back into action on my server! :)
     
  15. Wulf

    Wulf Community Admin

    You can use the old, I'll review it once you post an update.
     
  16. baton256 updated AirdropExtended with a new update entry:

    0.2.0

     
  17. Wulf

    Wulf Community Admin

    You're still re-creating OnCallHook, which is not recommended as it can cause issues with other plugins and error reporting. This is what the main issue was with the previous version as well.
     
  18. Is there any way to register commands in oxide, without using reflection based methods in plugin class?
    And why the OnCallHook is not sealed method then?
     
  19. Wulf

    Wulf Community Admin