summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2021-07-25Healing exp cannot go negative but it could overflow...Jesusaves1-1/+1
...The "fairest" would be forcing absolute value.
2021-07-25Remove some ugly artifacts, fix Shock White ID from 122~127 to "22"Jesusaves4-28/+3
2021-07-25Fix some broken GM DoorsJesusaves1-6/+6
2021-07-25This is a quick'n'dirty patch for some broken GM commands, fix it laterJesusaves2-0/+4
2021-07-25Fix typos on warp towelsJesusaves2-4/+4
2021-07-23Some missing closeclientdialog()'s in 013-2Jesusaves1-0/+5
2021-07-23Fix Celestia's Basement.Jesusaves3-3/+136
All restrictions were removed, it is now just a fancy easter egg.
2021-07-23Fix any remaining broken warps and some more translatable strings.Jesusaves7-64/+68
Close serverdata#32
2021-07-23Fix Maria NPC and allow alonsialonso to work at Engraving (d'oh)Jesusaves2-3/+3
2021-07-17Fix typo on Keshlam SwampsJesusaves1-4/+4
2021-07-17Align scoreboard reloading to log cleaner for single lag spikes. Port Confringo.Jesusaves3-28/+8
If it is an unacceptable lag, then the boss point scoreboard may end as OnInit only, or taking a hidden entry for on-the-fly updates. We'll see in testserver.
2021-07-16Remove underperformant scoreboards.Jesusaves1-14/+4
One which did not exist in TMWA, and one is the Hall of Acorns. Boss Points scoreboard is underperformant as well. Was kept for being important but likely will need an optimization.
2021-07-16Upgrade Pauline and import all spellsJesusaves2-61/+98
2021-07-16Migrate OrumQuest to the QuestSystem, and inheir skills on ported chars.Jesusaves15-174/+187
2021-07-16Fix typos and update bank accountsJesusaves2-15/+5
2021-07-15Reintroduce the marriage system.gumi4-2/+499
2021-07-15Make a bug fix and reduce Short Sword weight to 1.5kg (same as Sand Cutter)Jesusaves1-4/+4
Partly addresses #64 which shall now be moved to clientdata scope.
2021-07-15Fix Keshlam Swamps internal bugsJesusaves1-31/+31
2021-07-15Reintroduce the time travelers. This close #65Jesusaves6-0/+103
2021-07-15Magic reset OR bugfix. Fix missing code to close #61 (Terranite Counting)Jesusaves2-18/+46
2021-07-15Styling, Translations, and Cindy's conversion rule + Magic EXP conversion.Jesusaves2-48/+63
Magic conversion will happen on this block if @HoraK give me what I need. Otherwise, it will also be wiped on this block.
2021-07-14Initial version of Doomsday Quest. Minimum Level 100. Temporary reward. ↵Jesusaves4-10/+194
Untested. Also, fix the Scythe and add stats to the Halberd.
2021-07-14Zax wasn't being rendered properly; This fixes it and add a bit of flavor.Jesusaves1-9/+14
2021-07-14Make GM Robe and GM Cap weightless (Big Crunch request)Jesusaves3-9/+6
Also, minor code edits (no visible effects ingame)
2021-07-13A lot of stuff ceased to work as it used to in Doomsday Act 5, update docs.Jesusaves3-9/+28
2021-07-13Regenerate map data/cache for 099-3 fixes in clientdata. Remove deprecated info.Jesusaves6-33/+36
2021-07-13Remove item manipulation from Doomsday, except for Mana Potion.Jesusaves3-28/+9
2021-07-13Rebalance & Bugfix on Doomsday ShowdownJesusaves1-33/+28
2021-07-13Remove switches and ritual book functionalityJesusaves2-513/+69
2021-07-13Correct the "bare minimum" so the Final Showdown works again.Jesusaves4-149/+184
It is way, way more lame than previously.
2021-07-13Add the missing Doomsday utilities. It requires a near-full rewrite, though.Jesusaves7-0/+2870
2021-07-13New NPC Utility: spawndummy() - Spawns a monster without params for script use.Jesusaves1-0/+34
It returns the spawned monster GID so setunitdata() can configure it properly
2021-07-12Reimplement addnpctimer() altough in a less efficient way.Jesusaves1-4/+42
Father Time inherited it. Cycles every 1s while Weather cycles every 2.5s I would like to stop adding expensive hacks, please ^^
2021-07-09Do not kill instantly on scripted death; And honor $HARDCORE flag if setJesusaves27-54/+58
2021-07-09Update Nathan dialog to inform players *where* the mines are.Jesusaves1-15/+20
Some of the dialog would be better on warning signs, though.
2021-07-09Make Nickos dialog more clear on what exactly you're limited toJesusaves1-18/+21
2021-07-09Systematically fix most if not every improper instance of npctalkJesusaves17-84/+84
2021-07-09Fix missing time functions (was causing towel and Kimarr bugs)Jesusaves1-0/+117
2021-07-09Regenerate map cache to fix the warps in 011-1 and 017-2 by MickshaJesusaves2-2/+2
2021-07-09[skip ci]That was an ugly lieJesusaves1-1/+1
2021-07-07Regenerate map data and cacheJesusaves5-12/+12
2021-07-05Add Chronos, lord of time, the immortal, head editor of the Almanach...Jesusaves1-2/+139
...And in overall, just a shopkeeper.
2021-07-05Add the Almanach mentioned by Crastur to the scoreboardsJesusaves3-2/+51
2021-07-05Reintroduce the Underworld Key.Jesusaves1-3/+15
I did destroy Wushin's plans for the crypt but the shards are still around. It might be possible to pierce them again into something coherent.
2021-07-05NOBYPASS - Prevent players from intruding on the fights EVEN if they have ↵Jesusaves4-10/+6
crypt keys
2021-07-05delitem() is now a safe function, so remove broken code from the crypt doors.Jesusaves3-9/+9
2021-07-05Reapercry (but Terogan is broken and effects are not working? O.o)Jesusaves4-1/+233
2021-07-05HocusideaJesusaves2-3/+8
2021-07-05As Hocus requested... Players are now able to use the Evil Obelisk to warp ↵Jesusaves3-2/+33
to Keshlam.
2021-07-05Some tentative balancing which was requested on #57Jesusaves1-6/+0