summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2020-07-04Track TP locations on 000-1/exitJesusaves1-0/+1
2020-07-03AOE nerf is now 17%r12.2_20200703Jesusaves1-1/+1
2020-07-02Lower ore weight in 50g eachJesusaves1-8/+8
2020-07-01Missing linesJesusaves1-4/+84
2020-07-01Range fixingJesusaves1-2/+16
2020-07-01Small first-aid patchJesusaves1-7/+7
2020-07-01Fix targetJesusaves1-14/+14
2020-07-01PlaceholdersJesusaves1-0/+285
2020-07-01WHAT ARE YOU DOINGJesusaves1-0/+3
2020-07-01Aegis Shield will not be able to get weapon-exclusive bonuses,Jesusaves1-0/+1
but will have same rolls as weapons. Shields will also have 100% rolls for DEF, MDEF, MaxHP and MaxMP. (It'll actually be rounded up, so they'll go as: +4, +8, +12, +16, +20...)
2020-07-01Correct Luca's Skills MP costJesusaves1-77/+11
2020-07-01Placeholders for MalindouJesusaves2-31/+203
2020-07-01New stats for Mr. Saves skillsJesusaves1-38/+20
2020-07-01Ben will need a rewrite to stop using mlearn() directlyJesusaves1-0/+1
2020-06-27Summoning skills will now also inflict a cast delayJesusaves1-0/+24
It goes from 200ms to 500ms depending on how powerful the casting is
2020-06-27Summoning skill MP cost no longer scales with levelJesusaves1-216/+18
2020-06-26Replace healing skillsJesusaves2-2/+98
2020-06-26Drop MP Cost scaling from Mana BombJesusaves1-12/+1
This will apply to all skills from now on
2020-06-26Mana Bomb and MP Regen can now be interruptedJesusaves1-1/+4
2020-06-26Add again 4144's reserved effectsJesusaves1-0/+29
2020-06-26Remove Hercules EffectsJesusaves1-1098/+1
I understand they are linked to SIs, but I don't need them. I use FX_* constants
2020-06-26First attempt at cleaning our constants: Clear most of hercules NPC const IDJesusaves1-917/+0
2020-06-25Monocle Fixing bonus no longer increases weight capacity.Jesusaves1-4/+0
It now boosts crafting as @Kolchak thought it did.
2020-06-26Xanthem added Chest and Pants Equipment RecipesChristopher Chay2-81/+711
2020-06-25Regenerate MapsJesusaves1-101/+105
2020-06-25Prepare the last skill from Sagratha :3Jesusaves3-0/+43
2020-06-25Fixes to get skill name (might be wrong field)Jesusaves1-2/+2
2020-06-25Declare TMW2_MANABOMBJesusaves2-1/+42
2020-06-25Prepare a new skill: TMW2_STUDYJesusaves2-3/+33
2020-06-25Cleanup a bit the skill tree.Jesusaves1-25/+17
Deprecate even more magic v1 skills
2020-06-23Restat Assassin Set to lv 80 rangeJesusaves1-9/+9
2020-06-23Meh.Jesusaves1-0/+1
2020-06-23Fix a bug where Lv 10 critical bonus would misbehaveJesusaves1-1/+1
2020-06-23Use 4s cooldown steps for refine with ArcanumJesusaves1-3/+3
Ceteris Parimbus
2020-06-23Allow bows and wands to overloadJesusaves1-0/+24
PS. I wonder if "Range: -1" works as intended...
2020-06-23A few weapons without Weapon Overload skillJesusaves1-0/+7
PS. The overload skill takes zero mana and casts immediately But it have a cooldown time
2020-06-23The long promised, WEAPON OVERLOAD skillJesusaves1-36/+36
2020-06-23TMW2_OVERLOADJesusaves2-0/+31
2020-06-23Mining Union's Research Request Aurora EventJesusaves1-0/+16
2020-06-23TypoJesusaves1-1/+1
2020-06-23Remove compatibility from Fire Arrow (Magic v1 artifact)Jesusaves1-1/+0
2020-06-23Sketch notes for the skills replacementJesusaves1-1/+1
2020-06-22Buff Reflect Card as wellJesusaves1-2/+2
2020-06-21Lower a few guns weightJesusaves1-3/+3
2020-06-21Remove magic v1 deprecated skills from skill tree.Jesusaves1-10/+9
They'll be forcefully wiped away from anyone who did not login since then And will no longer be eligible for [Scholarship Badge] refunds!!
2020-06-21Live Server now restarts monthly, Hardcore now restarts weeklyJesusaves1-0/+1
This is needed for memory management. Also: Make Fortress Gate resist a few status ailments (o.o) Set monthly restart from Monday to Wednesday (avoid conflicts)
2020-06-21Make Skypiercer really powerful :3Jesusaves1-2/+2
2020-06-21[skip ci] fix testing weirdness on SkypiercerJesusaves1-2/+2
2020-06-21To add the serverside data for the Duck Elder quest.Sean Hulka4-0/+68
2020-06-21Deprecate EVOL_MASS_PROVOKE in favor of EVOL_AREA_PROVOKEJesusaves2-3/+5
Requires some mild testing, but should work.