Exp gain & Chaos scroll fix + Diet's MK Overhaul

Fixed issues with negative experience being distributed to characters
when killing a mob, rendering "Exp reset". Fixed chaos scroll behaving
oddly. Refactored debuff expirations to manage one list with registered
debuffs and expire times, thus lifting some load from the TimerManager.
Added concurrency protection on how World deals with parties. Thanks to
the DietStory dev team, fixed some issues with the MK maps.
This commit is contained in:
ronancpl
2017-10-04 02:35:52 -03:00
parent 6445f0b4e4
commit 3a882c7f31
141 changed files with 1719 additions and 524 deletions

View File

@@ -283,4 +283,21 @@ INSERT INTO `shopitems` ( `shopid`, `itemid`, `price`, `pitch`, `position`) VALU
(1203590, 2000003, 200, 0, 184),
(1203590, 2000002, 320, 0, 188),
(1203590, 2000001, 160, 0, 192),
(1203590, 2000000, 50, 0, 196);
(1203590, 2000000, 50, 0, 196),
(1301000, 2330000, 600, 0, 1),
(1301000, 2070000, 500, 0, 2),
(1301000, 2061000, 1, 0, 3),
(1301000, 2060000, 1, 0, 4),
(1301000, 2030000, 400, 0, 5),
(1301000, 2022000, 1650, 0, 6),
(1301000, 2022003, 1100, 0, 7),
(1301000, 2002005, 500, 0, 8),
(1301000, 2002004, 500, 0, 9),
(1301000, 2002002, 500, 0, 10),
(1301000, 2002001, 400, 0, 11),
(1301000, 2002000, 500, 0, 12),
(1301000, 2000006, 620, 0, 13),
(1301000, 2000003, 200, 0, 14),
(1301000, 2000002, 320, 0, 15),
(1301000, 2000015, 160, 0, 16),
(1301000, 2000000, 50, 0, 17);