EventManager
Moved
Total Downloads: 10,609 - First Release: Dec 16, 2014 - Last Update: Apr 19, 2018
- 4.92857/5, 56 likes
-
[DOUBLEPOST=1459083806][/DOUBLEPOST] -
Do you created spawnfile with spawns plugins ?
Spawns Database for Rust | Oxide -
Just a heads up that after the events, I have to manually reload the FriendlyFire, Kits, and EventManager plugin for Friendlyfire to work and allow for people to claim kits again. If you guys have problems with people complaining about FF not working after events, try to do oxide.reload FriendlyFire in your console.
Anyone know how to maybe add this as a command to reload these things on event.end? I'm not a dev nor do I know code but I'm learning lol.
Perhaps there's a way to run this on the timed execute if you run your auto-events (which I still can't set up for some reason)
I get this:
Code:[Oxide] 07:42 [Error] Failed to call hook 'ccmdEventLaunch' on plugin 'EventManager v1.2.20' (KeyNotFoundException: The given key was not present in the dictionary.) [Oxide] 07:42 [Debug] at System.Collections.Generic.Dictionary`2[System.String,System.Object].get_Item (System.String key) [0x00000] in <filename unknown>:0 at Oxide.Plugins.EventManager.AutoEventNext () [0x00000] in <filename unknown>:0 at Oxide.Plugins.EventManager.LaunchEvent () [0x00000] in <filename unknown>:0 at Oxide.Plugins.EventManager.ccmdEventLaunch (.Arg arg) [0x00000] in <filename unknown>:0 at Oxide.Plugins.EventManager.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
-
-
"name": "Currency",
"cost": "50",
"kit": "False",
"cmd": ["eco.c deposit \"$player.name\" 50"],
"amount": "50"
Anyone think they could make this happen? A good example might be the integration between Economics and GUIShop...
Also on a side note; GUIShop fixed the auto-centering on each purchase issue; can Event Manager Reward GUI do that same? -
Hello
I have this error what 's the reason?
Thx
[Oxide] 00:33 [Error] Failed to run a 600.00 timer in 'EventManager v1.2.20' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.)
[Oxide] 00:33 [Debug] at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
at System.String.Format (System.String format, System.Object arg0) [0x00000] in <filename unknown>:0
at Oxide.Plugins.EventManager.CancelEvent (System.String reason) [0x00000] in <filename unknown>:0
at Oxide.Plugins.EventManager.<OnEventStartPostAutoEvent>m__6 () [0x00000] in <filename unknown>:0
at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename unknown>:0 -
+1
[ru] та же ошибка, как бы решить?
нет функции, которая закрывает текущую регистрацию, в случае отсутствия желающих - до следующего старта регистрации.
the same mistake. how be resolved?
there is a function that closes the current registration, in the absence of interested - until the next recording start. -
oxide.reload EventManager return this:
Code:(12:28:21) | [Oxide] 12:28 [Info] EventManager was compiled successfully in 2184ms(12:28:21) | [Oxide] 12:28 [Info] Loaded plugin Event Manager v1.2.20 by Reneb (12:28:21) | [Oxide] 12:28 [Error] Failed to initialize plugin 'EventManager v1.2.20' (NullReferenceException: Object reference not set to an instance of an object) (12:28:21) | [Oxide] 12:28 [Debug] at Oxide.Plugins.EventManager.LoadData () [0x00000] in <filename unknown>:0 at Oxide.Plugins.EventManager.Loaded () [0x00000] in <filename unknown>:0 at Oxide.Plugins.EventManager.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.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 (12:28:21) | [Oxide] 12:28 [Info] Unloaded plugin Event Manager v1.2.20 by Reneb
-
[Error] Failed to run a 600.00 timer in 'EventManager v1.2.20' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.)
-
Excellent plugin, works really well.
Would be great if there was an option to:-
1). Remove guns that drop (nothing gets dropped).
2). Random "Locations" per Style
ie:-
I make 3 Arenas for Deathmatch and one is select randomly and or voted for.
Thanks^^ -
-
-
-
event.launch
And that's all it takes. -
Hmm. That doesn't work for me.
[DOUBLEPOST=1459888091][/DOUBLEPOST]I thought I posted this above but maybe not. Here's the error I receive when I try to run my event maanger (event.launch). Could this just be on my end? Are you running an older version of EventManager?
Code:[Oxide] 13:26 [Error] Failed to call hook 'ccmdEventLaunch' on plugin 'EventManager v1.2.20' (KeyNotFoundException: The given key was not present in the dictionary.) [Oxide] 13:26 [Debug] at System.Collections.Generic.Dictionary`2[System.String,System.Object].get_Item (System.String key) [0x00000] in <filename unknown>:0 at Oxide.Plugins.EventManager.AutoEventNext () [0x00000] in <filename unknown>:0 at Oxide.Plugins.EventManager.LaunchEvent () [0x00000] in <filename unknown>:0 at Oxide.Plugins.EventManager.ccmdEventLaunch (.Arg arg) [0x00000] in <filename unknown>:0 at Oxide.Plugins.EventManager.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
-
Do you have all the Events required plugins installed as well as the ArenaDeathmatch file?
Have you also sat and specified the event, kit, min players and max players? If you edited the ArenaDeathmatch config file with the correct kit names and spawn locations then you'd need to reload the ArenaDeathmatch plugin using oxide.reload ArenaDeathmatch in the console.
Make sure you don't use the Eject option otherwise anyone other than admins will get kicked out of the Arena, if you want to see it working you can visit my server. It definitely does work, and well too.
One minor issue though is if someone DCs in the Arena they will loose all the items and TP back, could do with a hard save for that. -
-
-