Event Recall + Cash Shop bestsellers + MapleSessionCoordinator rework

Implemented an event recall system. Players that went disconnected during an event instance are able to rejoin the ongoing event upon relogin.
Implemented a player-activity backed best-sellers system for the Cash Shop.
Patched the recently added selective loot system interfering with quest items, ever disabling drops after the player picked up one item.
Implemented a server flag for everlasting buffs.
Fixed some inconsistencies with Priest Dispel skill, sometimes crashing party players.
Fixed change job not properly showing effects for other players.
Fixed wrong fee value being taken from players that expands their guild size. Also, implemented GMS-like fee for this action.
Reworked the MapleSessionCoordinator, now evaluating client's HWID as well as remote IP. This's expected to lessen account drought time for players that are constantly changing their IP.

Last but not least, added world maps for Mushroom Castle, Zipangu, CBD/Malaysia and Ellin Forest regions. Original artwork content used on files depicted in this topic are rightful property of Nexon Corps., these files thoroughly trying to adhere the "Fair Use" disclaimer policy, their purpose being solely to fulfill gaming experience for the areas that were already present on v83 GMS but still lacked worldmaps. For more info regarding Fair Use, please refer to "http://www.dmlp.org/legal-guide/fair-use".
This commit is contained in:
ronancpl
2018-09-07 14:55:29 -03:00
parent 132f286391
commit c3e3c6dfbb
83 changed files with 2718 additions and 626 deletions

View File

@@ -1871,7 +1871,7 @@ USE `heavenms`;
(2230102, 4000020, 1, 1, 0, 200000),
(2230102, 4000021, 1, 1, 0, 200000),
(2230102, 4003004, 1, 1, 0, 7000),
(2230102, 4001372, 1, 1, 0, 200000),
(2230102, 4001372, 1, 1, 28282, 200000),
(2230102, 2000001, 1, 1, 0, 40000),
(2230102, 2000003, 1, 1, 0, 40000),
(2230102, 2002004, 1, 1, 0, 10000),
@@ -2107,7 +2107,7 @@ USE `heavenms`;
(2230112, 1082186, 1, 1, 0, 700),
(2230100, 4000007, 1, 1, 0, 200000),
(2230100, 4030012, 1, 1, 0, 125000),
(2230100, 4001373, 1, 1, 0, 7000),
(2230100, 4001373, 1, 1, 28282, 200000),
(2230100, 2000001, 1, 1, 0, 40000),
(2230100, 2000003, 1, 1, 0, 40000),
(2230100, 2002001, 1, 1, 0, 10000),
@@ -20795,8 +20795,6 @@ USE `heavenms`;
UPDATE drop_data SET chance=0 WHERE itemid=2050099;
UPDATE drop_data SET questid=6191 WHERE itemid=4031477;
UPDATE drop_data SET questid=6190 WHERE itemid=4001111;
UPDATE drop_data SET questid=28344 WHERE itemid=4001372;
UPDATE drop_data SET questid=28282 WHERE itemid=4001373;
# two items named "Sparta": remove the entries where lv100 Sparta is being dropped by low-level mobs.
UPDATE IGNORE drop_data SET itemid=1402011 WHERE itemid=1302056 AND dropperid < 8000000;