Zipangu overhaul + Quest take-item & Boss HP bar patch + 3rd job quiz

Added drop data on missing mobs and EXP gain on several quests around World Tour (Japan).
Added a bonus feature for the Showa expedition, accessible when there is no casualties at the time of completion.
Added missing shop data at the NPCs in Singapore.
Patched quests that should be taking some items but weren't doing that properly.
Patched some bosses with boss HP bar not having the "boss" label defined on Mob.wz, rendering some inconsistencies with the bar in-game.
Overhauled the 3rd job quiz mechanic, adding missed questions to the pool.
This commit is contained in:
ronancpl
2018-03-31 00:21:30 -03:00
parent cd16117553
commit 6da5edd837
54 changed files with 4599 additions and 161 deletions

11
.gitignore vendored
View File

@@ -55,4 +55,13 @@
/tools/MapleSkillMakerReagentIndexer/dist/
/tools/MapleSkillMakerReagentIndexer/nbproject/private/
/out
/out
/tools/MapleQuestItemQuantityFetcher/nbproject/private/
/tools/MapleQuestItemQuantityFetcher/build/
/tools/MapleQuestItemQuantityFetcher/dist/
/tools/MapleQuestItemCountFetcher/nbproject/private/
/tools/MapleQuestItemCountFetcher/build/
/tools/MapleQuestItemCountFetcher/dist/
/tools/MapleBossHpBarFetcher/nbproject/private/
/tools/MapleBossHpBarFetcher/build/
/tools/MapleBossHpBarFetcher/dist/