Jump to content

EventManager 2.2.12

$21.95 $15.95
   (21 reviews)

14 Screenshots

Recommended Comments



MuB-Studios

Posted

2 minutes ago, DanaCM said:

Would it be possible to change the language?

 

In which language?
What would you like to change?

DanaCM

Posted

in Spanish the gui

DanaCM

Posted

If I had the language file I would translate it myself

 

MuB-Studios

Posted

11 minutes ago, DanaCM said:

If I had the language file I would translate it myself

 

I haven't planned it at the moment
But I will think about how and whether I can do this

 

  • Like 1
Viktorvill

Posted

Hello!

How can it be set so that only 1 event always runs randomly?

MuB-Studios

Posted

37 minutes ago, Viktorvill said:

Hello!

How can it be set so that only 1 event always runs randomly?

With the Random Start Event only one event is started at a time

Viktorvill

Posted

How do I set the random event?

MuB-Studios

Posted (edited)

23 minutes ago, Viktorvill said:

How do I set the random event?

You press RandomStart at the top
Insert all the events you would like to have at RAndomstart
Set the time Eg 3:00 Statictime off
Then it starts an event from your list every 3 hours

Random.png.a3ac4ba1b9b848df1d635d98689f5232.png

Edited by MuB-Studios
  • Like 2
kpoha_ehot

Posted

Hello, does the plugin have notifications about the start of an event (need for standard events: ship, tank, helicopter...)?

MuB-Studios

Posted

2 hours ago, kpoha_ehot said:

Hello, does the plugin have notifications about the start of an event (need for standard events: ship, tank, helicopter...)?

No, not at this time

kpoha_ehot

Posted

