Storybook announce + AOE Mobskills & Autopot & Inventory check Patch
Implemented storybook detection for the skillbook announcer. Fixed an issue with AOE mob skills not locating players properly in certain situations. Reviewed interaction of players within same remote network on multiclient system. Patched messages when leaving the expedition area showing up for leaving players. Patched some skill questline item chances unexpectedly too low. Reviewed Rush questline-exclusive area not allowing multiple players in the room. Fixed meso capacity check on shop owner happening after item transaction. Patched server-side autopot settings, now using threshold cooling method to determine a player's updated settings. Reviewed locking flow regarding world/channel deployment on main class. Fixed a scenario where items collectable by party members would not show up in case those were the only items to be dropped and none needed by the last-hitter. Patched an issue in the inventory space checking algorithm that would allow a transaction for multiple of the same equipments. Refactored Dojo entry/exit modules. Patched a check on Maker skill. Fixed Cygnus FA buff getting reapplied each time the skill procs.
This commit is contained in:
@@ -13,7 +13,7 @@ var name_cursor, role_cursor;
|
||||
|
||||
// new server names are to be appended at the start of the name stack, building up the chronology.
|
||||
// make sure the server names are lexicograffically equivalent to their correspondent function.
|
||||
var servers = ["HeavenMS", "MapleSolaxia", "MoopleDEV", "MetroMS", "BubblesDEV", "OdinMS", "Contributors"];
|
||||
var servers = ["HeavenMS", "MapleSolaxia", "MoopleDEV", "BubblesDEV", "MetroMS", "OdinMS", "Contributors"];
|
||||
var servers_history = [];
|
||||
|
||||
function addPerson(name, role) {
|
||||
@@ -65,20 +65,20 @@ function writeServerStaff_MoopleDEV() {
|
||||
setHistory(2010, 2012);
|
||||
}
|
||||
|
||||
function writeServerStaff_MetroMS() {
|
||||
addPerson("David!", "Developer");
|
||||
addPerson("XxOsirisxX", "Contributor");
|
||||
addPerson("Generic", "Contributor");
|
||||
|
||||
setHistory(2009, 2010);
|
||||
}
|
||||
|
||||
function writeServerStaff_BubblesDEV() {
|
||||
addPerson("David!", "Developer");
|
||||
addPerson("Moogra", "Developer");
|
||||
addPerson("XxOsirisxX", "Contributor");
|
||||
addPerson("MrMysterious", "Contributor");
|
||||
|
||||
setHistory(2009, 2010);
|
||||
}
|
||||
|
||||
function writeServerStaff_MetroMS() {
|
||||
addPerson("David!", "Developer");
|
||||
addPerson("XxOsirisxX", "Contributor");
|
||||
addPerson("Generic", "Contributor");
|
||||
|
||||
setHistory(2009, 2009);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user