EventManager

Moved

Total Downloads: 10,609 - First Release: Dec 16, 2014 - Last Update: Apr 19, 2018

4.92857/5, 56 likes
  1. Hello, I can`t get the autoevent to start. i get this error


    [Oxide] 2:23 AM [Error] Failed to call hook 'ccmdEventLaunch' on plugin 'EventManager v1.2.19' (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 2:23 AM [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


    Game config

    Code:
    {
      "Gungame - Close event at start": false,
      "GunGame - Event - Name": "GunGame",
      "GunGame - Event - SpawnFile": "ggspawns",
      "Gungame - Rank Limit (max 29)": 15,
      "GunGame - Start - Health": 100.0,
      "Gungame - Use Armour": true,
      "Gungame - Use Machete Downgrade": true,
      "Gungame - Use Meds": true,
      "Gungame - Use Meds - Amount": 1,
      "GunGame - Zone - Name": "GunGame",
    Event config

    Code:
    {
      "AutoEvents - Activate": true,
      "AutoEvents - Announce Open Interval": 90,
      "AutoEvents - Config": {
        "1": {
          "closeonstart": "false",
          "gametype": "GunGame",
          "maxplayers": "30",
          "minplayers": "6",
          "spawnfile": "ggspawns",
          "timelimit": "1800",
          "timetojoin": "30"
        }
      },
      "AutoEvents - Interval between 2 events": 1800,
      "Default - Game": "GunGame",
      "Default - Spawnfile": "ggspawns",
     
  2. change the "1" to a "0".
     
  3. I`ll try that, it was on 1 by default btw. thank you for fast reply.
     
  4. If anyone is willing to test out a patch for EventManager please PM me, it includes;
    Fix for last player losing his gear - Everyone is put into godmode until the last who died has respawned, then everyone should be sent home with their gear
    Restoring players health
    Restore item skins
    Restore weapon mods
    Restore ammo count
     
  5. Hey,, any ETA on this update? looking forward to it
    [DOUBLEPOST=1454426933,1454330441][/DOUBLEPOST]So during events, some players spawns outside the arana after death, its all random. i have dobbel and trippel checked the spawnpoints, moved the arena, reinstalled plugins but this keep happening. Any Ideas?
     
  6. you may release it in the post if you want, i have no prob if you take over the plugin also.
     
  7. The update that @k1lly0u is working on is currently being tested to make sure that no bugs are in the update he is working on.
    Give it a bit of time, working on a mod that you didn't create originally can be tricky.
     
  8. It wasn't my intention to take it over, I just wanted to make sure the patch worked properly before giving it to you :p Your event plugins are what interested me to start plugin development so I would be happy to maintain it if you no longer want to, although I think this update covers 90% of what people have asked for/complained about so it shouldn't really need anymore attention
     
    Last edited by a moderator: Feb 3, 2016
  9. how to solve the problem with the timer?
    Code:
    [Oxide] 2:31 PM [Error] Failed to run a 300.00 timer in 'EventManager v1.2.19' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.)
    [Oxide] 2:31 PM [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.<OnEventOpenPostAutoEvent>m__2 () [0x00000] in <filename unknown>:0  at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename unknown>:0 
     
  10. hi, I have flicked through the posts and cant see anything about my issue. when I add rewards it only makes one page worth.
    the next arrows don't work and when I look in the data I can see only 6 items that I have listed. if I list more then it just removes them?

    is it the case that there is only one page for rewards now or am I missing something?

    thanks
     
  11. I do not have this issue, try reinstall event manager :)
     
  12. ok, well when you are ready you can send the last version to me i'll update it then.
    i have internet acces so i can upload the file
     
  13. me somebody to answer why I have not disconnected avtoevent timer and error occurs? I have one such a problem? sorry for my English
     
  14. Format exception is because you have edited the messages and have removed or renumbered the parts in the string that get replaced with information. Delete your config and when you translate it do not remove or change the bits that look like these {0}, {1} or anything in these brackets { }
    Roger
     
  15. I don't quite understand your message as I didn't mention a issue in that post.
     
  16. I quoted the wrong post, sorry about that.
     
  17. Reneb updated Event Manager with a new update entry:

    1.2.20

     
  18. Hey have a error. Created a Deathmatch Event. But this part
    Code:
    4) In the Event plugins you will always find a place where to put the zone name. REMEMBER TO DO IT!!
    In Deathmatch it is inside: "DeathMatch - Zone - Name"
    i was unable to do.

    I have this Error in my logs:
    Code:
    [2/6/2016 3:12:46 AM] [Oxide] 3:12 AM [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.OnEventOpenPostAutoEvent () [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 
     
  19. Event cancel Timer does not work. In the chat all the time wrote about the invitation to the event.
    There are no errors. config file does not changed. All of the latest version
     
    Last edited by a moderator: Feb 6, 2016
  20. I reinstalled all and made it again step by step but again i have this errors:
    Code:
    [2/6/2016 12:30:56 PM] [Oxide] 12:30 PM [Error] Failed to call hook 'ccmdEventLaunch' on plugin 'EventManager v1.2.20' (KeyNotFoundException: The given key was not present in the dictionary.)
    Code:
    [2/6/2016 12:30:56 PM] [Oxide] 12:30 PM [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.OnEventOpenPostAutoEvent () [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 
    Code:
    {
      "ZoneDefinitions": [
        {
          "name": "Deathmatch",
          "radius": 120.0,
          "radiation": 0.0,
          "Location": "395.0014 27.81249 -1610.145",
          "Size": "0 0 0",
          "Rotation": "0 0 0",
          "ID": "11296279",
          "enter_message": null,
          "leave_message": null,
          "enabled": true,
          "flags": "AutoLights, Eject, UnDestr, NoBuild, NoTp, NoWounded, NoDeploy, NoKits, NoCorpse, NoSuicide, KillSleepers"
        }
      ]
    }