summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2023-10-26Some extra additional rules and bugfixes for Hardcore ServersJesusaves1-0/+4
2023-10-26Hardcore servers should honor SuperMMO maps (Fortress) as if they were MMO maps.Jesusaves1-1/+1
2023-10-26In Hardcore Servers, do not require the min. siege victories for Fortress.Jesusaves1-1/+1
2023-10-26I finally decided what the bonus for sparing Barbara is.Jesusaves1-0/+31
During the Impregnable Fortress Raid, provides limited healing and buffing.
2023-10-26Nerf Monster King Illusion reward after the Fires of Steam is unlocked.Jesusaves1-1/+3
2023-10-26Replace the sieges after Monster King is deadJesusaves2-29/+48
2023-10-21Sell Sunny Crystals, and evaluate Moubootaur (Sealed) at 250 Strange Coins.Jesusaves1-0/+9
2023-10-13After Monster King defeat, magic requirements suffer a sharp cut downJesusaves1-0/+6
2023-10-08Add the Bloody Switches (main controller/exit still missing)Jesusaves1-0/+2
2023-10-08Completing Frostia quests makes you a friend of the elves, even if you're ↵Jesusaves1-1/+4
not elf. Configure respawn and mob density for 026-4 and 026-5. It happens shortly before the takeover, it is escalonated for realism.
2023-10-08Update Maze code to work with IOT_NONE (requires special care).Jesusaves1-20/+40
Prepare 026-4 and 026-5 (mobs do not respawn) - they're not yet usable.
2023-10-07Generate maps for Complaining Dragons & The Impregnable Fortress (B2F - B7F)Jesusaves3-7/+11
2023-10-07Update the record accordinglyJesusaves1-0/+15
2023-10-07Some event pets can now be recovered with Pet DetectiveJesusaves1-0/+20
2023-08-21Remove redundant code from npc/functions/teleporter.txtJesusaves1-13/+10
Deprecates !117
2023-08-20Fix magic olympics' friendship challenge score accounting typo.Fedja Beader1-1/+1
2023-08-05Disable temporarily the chance to break itemsJesusaves1-0/+2
2023-07-25Increase Mirror Lake delays here too, to avoid the race condition.Jesusaves1-3/+3
2023-07-16Rebirth Season now improves Call of Dusty rewardsJesusaves1-0/+2
2023-07-13Fix the obvious bug, the non-obvious one, I'll catch later.Jesusaves1-3/+4
2023-07-13Add an extra disclaimer to be on the safe side. We're using XLITE version.Jesusaves1-0/+1
2023-07-13Backport Miller Shuffler Algorithm from TMW Crossroads.Jesusaves1-0/+28
(C) Copyright 2022 Ronald R. Miller, licensed under Apache 2.0 License
2023-07-10This, in theory, handles if the MK GID becomes a nullptr.Jesusaves1-0/+9
And trust me, this happens WAY too often.
2023-07-09Update Mirror Lake Arrival RulesJesusaves1-0/+2
2023-07-08I forgot the cake! How could I forget the cake?!Jesusaves1-1/+1
2023-07-08Improve Mirror Lake to take longerJesusaves2-12/+25
2023-07-02Fix siege 300% xp boostFedja Beader1-1/+1
2023-07-01Replace with a Rodex statement, which is more reliableJesusaves1-2/+1
2023-07-01MLP_CR_DEBUTJesusaves1-0/+6
2023-07-01Merge branch 'QoL_1_year_mount_rent' into 'master'Fedja Beader1-0/+8
Allow renting riding mouboo/tortuga for a full year (QoL) See merge request ml/serverdata!112
2023-07-01Fix obscure filter bug reported by HocusJesusaves1-2/+2
2023-07-01Warning about renting one or the other mount.Fedja Beader1-0/+2
2023-07-01Allow renting riding mouboo/tortuga for a full year (QoL)Fedja Beader1-0/+6
2023-06-27Add multi-invest options to town management menu, to ease mayorshipFedja Beader1-11/+30
2023-06-26Enable refining of shoesFedja Beader1-4/+16
2023-06-21Reduce reputation-based town incomeJesusaves1-8/+8
2023-06-21Raise town happy hour length from 1 hour to 2 hoursJesusaves1-1/+2
2023-06-21Lowering taxes results in less reputation, and raising them costs less rep.Jesusaves1-2/+2
2023-06-06Increase job xp gain on siege maps to match base xp rate increase.Fedja Beader1-1/+9
Also, from now on, town reputation affects this bonus. This however reduces total xp up in siege maps.
2023-05-31Simplify Alcohol Script for consistency, and replace penalty.Jesusalva Jesusalva1-3/+1
This replaces Alcohol to use SC_Bonus, which became the de-facto default. SC_Bonus was made based on Alcohol code, but it received improvements over time. So I decided it was time to let the parent code go. I also replaced the penalty. The ASPD penalty never struck me as "right". I tried SC_FROSTMISTY (which slows you down, reduces ASPD, etc. ─ more effects but less duration) and SC_QUAGMIRE (reduces DEX/AGI and nullifies buffs for them, slows you down). But I opted for SC_HALT_REGENERATION. It is used elsewhere as well and is inflexible: While the effect is active, regardless of what drink you used, healing yourself (by magic, not by potions) will be ineffective, and natural regen is inhibited or disabled ─ likely the later).
2023-02-22Max Weight trait was underpowered. Boost from 1kg to 2kg bonus.Jesusaves2-2/+2
Now it should be roughly on-par with "all stats +1" trait.
2023-02-20Trim the initially available traits to only: ATK, DEF, EVA, ACC, HP, MPJesusaves1-8/+8
They are self-explanatory. This closes serverdata#83 PS. Evasion is techinically better than defense, but when you pick the trait, the tutorial probably already covered this. Some other options like max weight or all stats or attack speed could also be added but they impact the game in a way different from the basic boost traits which is what I left behind.
2023-02-19Merge branch 'gameplay-typos' into 'master'Jesusalva Jesusalva3-4/+16
Batch of typo fixes and rewording See merge request ml/serverdata!71
2023-02-19Batch of typo fixes and rewording.NetSysFire3-4/+16
Also minor tweaks to Helena rewards and Pylon production.
2023-02-19Enable savior gear to refine to +12Fedja Beader1-1/+2
2023-01-31fix typo that (likely) made it impossible to be Frostia hero.Fedja Beader1-1/+1
2023-01-20Also increase job rate to 300%Fedja Beader1-0/+2
2022-12-22Fix wrong AIDJesusaves1-1/+1
2022-12-22If the Monster King was hit, he now tends to his wounds in his castle beforeJesusaves1-0/+13
SPREADING TERROR!!¡¡¡!!!
2022-12-21Golbarez: Anticipate part of the exp rewardsJesusaves1-0/+2