Proper instance ids.

Contributed by gigilo1968, Kazumi.
This commit is contained in:
MobiusDev
2019-02-14 08:15:28 +00:00
parent c566c56072
commit 1406d51a40
21 changed files with 54 additions and 41 deletions

View File

@@ -42,9 +42,9 @@ public class MysticTavern extends AbstractNpcAI
// NPC
private static final int GLOBE = 34200;
// Instances
private static final int INSTANCE_FREYA = 261;
// private static final int INSTANCE_TAUTI = 262;
// private static final int INSTANCE_KELBIM = 263;
// private static final int INSTANCE_TAUTI = 261;
// private static final int INSTANCE_KELBIM = 262;
private static final int INSTANCE_FREYA = 263;
// Misc
private static final int MINIMUM_PLAYER_LEVEL = 99;
private static final int MINIMUM_PARTY_MEMBERS = 5;

View File

@@ -58,7 +58,7 @@ public class StoryOfFreya extends AbstractInstance
private static final int GLACIER_GOLEM = 23718;
private static final int GLACIER_FROSTBRINGER = 23687;
// Other
private static final int TEMPLATE_ID = 261;
private static final int TEMPLATE_ID = 263;
private static final int ICE_CRYSTAL_SHARD = 46594;
private static final Location CASTLE_TELEPORT = new Location(212410, -46728, -11225);
private static final Location LABIRYNTH_TELEPORT = new Location(213145, -43145, -872);