TERA - How to Enable Halloween, Xmax and other Events

Joined
Mar 29, 2019
Messages
1,492
Reaction score
3,043
(The commands are self explanatory)

Events

Halloween

Archgeus - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums



/@start_festival 11
/@stop_festival 11

Xmax

Archgeus - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums


/@start_festival 4
/@stop_festival 4

Ultra-Hyper-Fire-Turbo Time

Archgeus - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums


/@start_festival 35
/@stop_festival 35

Stack of buffs

Archgeus - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums


/@start_festival 100030
/@stop_festival 100030

Note: this one is a bit buggy, bc even if you disable the event some buffs remains.
To completely delete that buffs need a clean of db HoldAbnormality at PlanetDB_2800 and then restart the server


There's other events that i not tested yet, but if you want to test by yourself take a look at WorldFestival_XX, StrSheet_Event_XX


Festivals

Can be enabled setting up FestivalSeason.xml and set it to "true" thanks to @Luciole (i didn't even notice there was a XML named FestivalSeason) or directly from DB with the Following query

Code:
INSERT INTO [dbo].[FestivalSeasonInfo]([id], [setId], [festivalId], [startTime], [endTime], [isActive], [status], [isNpcOn], [isObjectOn]) VALUES (1, 0, [B]ID[/B], '2021-02-08 16:02:29.000', '2021-02-10 16:02:29.000', '1', 1, '1', '1');

Festival of the Sun ID 1
Banquet of Blood ID 2
Beach Party ID 3
Rootstock ID 4
Pond Faire ID 5

Archgeus - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums

Archgeus - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums

Archgeus - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums

Archgeus - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums

Archgeus - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums


Restart the game server and gtg
 
Last edited:
So many xml there... But i wonder, does events in the events xml are all active ? Means if we want to deactivate one we have to comment it (or un-comment to activate) ?

No, the events listed in WorldFestival_XX, StrSheet_Event_XX are disabled by default and can be enabled by /@start_festival X or disabled by /@stop_festival X. For see which events are active take a look at EventInfo database from PlanetDB_2800
 
I would like to ask if anyone here knows how to change the expiration date of the summer festival coins you get for the summer festival. I am new to all this and this is my first attempt at setting up my own private server. I am using the 100.02 version of Tera using the vm that tya0411 set up, thanks by the way. I activated both the festival of the sun and the beach party with everything running smoothly except for the summer festival coins being deleted once received. Any help would be appreciated.
 
I would like to ask if anyone here knows how to change the expiration date of the summer festival coins you get for the summer festival. I am new to all this and this is my first attempt at setting up my own private server. I am using the 100.02 version of Tera using the vm that tya0411 set up, thanks by the way. I activated both the festival of the sun and the beach party with everything running smoothly except for the summer festival coins being deleted once received. Any help would be appreciated.

Those items which have expiration are managed by the WebApp
 
That's what I thought but I couldn't find where to make those changes in the WebApp. Using google chrome I opened the WebApp and found the Event Usage time settings which I imagine is where you make those changes but I wasn't able to pull up any items on it.
 
I can't seem to make any changes using the WebApp as it seems I need to apply a patch to google chrome in order to for it to work properly. I downloaded the patch made by hsdn but I don't know how to install it. It was also mentioned on this forum to use internet explorer but I wasn't able to login to the Webapp using it.
 
i don't see kezzel event what this the id pls ?
 
Please tell me where I can find all the event IDs?
In your Tera Datasheet files you will open up StrSheet_Event
1770518131402 - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums

Inside that file when you scroll down towards the bottom you will see the Events under World Festival.
1770517551229 - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums

Now open World Festival
1770517648696 - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums

We are going to find out what ID the Halloween event is using these two sheets. On the StrSheet_Event above we see the Halloween event is showing id 301101. Take this number and find it in World Festival sheet.
1770517864199 - TERA - How to Enable Halloween, Xmax and other Events - RaGEZONE Forums

When you do this you see the event number is 11. This is how Archgeus was able to give you 11 for this event above.
 
In your Tera Datasheet files you will open up StrSheet_Event
View attachment 295818
Inside that file when you scroll down towards the bottom you will see the Events under World Festival.
View attachment 295815
Now open World Festival
View attachment 295816
We are going to find out what ID the Halloween event is using these two sheets. On the StrSheet_Event above we see the Halloween event is showing id 301101. Take this number and find it in World Festival sheet.
View attachment 295817
When you do this you see the event number is 11. This is how Archgeus was able to give you 11 for this event above.
Good afternoon. Thanks for the clarification, but I don’t have the StrSheet_Event file, apparently the English version. Accordingly, none of these files contain Halloween, Christmas or other events. Please be kind enough to at least post a list of events with their IDs from this file here. Well, what if we could immediately get a list of event ids for the launch command. it would be the height of gratitude
 
Back