summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
AgeCommit message (Collapse)AuthorFilesLines
2022-09-28Dream Towers: If your inventory is full, medal will be sent by mailJesusaves1-2/+8
2022-06-04Include Dungeon Map - Now you can find RANDOM DUNGEONS!Jesusaves1-241/+3
2022-04-28Dream Tower can now be from 30x30 to 45x45 (randomly)Jesusaves1-1/+1
2022-01-25Improve a bit boss raid by polishing the rough edges at Soul Menhir codeJesusaves1-0/+1
2021-11-26Drastically reduce how often Aeros Events happen during Thanksgiving.Jesusaves1-2/+2
Bump minimum to 4 players.
2021-11-04Thanksgiving now uses the average between your level and top 3 levels.Jesusaves1-5/+6
If you are a top 3, you'll get less EXP/JEXP/GP/MP/RES from Thanksgiving. Otherwise, you'll get more. This also allows better global scaling.
2021-11-04This draft formula shall improve Thanksgiving Aeros Events pacingJesusaves1-1/+3
2021-11-04Allow Aeros to be opened manually if GM Team preferJesusaves1-1/+1
2021-11-02Fix more typos, and add debug subsystem to Thanksgiving AerosJesusaves1-1/+5
2021-11-02Allow Thanksgiving festivity to happen with only 3 players, instead of 4Jesusaves1-1/+1
2021-11-02Extend Thanksgiving Festivity from 30 minutes to 45 minutesJesusaves1-3/+3
2021-10-10Prevent a rare theoretical bug where Thanksgiving could end before the Aeros ↵Jesusaves1-5/+12
Event
2021-10-10Thanksgiving special eventJesusaves1-0/+43
2021-09-24Rebalance Dream Towers reward table, and mirror a bit more the M.Sg. stats ↵Jesusaves1-6/+6
for boss
2021-09-24Tweak a bit the values. However, this boss is not worth its salt.Jesusaves1-5/+5
2021-09-24Bugfixes (Already meaning to, since last night)Jesusaves1-13/+13
2021-09-24Dream Tower Event. Will begin this monday. Obviously poorly tested.Jesusaves1-0/+296
And balance-wise broken as ****** but whatever - it is done. And it is 05:37, any issues can be addressed after waking up.
2021-09-20Update some of the debugmes for usage with syslog facilityJesusaves1-1/+1
2021-06-20Remove unused calculationJesusaves1-1/+0
2021-06-20Forgot BS restrictionJesusaves1-0/+2
2021-06-20Craftmaster Day 2021 (with OP everything)Jesusaves1-0/+83
2021-03-09Dark Eggshell Hat can no longer be obtained outside Easter.Jesusaves1-1/+1
(WARNING: Does not survives server restarts)
2021-02-11Disable Weather & Event Cycles on Test Server.Jesusaves1-1/+6
Save some RAM, CPU and Chat Logs.
2021-01-05Dummy payload to test integrationJesusaves1-1/+1
Also, fixes a typo
2021-01-04More randomnessJesusaves1-1/+6
2021-01-04*sounds of nerf gun shooting*Jesusaves1-2/+2
2021-01-04Free Software Day is now builtin.Jesusaves1-0/+22
On 09/09, the day we finished LICENSE file, ALL mobs may drop a blueprint! Great, right?
2020-12-20Update some Christmas code regarding quest deletionJesusaves1-1/+1
2020-12-20The Christmas bugfix...Jesusaves1-2/+2
2020-11-03Weekly streak bonuses to Thanksgiving event (sorry YuckFou but this is all ↵Jesusaves1-0/+6
that is possible)
2020-11-03Ensure Aurora Event will be cleaned up properly before switching annual eventJesusaves1-0/+12
2020-11-03Revert "Allow Aurora Events to happen during Thanksgiving."Jesusaves1-5/+1
This reverts commit 66e86c7b06ac24b0b7c1f14629ed8eebaba25521.
2020-10-13Allow Aurora Events to happen during Thanksgiving.Jesusaves1-1/+5
They'll still be cancelled for Christmas
2020-07-26And a typo on cherryJesusaves1-2/+2
2020-07-26Actually, and most importantly: Coffee Day. IT IS COFFEE.Jesusaves1-1/+24
2020-07-26Chocolate Day EventJesusaves1-0/+28
It happens at 07/07 and will make every monster drop chocolate. If you're lucky, of course. Drop chances are 0.4% per monster level. There is only 27% chance for some chocolate which is not a bar :>
2020-07-13Prevent Aurora Events from being handled OnInitr12.3_20200713Jesusaves1-1/+2
2020-05-18Some specification + Fishing event description (finally)Jesusaves1-0/+5
2020-05-18Sketch Normalize functions for Aurora Events (will be cast after a server ↵Jesusaves1-0/+1
restart)
2020-05-17Prepare to deprecate and unify 003-1 NPCsJesusaves1-2/+2
2020-05-17Stop using compound names on eventsJesusaves1-3/+3
2020-05-15Disable Aurora Event calculations on Hardcore and Test ServerJesusaves1-1/+1
2020-05-15Aurora Event Framework - Stop the previous event as wellJesusaves1-0/+3
2020-05-15St. Patrick Day event help.Jesusaves1-1/+1
Prevent Aurora Event Framework from overriding other events.
2020-05-15Aurora Event Framework initial commit.Jesusaves1-2/+2
Every 12 weeks, Kamelot Season will begin. During Kamelot Season, the dungeon may be challenged daily! However, a minimum cooldown of 6 hours must be respected. WARNING: THIS RELEASES KAMELOT TO PUBLIC/STABLE
2020-05-15This should get rid of Katazuli issuesJesusaves1-1/+1
2020-05-15Generate a new randomness seed everyday, and deploy it for every script.Jesusaves1-0/+5
Overrides default randomness from Hercules. (Previously, on my PC, the billions digit didn't vary. Now they vary.) Effects cannot be predicted. Hope for no overflows!
2020-03-02[skip ci] Remove faulty debug markerJesusaves1-1/+0
2020-03-02Earlier sketch of FYEVENT triggersJesusaves1-34/+81
2020-02-26De-hardcode the battle configuration flags (BCONF)Jesusaves1-0/+2
Reason: Automatize and protect the EXP Bonus on TMW2 Day Event.