summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2022-09-29Finally nerf First Tier fee from 40 eggs to 30 eggs, and 500 slime to 400 slime.Jesusaves1-0/+3
Completioners will get 60,000 experience and 20 GP.
2022-09-29I did a typoJesusaves1-3/+3
2022-09-29I forgot to give the badge to previous players as wellJesusaves1-1/+3
2022-09-29Bump the experience given to the maximum possible value: 30k exp for the quest.Jesusaves1-1/+1
To be honest, it is much more expensive than this. As usual: Experience is given to everyone who has already completed it.
2022-09-29This quest is so stupidly expensive, so give 1000 Job Exp as wellJesusaves1-0/+2
2022-09-28Optimize a bit the boss raid formula so they show up less often for weak mobJesusaves1-1/+5
2022-09-28Dream Towers: If your inventory is full, medal will be sent by mailJesusaves1-2/+8
2022-09-27Boss fanfare: Terogan, Night Dragon, Monster Army Generic Officers, Monster ↵Jesusaves2-0/+6
Admiral, Monster Governor, Pinkie Emperor, Frostia's Generic Yeti, Monster King's Illusion, Moubootaur (Sealed), Monster King (original), Luvia Gemini [hack], Pirate Captain Marley, Masked Assassin, Platinum Queen (Soul Eater), Dusty People's Boss, Demure Queen of Dragons, Tulimshar's Generic Assassin, The Icicle.
2022-09-24Add new passive skill: Realm of Drops.Jesusaves3-0/+10
2022-09-18And this should really fix the Aurora bug.Jesusaves1-2/+4
2022-09-18This will shut up the aurora bug but won't fix itJesusaves1-5/+6
2022-08-20Fix a few major bugs (prio: crit)Jesusaves1-1/+1
2022-07-15Minor tweaks to siege, non-criticalJesusaves1-3/+3
2022-06-20Extra formula corrections to absolutely preserve URsJesusaves1-2/+2
2022-06-20Increase UR rate from 0.1% to 0.15%Jesusaves1-1/+1
2022-06-20Formula correctionsJesusaves1-4/+7
2022-06-20Treasure Chest bonuses are now stronger to put you out of commons.Jesusaves1-1/+6
The bonus is also stronger to make it rare but not so much. The bonus is weaker if you got a SR, URs will remain ultra rare. For the record, the rare extra bonus stops at 300 instead of 200 becuase SR/UR tier gives only 67%, this normalization ensures the first part of the formula won't give you an "undue" bonus over SR/UR formula
2022-06-20Poppet says it is together and spellcheck agreesJesusaves1-1/+1
2022-06-20Copper Key can now be used in Saulc's Palace.Jesusaves1-4/+5
Gives from 1.5% to 3% bonus compared to normal treasure chest
2022-06-10Gitlab was abandonedJesusaves1-2/+2
2022-06-06Boss Raid: Increase their HP in 500 every 5 levelsJesusaves1-1/+2
2022-06-06The bug is: Index 0 is buggy. So reserve index 0 for server accountJesusaves2-3/+3
2022-06-06Hotfix?Jesusaves1-2/+3
2022-06-06Improve the mercenary boxes from daily loginsJesusaves1-3/+3
2022-06-05Maybe this fix the bugJesusaves1-2/+2
2022-06-05The final aurora event is the Rebirth Season, which increases Mobpt gain.Jesusaves3-4/+15
It also makes reborn characters spawn at level 3 if done via Fortress. Or, alternatively, you may rebirth in Tulimshar, but w/o the level bonus.
2022-06-05Use the nerf cannon against sick maps so they use 20s ticks.Jesusaves1-2/+2
The effect duration, however, lasts 10 seconds
2022-06-04Include Dungeon Map - Now you can find RANDOM DUNGEONS!Jesusaves5-245/+264
2022-06-04Random mazes may now have random treasure chests on them.Jesusaves1-1/+17
Currently disabled by default.
2022-06-04Fix bugs and add a discount of 10GP/Level so higher equips are cheaper to ↵Jesusaves1-2/+3
refine. This is to encourage players to always upgrade their equipment.
2022-06-04Refinery for Savior and Legendary items can go up to +12 and will never nerf.Jesusaves1-4/+14
Meaning a legendary or savior item will never lose refine levels. They can still break.
2022-06-04Restock the treasure chests so they may give better rewardsJesusaves1-5/+5
2022-06-04Increase super rare on tresure boxes from 1% to 2%.Jesusaves1-5/+5
Increase uncommons on treasure boxes from 35% to 36%. Nerf commons on treasure boxes from 50% to 48%.
2022-06-04Add random treasure chests which can be relocated on random mazes.Jesusaves1-0/+87
They come with a 1.5% bonus chance of getting something good.
2022-06-03Prevent players from farming monster king aggro by setting 30 seconds ticks.Jesusaves1-0/+12
You can only generate up to 5 aggro every 30 seconds, non-cummulative. If you kill a level 30 monster and then a level 60 monster, 2 aggro is generated. If you kill two level 30 monsters, 1 aggro is generated. If you kill a level 90 monster and then a level 60 monster, 3 aggro is generated. If you kill a level 150 monster, wait 45 seconds, and kill a lv 30 one, 6 aggro is generated.
2022-06-03Modify Monster King Aggro rules (affect sieges).Jesusaves2-6/+19
Previously, every 2 users per 90s would give 1 aggro, and sieges happen at 300. This rule was kept, but aggro is now generated by killing monsters. +1 aggro per monster level 30+ slain. Sieges happen at 700.
2022-05-30Just in case the 3x experience boost of Regnum failJesusaves1-0/+1
2022-05-30Fix Regnum Blessing targetsJesusaves1-2/+3
2022-05-19Savior Blueprint ONLY source currently is random drops of treasure chest URs.Jesusaves1-1/+1
I'll later add more sources of it, but now, it is officially obtainable!
2022-05-17(Untested) Naem's Quest. You can now acquire the Miner Tank Top.Jesusaves1-0/+4
This tanktop will be the most powerful armor you can get "normally". Everything else relies on crafting.
2022-05-16Encapsule InitMaze in a do{}while loop so it is always valid (I hope)Jesusaves1-17/+16
Fix a typo as well
2022-05-07Some missing maps from The EpisodeJesusaves1-0/+1
2022-05-07Allow Time Flask reduction up to 15 mins instead of 10.Jesusaves1-2/+5
Add the new stage from Episode to LoF Reputation
2022-05-07The Episode is almost completeJesusaves2-0/+6
2022-05-07C'mon, defeating the Sealed Moubootaur is a great deed by all rights!Jesusaves1-3/+4
2022-05-06Raise max points on Lightbringer from 120 to 123.Jesusaves1-3/+3
I hope someone claims it, because seriously.
2022-05-06Replace Candor points on Lightbringer with the great deedsJesusaves1-3/+9
2022-05-06Acknowledge Gemini Sisters as a feat, and part of the 7 great deeds one may doJesusaves1-0/+5
2022-05-06Send API messages using the logmaster instead of the C engine if possible.Jesusaves1-2/+5
2022-05-04In theory, you can now escape from the trap.Jesusaves1-2/+2
Escaping yields the 10k xp from the door and a strange coin per survivor. Defeating the Wumpus grants you great rewards, though.