I'm getting
on startupCode:[Oxide] 7:40 PM [Error] Error while compiling AirdropExtended.cs(1724,43): error CS0117: `ItemManager' does not contain a def inition for `Instance'
Airdrop Extended [Unmaintained]
Discussion in 'Plugin Support' started by Wulf, Jul 14, 2015.
-
Wulf Community Admin
-
God bless you Wulf))).
Worked well as for me)) -
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
-
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.)
-
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?
-
You can make it so that it only executes from console, then use the timed execute plugin http://oxidemod.org/plugins/timedexecute.919/ to run '"event.run" in the frequency you require
-
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 -
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.
-
2 Wulf, pm me if you still do have any advice for a code improvement. -
Guys, is there any other plugin with possibility to choose capacity of airdrop and airdrop loot table? I need it so much.... =(((
-
Wulf Community Admin
-
-
I've fixed mentioned issues.
@Wulf Shall I republish plugin or I may access an old page? Would be great to get the old description.
The old page is http://oxidemod.org/plugins/airdropextended.1210/ -
Huzzah, well done my friend, looking forwards to getting the plugin back into action on my server!
-
Wulf Community Admin
-
baton256 updated AirdropExtended with a new update entry:
0.2.0
-
Wulf Community Admin
-
And why the OnCallHook is not sealed method then? -
Wulf Community Admin
http://docs.oxidemod.org/rust/#console-commands
I don't know why OnCallHook is the way it is as I wasn't the one to add it, but your plugin should still not be doing what it is doing.