Updated Meso & Arrow drops + Aran change jobs fix + improved concurrency
Added meso drop data for many mobs that were missing mesos. Enhanced arrow drop data, now dropping bundles instead of unitary items. Fixed issues with several Aran change jobs crashing the player shortly after changing jobs. Improved concurrency in MapleGuild, MapleAlliance and MaplePlayerShop. New tools: MapleArrowFetcher and MapleMesoFetcher, that were used to compile the updated drop data info.
This commit is contained in:
@@ -56,12 +56,13 @@ function end(mode, type, selection) {
|
||||
}
|
||||
|
||||
qm.gainItem(1142130, true);
|
||||
qm.getPlayer().setMaxMp(qm.getPlayer().getMaxMp() + 275);
|
||||
|
||||
qm.changeJobById(2110);
|
||||
qm.teachSkill(21100000, 0, 20, -1);
|
||||
qm.teachSkill(21100002, 0, 30, -1);
|
||||
qm.teachSkill(21100004, 0, 20, -1);
|
||||
qm.teachSkill(21100005, 0, 20, -1);
|
||||
|
||||
qm.completeQuest();
|
||||
}
|
||||
qm.sendNext("Your level isn't what it used to be back in your glory days, so I can't restore all of your old abilities. But the few I can restore should help you level up faster. Now hurry up and train so you can return to the old you.");
|
||||
|
||||
Reference in New Issue
Block a user