EventManager

Moved

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

4.92857/5, 56 likes
  1. Hi, I've tried to add the Team Deathmatch to the Auto Event loader but because of the multiple spawns, it does not want to cooperate. Below is the chunk of code.

    {
    "AutoEvents - Activate": true,
    "AutoEvents - Announce Open Interval": 60,
    "AutoEvents - Config": {
    "0": {
    "closeonstart": "false",
    "gametype": "TeamDeathmatch",
    "maxplayers": "20",
    "minplayers": "2",
    "tdm.spawns.a": "tdmspawns_a",
    "tdm.spawns.b": "tdmspawns_b",
    "timelimit": "1800",
    "timetojoin": "30"
    },

    I'd appreciate if someone could assist me. Thanks!
     
  2. On auto event you should only need to specify the first one, so:

    Code:
          "gametype": "TeamDeathmatch",
          "maxplayers": "20",
          "minplayers": "2",
          "spawnfile": "tdmspawns_a",
          "timelimit": "1800",
          "timetojoin": "30"
    EDIT####
    Make sure you set up the two zones properly using the teamdeathmatch commands though
     
  3. Thanks for assistance!
     
  4. There's a few things I want to do, but am not sure how to accomplish. Any help would be appreciated.

    I want the event to automatically open every three hours.
    I want the event manager to always use the same spawnfile: DeathmatchSpawnfile.
    I want the event manager to always use the same event mode: Deathmatch.
    I want the event manager to randomize a kit that's selected each time a new deathmatch starts. I have three different kits right now but I have to manually switch them and manually start the events.
     
  5. People cannot use /kit and/or get their autokit when an event is going on. I always have to event.end and event.close after the event ended, and tell them to F1 > kill to get their autokit and also have to let them wait to get their kit redeemed.
    (This affect everyone, even those who haven't participated in the event)
     
  6. Hello,
    I would ask if there's a tutorial on this plugin, I'm confused how to properly install and configure.
    Thank you, and sorry for my English.
     
  7. This Game Evento isn't registered, did you reload the game after loading Event - Core?

    I already restarted the server
     
  8. It means the game you are trying to start doesn't exist. Names are case sensitive
     
  9. Alright I've got a little farther in trying to auto.event. Attached is the eventmanager.json and here is the errors Im getting
    Code:
    [RCON][188.165.226.225:52185] event.launch
    [Oxide] 8:02 PM [Error] Failed to call hook 'ccmdEventLaunch' on plugin 'EventManager v1.2.20' (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 8:02 PM [Debug] at System.Collections.Generic.Dictionary`2[System.String,System.Object].get_Item (System.String key) [0x00000] in :0 
    at Oxide.Plugins.EventManager.AutoEventNext () [0x00000] in :0 
    at Oxide.Plugins.EventManager.LaunchEvent () [0x00000] in :0 
    at Oxide.Plugins.EventManager.ccmdEventLaunch (.Arg arg) [0x00000] in :0 
    at Oxide.Plugins.EventManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0 
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in :0 
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0 
    at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in :0
     

    Attached Files:

    Last edited by a moderator: Mar 1, 2016
  10. Hi ! i have got a little problem, my autokit from the plugin "Kits" don't work after making an event until i restart my plugin "event manager" if someones got an issue for that please !
     
  11. Did you edit the script in any way if you have upload the latest unedited script again and use this config I edited for you
     

    Attached Files:

  12. I appreciate it that. So should I name my spawns to "deathmatch"spawnfile? Thanks so much for your help
    [DOUBLEPOST=1456892599][/DOUBLEPOST]I loaded that .json into the config and now it doesnt even recognize the game

    [Oxide] 5:21 AM [Info] [Event Manager] No Events were successfully initialized, check that your events are correctly configured in AutoEvents - Config

    I changed the name of the spawnfile and same thing
     
  13. You have messed up somewhere you need to check all files or redo them again
     
  14. Hmmm, have done that multiple times too. Oh well I'll keep trying, thanks
    [DOUBLEPOST=1457006184,1456920251][/DOUBLEPOST]This is from the DEV of "GunGame" in response to my problem of running it thru EventManager "Auto Launch"

    "Oddly enough it won't work for me either lol, even with the standard config... Please post about it in EventManager's support thread"

    So its not just me. Can the Dev of this plugin please look into getting GunGame to work with this please?
     
  15. Players on my server have reported to me that their hunger/thirst is not saving and is dropping down to ~80. They are also reporting their damaged weapons and such in their inventories are getting fully repaired. How do I fix this?
     
  16. Hello!
    I got a problem, event doesn't want to use my spawn file, event participants spawns around of arena. But if I'm one of participants my spawn point is inside of arena.What it could be?
     
  17. You have it so your zone is ejecting people. Edit the zone and then type "/zone eject false"

    Once again, after the event ends players are losing their hunger and thirst and their items are getting repaired. Why are there so many major bugs with these plugins? The free resources are nice but something as major as this makes it unusable. I can't host events anymore without people complaining.
     
  18. Is there a way to change the colors of the shirts? An example would be changing green to red. Just so it's a larger difference than the default colors are. Thanks!
     
  19. What version are you using? All that stuff was added last update
    [DOUBLEPOST=1457166779][/DOUBLEPOST]
     
  20. im having the SAME issue..