summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2018-12-22Correct bugs on season handler. Introduce template for Winter Events.Jesusaves1-1/+23
2018-12-22Move the security-critical functions from commands/event to functions/utilJesusaves2-38/+47
Add header to commands/event.txt
2018-12-22When autumn quest is over, clear all Ched's completions/incompletions fromJesusaves2-1/+15
the whole table. Even without this, the game should do just fine, but this prevents some spam on quest_db. Security-wise, dangerous function.
2018-12-22Fix snowfall on weather configuration.Jesusaves1-1/+4
2018-12-22Fix typos. And zero gifts will never get a reward, so even if it sounds like ↵Jesusaves1-3/+3
nonsense, warn players that they still need to give gifts to be eligible for rewards
2018-12-22Fix log2() formula and fix Christmas gifts for reward count.Jesusaves2-2/+4
There was a misplaced 1, and an edge case was not handled previously (gifts=0).
2018-12-22[XMAS 18] Fix a typo on handling rewardsJesusaves1-1/+1
2018-12-22[Pending Approval] [XMAS 18] After Christmas, event drop rates are lowered ↵Jesusaves1-12/+27
in 50%. What do you guys think? Please comment on the commit. If negative I'll just revert. If positive, day 23 I'm pushing to live server.
2018-12-22Special Christmas Login Bonus: During 24/12~26/12, you will get a [Bronze Gift].Jesusaves2-0/+12
But only one, so you can spend time with your family %%I
2018-12-22Helper funcion: DelAccRegFromEveryPlayer( KEY )Jesusaves1-0/+12
2018-12-21Rate Limiting: Protect Fortune and Strength Statues from abusersJesusaves1-0/+8
(abusers using gumi's handbook manual of how to mess up an Evol2 Server)
2018-12-21Drop these rare drop chances to half. Base: Bhop Mob.Jesusaves1-6/+6
2018-12-21Christmas Rare drops (maybe should be even rarer, maybe not)Jesusaves1-0/+8
2018-12-21Fix the second sun. Routine work, don't worry, no chances of it falling (again?)Jesusaves1-1/+3
2018-12-21Register Christmas at Soul Menhir + Drop Rate AdjustmentsJesusaves1-0/+7
2018-12-21Oh dear, Cheese is also a bait. And for real!Jesusaves1-1/+2
2018-12-21Alface is a bait (3% rare index)Jesusaves1-0/+1
2018-12-21019-4 is IcelandsJesusaves2-45/+1
2018-12-21[XMAS 18] Fix reward bad variable nameJesusaves1-10/+10
2018-12-21This is not pythonJesusaves1-1/+1
2018-12-20[XMAS 18] New drop rates, effective still todayJesusaves1-9/+10
2018-12-20[XMAS 18] Reward for delivered xmas boxesJesusaves1-1/+1
2018-12-20[XMAS 18] Money used at Storage Master is partly reverted to Golbarez objectiveJesusaves1-0/+1
2018-12-20[skip ci] moar typosJesusaves1-1/+1
2018-12-20Throw a dictionary at @dustynator NPC before Demure throws a Monster King at ↵Jesusaves1-3/+3
me ¬.¬
2018-12-20[skip ci]Jesusaves1-1/+1
2018-12-20Bad operand and bad command T.TJesusaves2-94/+94
2018-12-20Minor rewrite. You have a cap of 25 minutes, and you get exp if you finish ↵Jesusaves2-6/+7
the dungeon
2018-12-20Fix moar bugsJesusaves2-3/+4
2018-12-20Fix a **CRITICAL** mob overflow on Heroes Hold Main DungeonJesusaves1-91/+91
2018-12-20[skip ci]Jesusaves1-1/+1
2018-12-20Alright alright, you win, you winJesusaves1-2/+2
2018-12-20Heroes Hold Boss'es implemented successfully!!!!Jesusaves1-3/+48
2018-12-20Remove outdated featureJesusaves1-11/+0
2018-12-20Empty Box can be purchased, and buy/sell prices were mildly adjusted.Jesusaves3-4/+14
2018-12-20Empty box core logic/mechanic. Still Unobtanium.Jesusaves2-0/+43
2018-12-20Remove Iron Shovel from Aeros shopJesusaves1-3/+0
2018-12-20Give more money to Dimond.Jesusaves1-1/+2
2018-12-20Heroes Hold Vault, and to bed I goJesusaves2-0/+59
2018-12-20[skip ci] :facepalm: %%dJesusaves4-4/+4
2018-12-20Without this line of code, HH Exchangers won't work.Jesusaves4-0/+4
Now, I only need to remove “victory upon turns run out”, and add the boss. The boss must also change room at least every server restart. Otherwise, they might try to cheat source code and that's no fun :< Important @Jesusalva you must remember that instances restart. HH Mobs must too.
2018-12-20Fill the Heroes Hold with rares.Jesusaves7-38/+46
I don't really think it is worth doing, but I'm not a hardcore player %%a
2018-12-20Minimal version of exchangers (WIP)Jesusaves6-1/+209
2018-12-20Heroes Hold Groups. I assume that was @pyndragon intention, but if not, we canJesusaves2-4/+11
modify accordingly.
2018-12-20Accept 018-2-4 submissionJesusaves5-2/+15
2018-12-20Cosmetic changesJesusaves2-13/+18
2018-12-20Fix a bug on mob respawnJesusaves1-91/+91
2018-12-20[skip ci] lower sightly hero coins drop rate for mob level.Jesusaves1-92/+93
2018-12-20Refactor hero coins drop chances. Beware, very high values added.Jesusaves2-74/+77
2018-12-20Regenerate again the death events, this time, with reward drops enabledJesusaves1-109/+198
Maybe 1 order of magnitude is too much. I'll change to half magnitude order.