summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2024-06-30Move the debug timers from Aurora Events around.Jesusaves1-8/+4
2024-06-30Fix exploit in Olympics Friendly SkillsJesusaves1-0/+6
2024-06-30Aurora wasn't giving participation points for these four challenges.Fedja Beader1-4/+4
2024-06-28[skip ci] Fix bogus instructionJesusaves1-1/+1
2024-06-28Intelligence can now reduce or increase monster point generation in 50%.Jesusaves1-1/+11
Well, it'll never increase in 50% because for that you need Lv 1 and 150 int. That's impossible as bonus int (e.g. equips and job) aren't counted for this. However, getting a -50% penalty is perfectly possible if you have 1 int at lv 200.
2024-06-24This broken clock wasn't right even twice a day?Fedja Beader1-1/+1
2024-06-12Better protect against rapid player actions resulting in unwanted warp.Fedja Beader1-2/+2
Note: picked "Nowhere" instead of "Abort" or "None". Feels as a more natural response to the question "Where should I warp to?"
2024-06-11[skip ci] some obvious sanitization issuesJesusaves1-1/+3
2024-06-10[skip ci] fix typo on invalid JSONJesusaves1-1/+1
2024-06-10Some changes requested by specingJesusaves1-1/+4
2024-06-09Fix some long standing bugs (mostly in crafting options)Jesusaves1-1/+1
2024-06-07Add some more weather sense to random NPCs to make game more interesting.Jesusaves1-2/+21
2024-06-02Fix exploit introduced on previous commitJesusaves1-3/+1
2024-06-02Add a fallback to Warp Mage Warp Magic, but there's technically no error.Jesusaves1-0/+9
2024-06-02Aurora Lag Tracker.Jesusaves1-0/+13
2024-06-01ManaPlus -> ManaVerseJesusaves2-5/+4
2024-06-01Update Mana Tree Quest layoutJesusaves1-1/+5
2024-06-01Improve @gm command security on forksJesusaves1-0/+10
2024-05-31This sort out the lag issue in Impregnable Fortress, but removing 3,000+ mobs.Jesusaves1-1/+16
2024-05-27Rebalance slightly the exp and drop bonuses from happy hours =(Jesusaves1-2/+2
2024-05-26Fix typoJesusaves1-0/+1
2024-05-26Nerf regular and skull slime monster points. No change to mothers.Jesusaves1-4/+7
2024-05-25Misc. Bugfixes to the recent additionsJesusaves1-2/+2
2024-05-25Fix Paxel 2nd quest requirements.Fedja Beader2-0/+27
Fixed: - ?? at cobalt herb - lack of -10000 Zeny. - merge strings to make translations easier No testing done * Move TakeMoney to bank.txt (I would personally prefer to keep it in clienversion) * Reword and localise takemoney message By jes's policy, info to player takes precedence. Its a good policy. * Jes prefers to keep grep keywords in uppercase (:: * debt collector * Shroud herb requirement in mystery as discussed in MR!130 * Fix Paxel 2nd quest requirements. Fixed: - ?? at cobalt herb - lack of -10000 Zeny. - merge strings to make translations easier **** Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org> Reviewed-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
2024-05-25Include Ritual Cave (currently disabled). Minor cleanup/fixes.Jesusaves1-0/+14
2024-05-24Cat Ears Quest by Manatauro (+ misc notes)Jesusaves1-2/+2
2024-05-24Update reputation() so Milly is updated properly.Jesusaves1-6/+10
2024-05-24Complete Milly Quest, some chunks are at 942cdc08 and one more still to come.Jesusaves1-0/+4
2024-05-21Regenerate map cacheJesusaves1-0/+3
2024-05-21Katze the Cat + minor bugfixes. Cat Ears removed - no reward whatsoever.Jesusaves1-1/+1
2024-05-21indent to match scope indentationFedja Beader1-7/+8
2024-05-21Fix a (possible?) typo and a comment on the wrong line in Malindou.Jesusaves1-2/+2
2024-05-19Slow down ever so slightly the rate on which Aeros raids happenJesusaves1-2/+2
2024-05-19Now only the reward is missingJesusaves1-1/+1
2024-05-19Add a bunch of code, it will even appear to be "finishable" until you test it.Jesusaves1-0/+3
No rewards whatsoever yet.
2024-05-18Reduce amount of kills needed by Peter from 100 to 50. Povo fix for Moubootaur.Jesusaves1-0/+7
2024-05-18Update sponsor list and attempt to make World Heart boldJesusaves1-3/+3
2024-05-18Add some "escape" logic to Monster King when he loses 20% HP.Jesusaves1-1/+1
This makes slightly harder to keep pounding at him non-stop
2024-05-18Fix some CI issues, and a bug in @grantpowerJesusaves1-1/+1
2024-05-18Fix typoJesusaves1-1/+1
2024-05-18Set a default Captcha mode for new servers, and fix a forgotten loggingJesusaves1-0/+2
2024-05-18Botter's Syndrome: Allow other players to treat each other (not explained)Jesusaves1-0/+87
2024-05-18Botter's Syndrome: Chose a nearby Nurse if possible. There are exceptions.Jesusaves1-9/+46
For instance, botting in town will still send you to farther Nurse. Also, avoids a locked Nurse from being selected.
2024-05-17Improve some sensibility on B4FJesusaves1-1/+2
2024-05-16Add an extra check on captcha functionJesusaves1-1/+3
2024-05-16Reduce the botcheck intensityJesusaves1-5/+6
2024-05-16Polish a bit the botter syndrome captchaJesusaves1-14/+47
2024-05-16Improve Botter Syndrome + Safeguard to division by zeroJesusaves2-9/+10
2024-05-16Fix an overeager division.Jesusaves1-0/+1
2024-05-16Add $HIST_ONLINE to preserve historical online activityJesusaves2-3/+4