summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2020-10-12Boost Holy Light splash damage in 50%Jesusaves1-1/+1
Previously, it would cause 15% + 2.5%/lvl at splash, while Napalm Beat would be causing 40% + 5%/lvl. Now it causes 30% + 5%/lvl.
2020-10-12Town actions should be unique-per-town, not unique-per-player.Jesusaves1-6/+7
i.e. If you control multiple towns, actions should not merge togheter in a meatball.
2020-10-12Town actions: One action every 4 hours, maximum 6 actions every day.Jesusaves1-0/+13
Actions are only used on investments and tax control. Paperwork, exiling, changing policies etc takes no actions.
2020-10-12New tax raising policyJesusaves1-3/+5
2020-10-12New sale tax policy. Comments on EnriqueJesusaves2-2/+5
2020-10-09Discord Booster Necklace.Jesusaves4-2/+33
Also, fix typos reported by YuckFou.
2020-10-07Annoying ^^Jesusaves2-1/+5
2020-10-07Update details of the minimum 15 reputation for automatic re-enrollJesusaves1-0/+2
2020-10-07Fix typosJesusaves1-1/+1
2020-10-07Auto reelection will now only happen if town reputation is of at least 15Jesusaves1-7/+7
2020-10-07Junior typo. NOOB TYPO, HOW IT WENT UNNOTICED FOR SO LONG?????????Jesusaves1-1/+1
Thanks YuckFou.
2020-10-07Fix typoJesusaves1-1/+1
2020-10-07Fix typoJesusaves1-1/+1
2020-10-05Remove "Normal" mode in Candor Battle.Jesusaves1-1/+0
Even if "Hard" is not so hard :p
2020-10-04Reduce a bit the waste of CPU on Political System:Jesusaves1-3/+6
Comment a few expensive functions being used by Candor and Frostia.
2020-10-04Register Candor as a town (But no townhall)Jesusaves3-1/+26
2020-09-30Ancient Cave - Pinkie Domains in Fortress IslandJesusaves12-0/+80
2020-09-25Update 2020 event rankingsJesusaves1-5/+10
2020-09-21Fix Aurora Event #9Jesusaves1-1/+1
2020-09-14[skip ci] magic notesJesusaves1-6/+15
2020-09-14Validate batch crafting - We made the code unstable anywayJesusaves1-1/+7
2020-09-14Alchemy Table: Now you should be able to brew multiple instances at once!Jesusaves3-4/+42
However, this is expensive. Sponsors, who pay for hardware, can brew up to 25x at once. Everyone else like me, who lives with other ppl money, will be capped to 10x at once. I think 10 will be plenty without putting too much burden on the server.
2020-09-13Fortress Island warp was missingJesusaves1-1/+2
2020-09-13Same for defeat message. This is Duck Elder Quest - Pirate Invasion releaseJesusaves1-1/+3
2020-09-13In case the player misses the success messageJesusaves1-1/+3
2020-09-13Release Duck Elder quest, remove some insanities on itJesusaves1-14/+26
But it should not be using summon() :-( @dangerDuck we could use monster+CANNOT_ATTACK for "citizens" if you wanna prevent AOE And if any of these citizens die, you instantly lose for betrayal. Example :p
2020-09-13Fix HP bug on summoningJesusaves1-3/+3
2020-09-12Fix typo and missing configuration flagJesusaves1-1/+1
2020-09-12Update crafting recipes to use Gumi's code, which is MUCH more maintainable.Jesusaves1-455/+163
2020-09-12Fix bug which prevented Bromenal Chestplate Recipe from being learntJesusaves2-2/+2
Patch by Mathias Cronqvist
2020-09-09Update Grimorium with the data Mathias askedJesusaves1-0/+5
2020-09-06Strip summons from BOSS status. Should not happen but anywayJesusaves1-0/+3
2020-09-06Disable looting mode from summons.Jesusaves2-2/+11
Also ensure all summons can suffer from knockback. There are other stuff I could do, but for now, it is not necessary
2020-09-06Oh no, I almost forgot to announce if you're right or wrong with the avatar :pJesusaves1-0/+2
2020-09-06LoF Gambler - SequenceJesusaves2-0/+164
2020-09-01Fix bugsJesusaves1-1/+2
2020-08-31Fix typo :see_no_evil:r12.4+1_20200831Jesusaves1-1/+1
2020-08-25A couple v2->v3 replacements I've missed.Jesusaves1-1/+9
Are you happy now, @Avish and @Kolchak ? %%\ :inGame_TODO: %%Q
2020-08-25Probably not the brightest idea, but - Import use count from skills which wereJesusaves1-0/+36
replaced in v2->v3 upgrade. This may be taking count from as far as 2018.
2020-08-25Each (successful) skill use should now give you -1 RP cost :>Jesusaves1-0/+3
Patch by Mathias Cronqvist. All uses prior to this patch WILL BE COUNTED. Bugs may be present, WATCH OUT.
2020-08-23Disable the EXP Happy Hour on Test Server (why would it need that)Jesusaves1-0/+1
2020-08-23Merge branch 'frostia-warp-fix' into 'master'Jesusaves1-5/+5
Fixed teleporter bug (hopefully) See merge request TMW2/serverdata!42
2020-08-19Prevent the double-mail bugJesusaves1-0/+3
2020-08-17Just to be sure: Delete the scoreboard display as wellJesusaves1-0/+2
2020-08-17Ensure old event data is NOT carried overJesusaves2-0/+5
2020-08-13Fix typo reported by YuckFouJesusaves1-1/+1
2020-08-13Fixed teleporter bug (hopefully)Christopher Chay1-5/+5
2020-08-11Candor Battle now comes with five difficulties:Jesusaves2-6/+47
Easy, Normal, Hard, Out of Mind and Cronqvist Mode. Each mode raises difficulty in 30%, for a total of 150% at Cronqvist Mode. OoM mode is restricted to Candor Top 3. Cronqvist is only available at event.
2020-08-11New Passive Aurora Event: Candor Battle SeasonJesusaves4-26/+46
Loops happen every 6 weeks (ie. 1 month and half) This is how long it takes before an event repeat itself. Improvement!
2020-08-10Eternal Swamps: Be less verbose on Test ServerJesusaves1-4/+4
It eats precious log space