Reworked equip lvlup + Reactor quest item drop + ToT quests fix
Rebalanced the way equipment exp is gained (about 100~200 same-level range mobs to pass equip level 1 to 2). Fixed reactors dropping quest items to player if they don't have the quest started. Fixed broken Temple of Time quests.
This commit is contained in:
10
scripts/quest/3507.js
Normal file
10
scripts/quest/3507.js
Normal file
@@ -0,0 +1,10 @@
|
||||
function end(mode, type, selection) {
|
||||
if(qm.isQuestCompleted(3523) || qm.isQuestCompleted(3524) || qm.isQuestCompleted(3525) || qm.isQuestCompleted(3526) || qm.isQuestCompleted(3527) || qm.isQuestCompleted(3539)) {
|
||||
qm.completeQuest();
|
||||
qm.sendOk("You are now filled with all of your memories again.. You are now allowed to go to #m270020000#.");
|
||||
} else {
|
||||
qm.sendOk("You have not yet checked with your first teacher about your memories?");
|
||||
}
|
||||
|
||||
qm.dispose();
|
||||
}
|
||||
Reference in New Issue
Block a user