summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2020-05-15Disable Aurora Event calculations on Hardcore and Test ServerJesusaves1-1/+1
2020-05-15Aurora Event Framework - Stop the previous event as wellJesusaves2-0/+12
2020-05-15Manual (GM) cast of Regnum BlessingJesusaves2-2/+8
2020-05-15Bad formattingJesusaves1-1/+1
2020-05-15Regnum Blessing prototype (another Aurora Event)Jesusaves3-0/+35
2020-05-15manaplus.tmw2.org is also supportedJesusaves1-1/+2
(I'm actually pointing to manaplus.germantmw.de because jak1 likes that more %%N)
2020-05-15OpsJesusaves1-1/+1
2020-05-15Better handling at some of Journalman spotlightsJesusaves1-3/+3
2020-05-15An extra detail to GS-3Jesusaves1-0/+1
2020-05-15Oh dear, I forgot Moubootaur Legends AnniversaryJesusaves1-0/+13
2020-05-15I need to erase cooldown as well or this might present an undefined behaviorJesusaves1-0/+1
2020-05-15Add Event Information to Nard's ship noteJesusaves1-3/+7
2020-05-15This was one of the hardest bugs I've ever hunted %%eJesusaves1-1/+1
2020-05-15Fix a bugJesusaves1-1/+1
2020-05-15Document Thanksgiving and Christmas.Jesusaves1-3/+26
With this, every ML event is now documented.
2020-05-15Worker's Day event helpJesusaves1-1/+12
2020-05-15St. Patrick Day event help.Jesusaves2-10/+17
Prevent Aurora Event Framework from overriding other events.
2020-05-15Event Information: Valentine, EasterJesusaves1-0/+37
2020-05-15Why aurora function file was excluded? D:Jesusaves1-0/+81
2020-05-15event helpJesusaves1-1/+29
2020-05-15Aurora Event Framework initial commit.Jesusaves4-7/+7
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-15Remove translations from GM Event MenuJesusaves1-11/+11
2020-05-15Automatize Kill the GM events.Jesusaves1-0/+7
Now any GM murder on a PvP map will automatically yield a Murderer Crown for a week. For manual events, remember: use @item, event system to remove, and use @killable instead of @pvpon.
2020-05-15Kamelot: Nerf a bit damage, Boost a bit hit chanceJesusaves6-21/+21
2020-05-15Use guild average level to determine rewards, because MX might have changedJesusaves1-2/+2
2020-05-15New difficulty level at Kamelot: Crazy(fefe)Jesusaves1-1/+7
2020-05-15Kamelot difficulty selectionJesusaves1-0/+20
2020-05-15Currently too difficult, limit increase to level 100Jesusaves1-1/+1
(DO NOT SOLO)
2020-05-15...No, I want this logic to be reversedJesusaves1-1/+1
2020-05-15Put some effort in killing, pretty pleaseJesusaves1-1/+1
2020-05-15This should get rid of Katazuli issuesJesusaves2-3/+43
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-05-14Test Server warning on NardJesusaves2-1/+15
2020-05-13Edge bug on Hard CoreJesusaves1-4/+7
2020-05-13I forgot one line from Gumi's code, which is forcing GP to be dropped.Jesusaves1-0/+3
Fixed now, though.
2020-05-13Aeros cannot be used on HCJesusaves1-0/+5
2020-05-13Gumi's automatic absolveJesusaves1-1/+13
2020-05-13Rewrite how death will be handled on Hardcore.Jesusaves2-7/+14
Instead, it'll set a variable called grace, and this variable will exempt you.
2020-05-13Replace our script-induced deaths with new, custom, die() commandJesusaves34-71/+82
This will fix one of the HardCore Server bugs.
2020-05-12Armor no longer may have critical chance bonuses.Jesusaves1-0/+1
2020-05-12Due to a bug, critical rate could go up to 200%, but now I know the formulaJesusaves1-0/+1
works strangely. Cap this to 100%.
2020-05-12ManaMarket sketchJesusaves3-0/+147
2020-05-12Hardcore "Bugfixes"Jesusaves1-4/+18
2020-05-12Hardcore Server settingsJesusaves1-1/+3
2020-05-12Hardcore server settingsJesusaves2-1/+27
2020-05-12Special servers initializationJesusaves1-1/+11
2020-05-12Hardcore server scheduled restartsJesusaves1-0/+23
2020-05-12Servers with `debug` flag will also restart on their own every sunday at 03:00Jesusaves1-0/+17
2020-05-12The plan is: If `debug` is set, skip day/night cycle.Jesusaves1-1/+1
This will save RAM, which keeps killing test server.
2020-05-12Deprecation concerning "debug" constant (I have new plans for it)Jesusaves10-101/+15