Implemented the multiple features of the Maker skill (equip disassembly, leftover merging into monster crystal and item crafting). Updated the DB with the Maker data featured on the WZ. Added a new table for the strenghtening reagents gain data (compiled with the MapleSkillMakerReagentIndexer). Fixed quests that improves the Maker skill level and some other Maker-related quests.
4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
//some quest where you must use hidden portals
|
|
function enter(pi) {
|
|
return false;
|
|
} |