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!

Calendar arcturus

Newbie Spellweaver
Joined
May 14, 2014
Messages
43
Reaction score
1
I have a short question ...

I want to turn on the calendar in the hotel, only I can not get it working ...
The problem is, I do not see him when I enter the hotel

This is how my settings are:



I use arcturus EMU

Hope someone can help me! (formerly it worked, idk what I'm doing wrong)
 
Junior Spellweaver
Joined
Sep 12, 2013
Messages
146
Reaction score
66
Run these SQL's:
UPDATE permissions SET cmd_calender = '1' WHERE rank >= '6';
UPDATE emulator_settings SET hotel.calender.starttimestamp = '1516060800';

Restart emulator and your good to go. Command :calendar pops the calendar up.
 
Upvote 0
Newbie Spellweaver
Joined
May 14, 2014
Messages
43
Reaction score
1
Run these SQL's:
UPDATE permissions SET cmd_calender = '1' WHERE rank >= '6';
UPDATE emulator_settings SET hotel.calender.starttimestamp = '1516060800';

Restart emulator and your good to go. Command :calendar pops the calendar up.

Thanks for your comment!

It is now on ..
But is it possible to change that to this?:

 
Upvote 0
Junior Spellweaver
Joined
Sep 12, 2013
Messages
146
Reaction score
66
Thanks for your comment!

It is now on ..
But is it possible to change that to this?:

These are 2 different things. What you posted a pic of is called "nux gifts". You can request this feature in Bitbucket, but for now it's not coded. :)
 
Upvote 0
Back
Top