Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to enable Event map decorations?

Joined
Sep 30, 2010
Messages
455
Reaction score
135
I wanted to enable for example halloween but the halloween decorations are missing, the NPCs are sitting on invisible objects and i am not sure how to fix it. Did someone managed to do it ? NPCs/Quests and everything works just not the modified map decorations.
 
Newbie Spellweaver
Joined
Feb 3, 2016
Messages
81
Reaction score
18
can you tell me what i need to fix in the dbss files ? what exactly?

in Corsair Version
Follow this to convert the xlsm files to bss/dbss. https://forum.ragezone.com/f1001/update-dbss-for-corsair-the-1207381/

You will need to edit the sheet EventManage in DataSheet_Event.xlsm found in ServerDir\GameCommonDataUnpack\DataSheet\localdatasheet\
Im not sure about the regional sheets, no idea if the server calls for them or not.

Basically to make an event active, you need to change the expired date to a non expired date

For example, for the event "Halloween Event" which has a condition of "checkPeriodByGmt(0, 2019/10/16-06:00, 2019/11/06-05:00)" you would want to change it to domething like "checkPeriodByGmt(0, 2022/10/16-06:00, 2022/11/06-05:00)"
 
Upvote 0
Joined
Sep 30, 2010
Messages
455
Reaction score
135
Follow this to convert the xlsm files to bss/dbss. https://forum.ragezone.com/f1001/update-dbss-for-corsair-the-1207381/

You will need to edit the sheet EventManage in DataSheet_Event.xlsm found in ServerDir\GameCommonDataUnpack\DataSheet\localdatasheet\
Im not sure about the regional sheets, no idea if the server calls for them or not.

Basically to make an event active, you need to change the expired date to a non expired date

For example, for the event "Halloween Event" which has a condition of "checkPeriodByGmt(0, 2019/10/16-06:00, 2019/11/06-05:00)" you would want to change it to domething like "checkPeriodByGmt(0, 2022/10/16-06:00, 2022/11/06-05:00)"


i did that... did you even test what you said ? xD
 
Upvote 0
Newbie Spellweaver
Joined
Dec 3, 2020
Messages
42
Reaction score
5
"Log":"EventCategory_Table의 EventKey(4) DiscountStartPeriod() 가 비정상 입니다!" }

Unable to synchronize eventmanagement.bss

I have set the time correctly
 
Upvote 0
Newbie Spellweaver
Joined
Jun 26, 2022
Messages
5
Reaction score
0
Assuming once changing DataSheet_Event.xlsm, updating dbss/bss it exports into eventmanagement.bss? Applied this to my client/server, duped it to the login server as well for extra measure - nothing has changed in game.

checkPeriodbyGMT(0, 2022/12/1-06:00, 2022/12/30-06:00)

 
Upvote 0
Back
Top