summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
12 daysfurther clarify commentalcohol-reword-reformatFedja Beader1-2/+3
12 daysReword & reformat alcohol codeFedja Beader1-10/+15
12 daysNice scope block you got there %%IFedja Beader5-15/+28
I remember another smaller one somewhere, wonder if I can make a nice grep oneliner to find them all... * 'kay, how did that creep in * addendum - found by half-working script. optimised delitems too * Nice scope block you got there %%I **** ml/serverdata!189 Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
13 daysRegenerate map info + Soren-2Jesusaves5-11/+23
13 daysThere was a typo...Jesusaves1-2/+2
13 daysOptional DungeonJesusaves22-143/+736
14 daysMake slightly harder to farm Copper Slime in Kamelot Prison, but not impossible.Jesusaves1-1/+8
14 daysBugfix at KamelotJesusaves1-2/+6
14 daysInclude 001-16 to cache memoryJesusaves7-410/+420
14 daysSeveral files and configuration changes which will be required.Jesusaves9-8/+280
2025-03-21During St. Patrick, St. Patrick Clovers may show up in AerosJesusaves1-1/+1
2025-03-20Include 001-15 to the hierarchy, but map is not available for playersJesusaves8-411/+421
2025-03-19Add books to Halinarzo's Library.Jesusaves1-0/+160
2025-03-19So new~ish players have access to skills and for a more interesting gameplayJesusaves2-0/+3
2025-03-19Increasing the reward for sacrificing the Mouboo from 1 to 3 MSPJesusaves1-3/+3
2025-03-19REQ#75 (requires map rebuild) - Saxso may guarantee a key drop. Sometimes.Jesusaves1-0/+7
2025-03-19Fix typoJesusaves1-1/+1
2025-03-18[skip ci] for balance reasons, frostbites may be randomly weakerJesusaves1-2/+2
So your death goes from 12 minutes to 18 minutes in average
2025-03-18Fix hierarchy (CI false positive)Jesusaves1-1/+1
2025-03-18Add notes and fix imprecisionsJesusaves1-7/+8
2025-03-18Three new map mechanics which will be necessary for the Moubootaur ShowdownJesusaves3-5/+120
2025-03-16Make maps (upkeep)Jesusaves3-1/+1
2025-03-16Double-sure on Ship Logout issuesJesusaves1-1/+1
2025-03-16Add message when player is reborn into savior race + improve spelling and ↵rebirth_messagesFedja Beader1-4/+10
announce which rebirth it was, otherwise.
2025-03-16Add note about calling rumbarrel_chance() twice.Fedja Beader1-0/+1
**** ml/serverdata!187 Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
2025-03-15Fix typoJesusaves1-2/+2
2025-03-15Modify how lightsabers HP loss work. Modify how Lightbringer HP loss work.Jesusaves1-4/+4
2025-03-154L Clover will now grant you a 1% chance for Funky Hat.Jesusaves1-0/+6
It'll only affect general boost if you fail to get set bonus.
2025-03-15Allow [Green Eggshell Hat] to pass the green checkJesusaves1-1/+1
Candor set is not true green, tho
2025-03-15Rebalance a bit the new chests and spread them!Jesusaves6-6/+32
2025-03-15Implement the remaining, missing chestsSaulc4-0/+39
2025-03-15Fix typo in Item DBJesusaves1-1/+1
2025-03-11Changes requested by \Test_User (or minor fixes for log files)Jesusaves3-4/+7
2025-03-08For precision, to match better Wyara's dialog.Jesusaves1-1/+1
2025-03-08This should stop the players whom "can't finish Sagratha's Quest"Jesusaves1-0/+1
2025-03-06Fix visual glitch in Mirio's time assessmentJesusaves1-1/+1
2025-03-04Refactor a bit the code and fix an exploit before it goes liveJesusaves1-5/+4
2025-03-04If you work at least 4 hours and leave normally instead of logout, pay fractionJesusaves1-1/+8
Only 50% of the fraction will be paid. Also informs you about the limit if you forgot.
2025-03-04And this, is something which was planned for a while...Jesusaves2-4/+2
2025-03-03Update configuration file to reflect the backport.Jesusaves1-0/+10
2025-03-03Provide an use case for the new feature requested by @ThinkSome / @specingJesusaves2-3/+6
2025-03-03add more unit tests for local functionsgumi1-0/+40
2025-02-28Fix the bug in Moubootaur Legends Anniversary. Maybe.Jesusaves2-1/+8
2025-02-25Aeros: May now spawn some Officers of the Monster Army.Jesusaves1-0/+7
However, their stats will be regular, and no experience bonus will happen.
2025-02-25Futurely, I wish to be theoretically capable of extending Aeros events duration.Jesusaves1-0/+4
2025-02-15Fix Lora TayJesusaves1-2/+2
2025-02-13Fix copy pasta (overcooked)Fedja Beader1-1/+1
2025-02-12Fix areaharm (now squareharm) credit fixFedja Beader2-5/+6
+ update comment
2025-02-12Fix areaharm creditFedja Beader7-64/+79
+change order of arguments and defaults (but I might flip them around again, stay tuned) Also fixes magnus heal: note how filter_friendly was passed as elemental type. Depends on !174. * Make square/rect-harm match harm() calling convention * -artefact * Swap blocks filter and script filter around.. if you think about it, the blocks filter is coarse and the latter is fine so it makes sense to order them this way as well. * areaharm should be called squareharm, no? * Fix areaharm credit +change order of arguments and defaults **** ml/serverdata!175
2025-02-12Optimise for reading, not writingFedja Beader1-27/+29