Proper instance ids.
Contributed by gigilo1968, Kazumi.
This commit is contained in:
@@ -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;
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user