Addition of Corroded Fields timed hunting zone.

Thanks to manax182.
This commit is contained in:
MobiusDevelopment
2021-06-29 23:23:36 +00:00
parent e5fb85bbf2
commit 2185cd4bdd
24 changed files with 341 additions and 17 deletions

View File

@@ -14427,6 +14427,7 @@ public class PlayerInstance extends Playable
abortCast();
stopMove(null);
teleToLocation(MapRegionManager.getInstance().getTeleToLocation(this, TeleportWhereType.TOWN));
setInstance(null);
}
}
}, 60000, 60000);

View File

@@ -148,7 +148,7 @@ public class ExTimedHuntingZoneEnter implements IClientIncomingPacket
}
else // Transcendent zones.
{
QuestManager.getInstance().getQuest("TranscendentZone").notifyEvent("ENTER " + instanceId, null, player);
QuestManager.getInstance().getQuest("TranscendentZone").notifyEvent("ENTER " + _zoneId, null, player);
}
}
else