azerothcore-wotlk
azerothcore-wotlk copied to clipboard
(Holidays): Holiday dates must be filled for the next however many years.
Current Behaviour
We have run out of Darkmoon Faires.
Expected Blizzlike Behaviour
We need more Darkmoon Faires.
Source
Assumption based on the established eternal presence of the Darkmoon Faire.
Steps to reproduce the problem
- Open the calendar.
- Observe the Darkmoon Faire is no more.
Extra Notes
We just need to add more dates for events in holiday_dates
. Shouldn't be too difficult.
AC rev. hash/commit
be48e3c2493b420c62c293897e321c0bf7c0483f
Operating system
Windows 10 x64
Custom changes or Modules
For reference, here is the last commit that added entries to this table.
Is it just out of the calender? Because it shouldnt stop as the end time is 2030-01-01 06:00:00
Is it just out of the calender? Because it shouldnt stop as the end time is 2030-01-01 06:00:00
Yes, it only affects the in-game calendar, the events still play out in the world as expected.
confirm
Darkmoon is displayed on the calendar
Good day, players at CC discovered this bug in game and started to talk about it in sever discord (because now it's time for DMF).
We should never have to manually feed by hand the upcoming recurrent world events such as Darkmoon Faire. It should have been automated in the first place. Otherwise, we'll just push the very same problem later.
Whichever solution comes first should be acceptable.
Could anyone see if this works? https://gist.github.com/Gultask/c06f6dbb543594618164ffc2241c31ec
Uses the Classic schedule convention
Doesn't seem to do anything
AFAIK that's one of AC's tables created with the idea of moving client data to the database, I am not sure if it's even implemented tbh
I definitely managed to switch dates around for existing entries, but new ones don't appear for me
AFAIK that's one of AC's tables created with the idea of moving client data to the database, I am not sure if it's even implemented tbh
Doubt that, considering the table exists (and seems to work) on TC.
Alright I figured it out after much fiddling... It only accepts 25 entries. (???)
So we have to delete old ones
I did, however, not notice that the start date mentioned is for the building event and not DMF itself so it's starting every Tuesday 😩
#define MAX_HOLIDAY_DATES 26
? why?
why?
Fun.
It is due to client limitations 25