I was playing on my fresh made server,and then suddenly a message pops up:"Event Message:L70ETC CONCERT".When I saw that I just said WOW!!!OMG!!!!LOL!!! and rushed relogging in to my Administrator account.That was just cool to see that something like that is implemented in the server.
But now to my question.
Can you someone list all the ingame events here and please write where they are?
Because after 30mins of searching for the L70ETC CONCERT it...well...I didn't find it...and well you know...it...bah
MaNGOS 6245 Events
8 posts
-
Posted 1 year ago » Permalink
-
not sure about the one you listed, but I know there are a few in game events handled by the scriptdev2 database. The only ones I can tell you of (by turning on the game event message broadcast) is the gurubashi arena booty run, and nights, and the dark moon fair. Anyone else ?
Posted 1 year ago » Permalink
-
well i know you can go into your game_events table and look at them there.
i think the description is the name. im not sure.
but i hope that can help/Posted 1 year ago » Permalink
-
Yeah descriptions is the name, you can add, change and stuff there if you'd like. My server is using Events messages as "Server info messages" instead by automatic, that sends out it to all players by set time.
Posted 1 year ago » Permalink
-
BUMP since there is no CREATE TOPIC button anywhere ill have to post it here!
How do you enable Dark Moon Fair or any of the other events ingame? Or do you need to edit a file?
Posted 1 year ago » Permalink
-
@ Debbie
change the time when that kind of event should be avaible in the game_events table,
if you change it to start at 2000-01-01 01:01:01 and end at 2025-01-01 01:01:01,will it stay active during those years and will stop at year 2025.
you can change the length of each event to start like you want it,
its normally set to "10020" but if you want it to stay longer just add more.
length cant have a higher value than occurence, will fail.and the last one is the occurence which is the time between each new start of the event, normally set to "131040" for Dark Moon Faire.
each value in occurence & length is written in minutes, like occurence is normally "131040" which is the minutes between each new start of the event.
if you write "0" in both length & occurence I think the event will stay active all the time during the date you choosed. Should work.
Posted 1 year ago » Permalink
-
Hi, Samories! And thanks!
But im having truble locating the ''game_events_table''? I'm pretty new to this.
Posted 1 year ago » Permalink
-
@ Debbie
Using Navicat or Mysql Query browser, can you connect to your sql-database. atm I cant open any of the programs to be more specific since Im not at home but anyway..
Use any of the programs, it will show your database after you enter the info.
locate "mangos" and open it, then it will appear alot of tables, locate G.. and you will find the game_events, which you are searching for. just simply open it, and you will find the information I wrote earlier.Posted 1 year ago » Permalink
Reply
You must log in to post.