Death Gate skill fix.

Contributed by Enryu.
This commit is contained in:
MobiusDevelopment
2022-05-22 00:08:05 +00:00
parent 293675c08c
commit 2577262cd8
12 changed files with 52 additions and 12 deletions

View File

@@ -74,6 +74,12 @@ public class AreaSkillNpc extends AbstractNpcAI
13549, // Solo Dance
13580, // Solo Dance
13581, // Solo Dance
14927, // Death Gate 1
15200, // Death Gate 2
15201, // Death Gate 3
15202, // Death Gate 4
15218, // Death Gate 5
15219, // Death Gate 6
};
private static final int[] DECOY = // ai_decoy
{

View File

@@ -36,15 +36,15 @@ public class GateOfUnlimitedSummoning extends AbstractNpcAI
{
// NPCs
private static final Map<Integer, Integer> DEATH_GATE = new HashMap<>();
static
{
DEATH_GATE.put(14927, 1); // Death Gate
DEATH_GATE.put(15200, 2); // Death Gate
DEATH_GATE.put(15201, 3); // Death Gate
DEATH_GATE.put(15202, 4); // Death Gate
DEATH_GATE.put(15218, 5); // Death Gate
DEATH_GATE.put(15219, 6); // Death Gate
}
// Skills
private static final int GATE_ROOT = 11289;
private static final int GATE_VORTEX = 11291;

View File

@@ -74,6 +74,12 @@ public class AreaSkillNpc extends AbstractNpcAI
13549, // Solo Dance
13580, // Solo Dance
13581, // Solo Dance
14927, // Death Gate 1
15200, // Death Gate 2
15201, // Death Gate 3
15202, // Death Gate 4
15218, // Death Gate 5
15219, // Death Gate 6
};
private static final int[] DECOY = // ai_decoy
{

View File

@@ -36,15 +36,15 @@ public class GateOfUnlimitedSummoning extends AbstractNpcAI
{
// NPCs
private static final Map<Integer, Integer> DEATH_GATE = new HashMap<>();
static
{
DEATH_GATE.put(14927, 1); // Death Gate
DEATH_GATE.put(15200, 2); // Death Gate
DEATH_GATE.put(15201, 3); // Death Gate
DEATH_GATE.put(15202, 4); // Death Gate
DEATH_GATE.put(15218, 5); // Death Gate
DEATH_GATE.put(15219, 6); // Death Gate
}
// Skills
private static final int GATE_ROOT = 11289;
private static final int GATE_VORTEX = 11291;

View File

@@ -74,6 +74,12 @@ public class AreaSkillNpc extends AbstractNpcAI
13549, // Solo Dance
13580, // Solo Dance
13581, // Solo Dance
14927, // Death Gate 1
15200, // Death Gate 2
15201, // Death Gate 3
15202, // Death Gate 4
15218, // Death Gate 5
15219, // Death Gate 6
};
private static final int[] DECOY = // ai_decoy
{

View File

@@ -36,15 +36,15 @@ public class GateOfUnlimitedSummoning extends AbstractNpcAI
{
// NPCs
private static final Map<Integer, Integer> DEATH_GATE = new HashMap<>();
static
{
DEATH_GATE.put(14927, 1); // Death Gate
DEATH_GATE.put(15200, 2); // Death Gate
DEATH_GATE.put(15201, 3); // Death Gate
DEATH_GATE.put(15202, 4); // Death Gate
DEATH_GATE.put(15218, 5); // Death Gate
DEATH_GATE.put(15219, 6); // Death Gate
}
// Skills
private static final int GATE_ROOT = 11289;
private static final int GATE_VORTEX = 11291;

View File

@@ -74,6 +74,12 @@ public class AreaSkillNpc extends AbstractNpcAI
13549, // Solo Dance
13580, // Solo Dance
13581, // Solo Dance
14927, // Death Gate 1
15200, // Death Gate 2
15201, // Death Gate 3
15202, // Death Gate 4
15218, // Death Gate 5
15219, // Death Gate 6
};
private static final int[] DECOY = // ai_decoy
{

View File

@@ -36,15 +36,15 @@ public class GateOfUnlimitedSummoning extends AbstractNpcAI
{
// NPCs
private static final Map<Integer, Integer> DEATH_GATE = new HashMap<>();
static
{
DEATH_GATE.put(14927, 1); // Death Gate
DEATH_GATE.put(15200, 2); // Death Gate
DEATH_GATE.put(15201, 3); // Death Gate
DEATH_GATE.put(15202, 4); // Death Gate
DEATH_GATE.put(15218, 5); // Death Gate
DEATH_GATE.put(15219, 6); // Death Gate
}
// Skills
private static final int GATE_ROOT = 11289;
private static final int GATE_VORTEX = 11291;

View File

@@ -74,6 +74,12 @@ public class AreaSkillNpc extends AbstractNpcAI
13549, // Solo Dance
13580, // Solo Dance
13581, // Solo Dance
14927, // Death Gate 1
15200, // Death Gate 2
15201, // Death Gate 3
15202, // Death Gate 4
15218, // Death Gate 5
15219, // Death Gate 6
};
private static final int[] DECOY = // ai_decoy
{

View File

@@ -36,15 +36,15 @@ public class GateOfUnlimitedSummoning extends AbstractNpcAI
{
// NPCs
private static final Map<Integer, Integer> DEATH_GATE = new HashMap<>();
static
{
DEATH_GATE.put(14927, 1); // Death Gate
DEATH_GATE.put(15200, 2); // Death Gate
DEATH_GATE.put(15201, 3); // Death Gate
DEATH_GATE.put(15202, 4); // Death Gate
DEATH_GATE.put(15218, 5); // Death Gate
DEATH_GATE.put(15219, 6); // Death Gate
}
// Skills
private static final int GATE_ROOT = 11289;
private static final int GATE_VORTEX = 11291;

View File

@@ -74,6 +74,14 @@ public class AreaSkillNpc extends AbstractNpcAI
13549, // Solo Dance
13580, // Solo Dance
13581, // Solo Dance
14927, // Death Gate 1
15200, // Death Gate 2
15201, // Death Gate 3
15202, // Death Gate 4
15218, // Death Gate 5
15219, // Death Gate 6
15264, // Death Gate 7
15265, // Death Gate 8
};
private static final int[] DECOY = // ai_decoy
{

View File

@@ -36,15 +36,17 @@ public class GateOfUnlimitedSummoning extends AbstractNpcAI
{
// NPCs
private static final Map<Integer, Integer> DEATH_GATE = new HashMap<>();
static
{
DEATH_GATE.put(14927, 1); // Death Gate
DEATH_GATE.put(15200, 2); // Death Gate
DEATH_GATE.put(15201, 3); // Death Gate
DEATH_GATE.put(15202, 4); // Death Gate
DEATH_GATE.put(15218, 5); // Death Gate
DEATH_GATE.put(15219, 6); // Death Gate
DEATH_GATE.put(15264, 7); // Death Gate
DEATH_GATE.put(15265, 8); // Death Gate
}
// Skills
private static final int GATE_ROOT = 11289;
private static final int GATE_VORTEX = 11291;