very bad((( is there an alert adapter?

MuB-Studios

Posted

18 hours ago, kpoha_ehot said:

very bad((( is there an alert adapter?

I'll think of a solution

MuB-Studios

Posted

19 hours ago, kpoha_ehot said:

very bad((( is there an alert adapter?

I have Added

FandangoChristmas

Posted

Good day, I see there is a update out that says to delete all my data file for this plugin. Is there a way to update without deleting all my hard work I have done, or just not update to this? I don't have any use for notifications, as its quite easy to see a event active in my server HUD already.

MuB-Studios

Posted

14 minutes ago, FandangoChristmas said:

Good day, I see there is a update out that says to delete all my data file for this plugin. Is there a way to update without deleting all my hard work I have done, or just not update to this? I don't have any use for notifications, as its quite easy to see a event active in my server HUD already.

Then you don't need this update
Here it would only be necessary to delete the data file
Because I added new commands for FP events

FandangoChristmas

Posted

1 minute ago, MuB-Studios said:

Then you don't need this update
Here it would only be necessary to delete the data file
Because I added new commands for FP events

In theory could I add in those new commands myself into the data file instead of wiping my data? 

MuB-Studios

Posted

Yes

6 minutes ago, FandangoChristmas said:

In theory could I add in those new commands myself into the data file instead of wiping my data? 

Yes sure

FandangoChristmas

Posted

6 minutes ago, MuB-Studios said:

Yes

Yes sure

Ok, I will dig into the .cs file and look for the new commands, then add them to my datafile and config if needed.

  • Like 1
Flint Monkey

Posted

Anyone having issues where UpdateChecker thinks the version running is  2.2.0 but 2.2.2 is installed?

Kobani

Posted

Could they add the new Supermarket event.

 

MuB-Studios

Posted

15 minutes ago, Kobani said:

Could they add the new Supermarket event.

 

/NEWEVENT YOU CAN ADD SELF 

  • Like 1
Flint Monkey

Posted

2 hours ago, Kobani said:

Could they add the new Supermarket event.

 

In the events.json file (oxide/data/EventManager/events.json), add the following to the "KpucTaJl|0.733 0.122 0.004 1.00|35a3b7d4-646b-442c-9743-6af6eb50d6d5": [ section:

 {
      "Event name": "Supermarket Event",
      "The command to launch the event": "supermarketstart",
      "Color": "0.1 0.1 0.1 0.95"
    },

 

  • Like 1
Tarkos

Posted

For EventManagerNotifier. All event
Set your "StartMessage"

 

{
  "Events": [
    {
      "MessagesActive": true,
      "EventName": "Airdrop",
      "StartCommand": "em_spawn assets/prefabs/misc/supply drop/supply_drop.prefab",
      "StartMessage": "Airdrop was <color=green>dropped</color>"
    },
    {
      "MessagesActive": true,
      "EventName": "Chinook 47",
      "StartCommand": "em_spawn assets/prefabs/npc/ch47/ch47scientists.entity.prefab",
      "StartMessage": "Chinook 47 has <color=green>started</color> and is making its rounds"
    },
    {
      "MessagesActive": true,
      "EventName": "Cargoship",
      "StartCommand": "em_spawn assets/content/vehicles/boats/cargoship/cargoshiptest.prefab",
      "StartMessage": "CargoShip sets sail and has <color=green>started</color> the journey"
    },
    {
      "MessagesActive": true,
      "EventName": "Helicopter",
      "StartCommand": "em_spawn assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab",
      "StartMessage": "Helicopter <color=green>started</color> the sightseeing flight"
    },
    {
      "MessagesActive": false,
      "EventName": "Air Event",
      "StartCommand": "airstart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Water Event",
      "StartCommand": "waterstart ",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Arctic Base Event",
      "StartCommand": "abstart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Satellite Dish Event",
      "StartCommand": "satdishstart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Junkyard Event",
      "StartCommand": "jstart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Power Plant Event",
      "StartCommand": "ppstart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Harbor Event",
      "StartCommand": "harborstart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Squid Game",
      "StartCommand": "rlglstart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "GasStation Event",
      "StartCommand": "gsstart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Defendable-Bases Start",
      "StartCommand": "warstart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Defendable-Bases Stop",
      "StartCommand": "warstop",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Sputnik",
      "StartCommand": "sputnikstart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Armored Train",
      "StartCommand": "atrainstart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Space",
      "StartCommand": "spacestart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Convoy",
      "StartCommand": "convoystart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Shipwreck",
      "StartCommand": "shipwreckstart ",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "IQSphereEvent",
      "StartCommand": "iqsp start",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Cobalt Laboratory",
      "StartCommand": "cl start",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "XDChinookEvent",
      "StartCommand": "chinook call",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Rocket Event",
      "StartCommand": "rocket ||",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "CargoTrainEvent",
      "StartCommand": "trainevent_now",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Stone Event",
      "StartCommand": "StoneStart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Metal Event",
      "StartCommand": "MetalStart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Sulfur Event",
      "StartCommand": "SulfurStart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "RaidRush Event",
      "StartCommand": "raidrush.start",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "BarrelBash Event",
      "StartCommand": "StartBarrelBash",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "BoxBattle Event",
      "StartCommand": "StartBoxBattle",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "CargoPlaneEvent",
      "StartCommand": "callcargoplane",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "AirfieldEvent",
      "StartCommand": "afestart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "HelipadEvent",
      "StartCommand": "hpestart",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "GuardedCrate Easy",
      "StartCommand": "gcrate start Easy",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "GuardedCrate Medium",
      "StartCommand": "gcrate start Medium",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "GuardedCrate Hard",
      "StartCommand": "gcrate start Hard",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "GuardedCrate Elite",
      "StartCommand": "gcrate start Elite",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Dangerous Treasures",
      "StartCommand": "dtevent",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "RaidableBases Easy",
      "StartCommand": "rbevent easy",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "RaidableBases Medium",
      "StartCommand": "rbevent easy",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "RaidableBases Hard",
      "StartCommand": "rbevent easy",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "RaidableBases Nightmare",
      "StartCommand": "rbevent easy",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Heli Regular",
      "StartCommand": "heli.call Regular",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Heli Millitary",
      "StartCommand": "heli.call Millitary",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Heli Elite",
      "StartCommand": "heli.call Elite",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Jet Event",
      "StartCommand": "jet event 2 2 10",
      "StartMessage": ""
    },
     {
      "MessagesActive": false,
      "EventName": "Meteor-Event-Kill",
      "StartCommand": "ms kill",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Meteor-Event-Start-Amount-10",
      "StartCommand": "ms run 10",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Meteor-Event-Start-Amount-20",
      "StartCommand": "ms run 20",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Meteor-Event-Start-Amount-30",
      "StartCommand": "ms run 30",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Meteor-Event-Start-Amount-40",
      "StartCommand": "ms run 40",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Meteor-Event-Start-Amount-50",
      "StartCommand": "ms run 50",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "PilotEjec",
      "StartCommand": "pe call",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "HeliRefuel",
      "StartCommand": "hr call",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Bot-Purge-Event",
      "StartCommand": "Purge",
      "StartMessage": ""
    },
    {
      "MessagesActive": false,
      "EventName": "Eradication Event",
      "StartCommand": "Erad",
      "StartMessage": ""
    }
  ]
}

 

Mike6FO

Posted (edited)

On 12/8/2023 at 6:17 AM, War_Zombie said:

So rename the file name for example EventManagerKillyou. Than open the cs file and replace all EventManager entrys to EventManagerKillyou and you are good to go.

This seems extreme, but I have the same issue.  Can't load this plugin since it's named the same as the arena event manager.

Edited by Mike6FO

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 5
  • Love 6

Mevent's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.5k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.