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:
@@ -32,7 +32,7 @@ var ambientSong = "Bgm04/Shinin'Harbor";
|
||||
var feature_tree = [];
|
||||
var feature_cursor;
|
||||
|
||||
var tabs = ["PQs", "Skills", "Quests", "Player Social Network", "Cash & Items", "Monsters, Maps & Reactors", "PQ potentials", "Player potentials", "Server potentials", "Admin/GM commands", "Custom NPCs", "Localhost edits", "Project"];
|
||||
var tabs = ["PQs", "Skills", "Quests", "Player Social Network", "Cash & Items", "Monsters, Maps & Reactors", "PQ potentials", "Player potentials", "Server potentials", "Commands", "Custom NPCs", "Localhost edits", "Project"];
|
||||
|
||||
function addFeature(feature) {
|
||||
feature_cursor.push(feature);
|
||||
@@ -43,7 +43,7 @@ function writeFeatureTab_PQs() {
|
||||
addFeature("RnJPQ/HorntailPQ/TreasurePQ/ElnathPQ/HolidayPQ.");
|
||||
addFeature("CWKPQ as Expedition-based instance.");
|
||||
addFeature("Scarga/Horntail/Showa/Balrog/Zakum/Pinkbean.");
|
||||
addFeature("GuildPQ & queue with multi-lobby systems available.");
|
||||
addFeature("GuildPQ & queue with multi-lobby system available.");
|
||||
addFeature("Brand-new PQs: BossRushPQ, CafePQ.");
|
||||
addFeature("Mu Lung Dojo.");
|
||||
addFeature("Capt. Latanica with party fighting the boss.");
|
||||
@@ -128,6 +128,7 @@ function writeFeatureTab_MonstersMapsReactors() {
|
||||
addFeature("Reactors pick items up smartly from the field.");
|
||||
addFeature("Updated scripted portals now with proper portal SFX.");
|
||||
addFeature("Reviewed Masteria, W. Tour, N. Desert and Neo City.");
|
||||
addFeature("Added world maps for M. Castle, W. Tour & Ellin areas.");
|
||||
addFeature("Giant Cake boss drops s. bags and Maple items.");
|
||||
}
|
||||
|
||||
@@ -137,13 +138,14 @@ function writeFeatureTab_PQpotentials() {
|
||||
addFeature("Exped system: Many parties can join a same instance.");
|
||||
addFeature("Guild queue: guild registration for the GPQ.");
|
||||
addFeature("EIM Pool system: optimized instance loadouts.");
|
||||
addFeature("Recall system: players can rejoin PQ after d/c.");
|
||||
}
|
||||
|
||||
function writeFeatureTab_Playerpotentials() {
|
||||
addFeature("Adventurer Mount quests functional.");
|
||||
addFeature("All Equipment levels up.");
|
||||
addFeature("Player level rates.");
|
||||
addFeature("Gain fame by quests.");
|
||||
addFeature("Gain fame by quests and event instances.");
|
||||
addFeature("Pet evolutions functional (not GMS-like).");
|
||||
addFeature("Reviewed keybinding system.");
|
||||
addFeature("Character slots per world/server-wide.");
|
||||
@@ -160,6 +162,7 @@ function writeFeatureTab_Serverpotentials() {
|
||||
addFeature("Enhanced AP auto-assigner: focus on eqp demands.");
|
||||
addFeature("Enhanced inventory check: free slots smartly fetched.");
|
||||
addFeature("Enhanced petloot handler: no brute-force inv. checks.");
|
||||
addFeature("Players-appointed bestsellers for Owl and Cash Shop.");
|
||||
addFeature("Tweaked pet/mount hunger to a balanced growth rate.");
|
||||
addFeature("Consistent experience and meso gain system.");
|
||||
addFeature("NPC crafters won't take items freely anymore.");
|
||||
@@ -184,7 +187,7 @@ function writeFeatureTab_Serverpotentials() {
|
||||
addFeature("Automatic account registration - thanks shavit!");
|
||||
}
|
||||
|
||||
function writeFeatureTab_AdminGMcommands() {
|
||||
function writeFeatureTab_Commands() {
|
||||
addFeature("Spawn Zakum/Horntail/Pinkbean.");
|
||||
addFeature("Several new commands.");
|
||||
addFeature("Rank command highlighting users by world or overall.");
|
||||
|
||||
Reference in New Issue
Block a user