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:
@@ -77,7 +77,11 @@ public class MapleDoor {
|
||||
try {
|
||||
return town.getAvailableDoorPortals().get(slot);
|
||||
} catch (IndexOutOfBoundsException e) {
|
||||
return town.getAvailableDoorPortals().get(0);
|
||||
try {
|
||||
return town.getAvailableDoorPortals().get(0);
|
||||
} catch (IndexOutOfBoundsException ex) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user