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:
@@ -44,8 +44,8 @@ function scheduleNew() {
|
||||
|
||||
function stopentry() {
|
||||
em.setProperty("entry","false");
|
||||
Orbis_Boat_Cabin.resetReactors(); //boxes
|
||||
Ellinia_Boat_Cabin.resetReactors();
|
||||
Orbis_Boat_Cabin.clearMapObjects(); //boxes
|
||||
Ellinia_Boat_Cabin.clearMapObjects();
|
||||
}
|
||||
|
||||
function takeoff() {
|
||||
|
||||
@@ -10,9 +10,7 @@ var map;
|
||||
var timeOnRide = 60; //Seconds
|
||||
var onRide;
|
||||
|
||||
function init() {
|
||||
|
||||
}
|
||||
function init() {}
|
||||
|
||||
function setup() {
|
||||
var eim = em.newInstance("Hak_" + + em.getProperty("player"));
|
||||
|
||||
Reference in New Issue
Block a user