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:
@@ -41,7 +41,7 @@ function action(mode, type, selection) {
|
||||
if(cm.isQuestStarted(3900) && cm.getPlayer().getQuestInfo(3900) != 5) {
|
||||
cm.sendOk("#b(You drink the water from the oasis and feel refreshed.)", 2);
|
||||
//TODO: Update quest progress.
|
||||
cm.getPlayer().updateQuestInfo(3900, 5);
|
||||
cm.getPlayer().updateQuestInfo(3900, "5");
|
||||
}
|
||||
cm.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user