Changed Kelbim NPC type to GrandBoss.
Contributed by facab.
This commit is contained in:
@@ -103,7 +103,7 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
||||||
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
||||||
// Vars
|
// Vars
|
||||||
private static Npc _kelbimBoss;
|
private static GrandBossInstance _kelbimBoss;
|
||||||
private static long _lastAction;
|
private static long _lastAction;
|
||||||
private static int _bossStage;
|
private static int _bossStage;
|
||||||
private static ArrayList<Npc> _minions = new ArrayList<>();
|
private static ArrayList<Npc> _minions = new ArrayList<>();
|
||||||
@@ -191,8 +191,8 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
}
|
}
|
||||||
case "stage_1_kelbim_spawn":
|
case "stage_1_kelbim_spawn":
|
||||||
{
|
{
|
||||||
_kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
_kelbimBoss = (GrandBossInstance) addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
||||||
GrandBossManager.getInstance().addBoss((GrandBossInstance) _kelbimBoss);
|
GrandBossManager.getInstance().addBoss(_kelbimBoss);
|
||||||
_lastAction = System.currentTimeMillis();
|
_lastAction = System.currentTimeMillis();
|
||||||
startQuestTimer("check_activity_task", 60000, null, null);
|
startQuestTimer("check_activity_task", 60000, null, null);
|
||||||
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
||||||
|
@@ -2304,7 +2304,7 @@
|
|||||||
<height normal="120" />
|
<height normal="120" />
|
||||||
</collision>
|
</collision>
|
||||||
</npc>
|
</npc>
|
||||||
<npc id="26124" level="104" type="RaidBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
<npc id="26124" level="104" type="GrandBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
||||||
<race>HUMANOID</race>
|
<race>HUMANOID</race>
|
||||||
<sex>MALE</sex>
|
<sex>MALE</sex>
|
||||||
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
|
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
|
||||||
|
@@ -103,7 +103,7 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
||||||
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
||||||
// Vars
|
// Vars
|
||||||
private static Npc _kelbimBoss;
|
private static GrandBossInstance _kelbimBoss;
|
||||||
private static long _lastAction;
|
private static long _lastAction;
|
||||||
private static int _bossStage;
|
private static int _bossStage;
|
||||||
private static ArrayList<Npc> _minions = new ArrayList<>();
|
private static ArrayList<Npc> _minions = new ArrayList<>();
|
||||||
@@ -191,8 +191,8 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
}
|
}
|
||||||
case "stage_1_kelbim_spawn":
|
case "stage_1_kelbim_spawn":
|
||||||
{
|
{
|
||||||
_kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
_kelbimBoss = (GrandBossInstance) addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
||||||
GrandBossManager.getInstance().addBoss((GrandBossInstance) _kelbimBoss);
|
GrandBossManager.getInstance().addBoss(_kelbimBoss);
|
||||||
_lastAction = System.currentTimeMillis();
|
_lastAction = System.currentTimeMillis();
|
||||||
startQuestTimer("check_activity_task", 60000, null, null);
|
startQuestTimer("check_activity_task", 60000, null, null);
|
||||||
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
||||||
|
@@ -1647,7 +1647,7 @@
|
|||||||
<height normal="120" />
|
<height normal="120" />
|
||||||
</collision>
|
</collision>
|
||||||
</npc>
|
</npc>
|
||||||
<npc id="26124" level="104" type="RaidBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
<npc id="26124" level="104" type="GrandBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
||||||
<race>HUMANOID</race>
|
<race>HUMANOID</race>
|
||||||
<sex>MALE</sex>
|
<sex>MALE</sex>
|
||||||
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
|
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
|
||||||
|
@@ -103,7 +103,7 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
||||||
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
||||||
// Vars
|
// Vars
|
||||||
private static Npc _kelbimBoss;
|
private static GrandBossInstance _kelbimBoss;
|
||||||
private static long _lastAction;
|
private static long _lastAction;
|
||||||
private static int _bossStage;
|
private static int _bossStage;
|
||||||
private static ArrayList<Npc> _minions = new ArrayList<>();
|
private static ArrayList<Npc> _minions = new ArrayList<>();
|
||||||
@@ -191,8 +191,8 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
}
|
}
|
||||||
case "stage_1_kelbim_spawn":
|
case "stage_1_kelbim_spawn":
|
||||||
{
|
{
|
||||||
_kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
_kelbimBoss = (GrandBossInstance) addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
||||||
GrandBossManager.getInstance().addBoss((GrandBossInstance) _kelbimBoss);
|
GrandBossManager.getInstance().addBoss(_kelbimBoss);
|
||||||
_lastAction = System.currentTimeMillis();
|
_lastAction = System.currentTimeMillis();
|
||||||
startQuestTimer("check_activity_task", 60000, null, null);
|
startQuestTimer("check_activity_task", 60000, null, null);
|
||||||
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
||||||
|
@@ -1647,7 +1647,7 @@
|
|||||||
<height normal="120" />
|
<height normal="120" />
|
||||||
</collision>
|
</collision>
|
||||||
</npc>
|
</npc>
|
||||||
<npc id="26124" level="104" type="RaidBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
<npc id="26124" level="104" type="GrandBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
||||||
<race>HUMANOID</race>
|
<race>HUMANOID</race>
|
||||||
<sex>MALE</sex>
|
<sex>MALE</sex>
|
||||||
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
|
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
|
||||||
|
@@ -103,7 +103,7 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
||||||
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
||||||
// Vars
|
// Vars
|
||||||
private static Npc _kelbimBoss;
|
private static GrandBossInstance _kelbimBoss;
|
||||||
private static long _lastAction;
|
private static long _lastAction;
|
||||||
private static int _bossStage;
|
private static int _bossStage;
|
||||||
private static ArrayList<Npc> _minions = new ArrayList<>();
|
private static ArrayList<Npc> _minions = new ArrayList<>();
|
||||||
@@ -191,8 +191,8 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
}
|
}
|
||||||
case "stage_1_kelbim_spawn":
|
case "stage_1_kelbim_spawn":
|
||||||
{
|
{
|
||||||
_kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
_kelbimBoss = (GrandBossInstance) addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
||||||
GrandBossManager.getInstance().addBoss((GrandBossInstance) _kelbimBoss);
|
GrandBossManager.getInstance().addBoss(_kelbimBoss);
|
||||||
_lastAction = System.currentTimeMillis();
|
_lastAction = System.currentTimeMillis();
|
||||||
startQuestTimer("check_activity_task", 60000, null, null);
|
startQuestTimer("check_activity_task", 60000, null, null);
|
||||||
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
||||||
|
@@ -1647,7 +1647,7 @@
|
|||||||
<height normal="120" />
|
<height normal="120" />
|
||||||
</collision>
|
</collision>
|
||||||
</npc>
|
</npc>
|
||||||
<npc id="26124" level="104" type="RaidBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
<npc id="26124" level="104" type="GrandBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
||||||
<race>HUMANOID</race>
|
<race>HUMANOID</race>
|
||||||
<sex>MALE</sex>
|
<sex>MALE</sex>
|
||||||
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
|
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
|
||||||
|
@@ -103,7 +103,7 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
||||||
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
||||||
// Vars
|
// Vars
|
||||||
private static Npc _kelbimBoss;
|
private static GrandBossInstance _kelbimBoss;
|
||||||
private static long _lastAction;
|
private static long _lastAction;
|
||||||
private static int _bossStage;
|
private static int _bossStage;
|
||||||
private static ArrayList<Npc> _minions = new ArrayList<>();
|
private static ArrayList<Npc> _minions = new ArrayList<>();
|
||||||
@@ -191,8 +191,8 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
}
|
}
|
||||||
case "stage_1_kelbim_spawn":
|
case "stage_1_kelbim_spawn":
|
||||||
{
|
{
|
||||||
_kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
_kelbimBoss = (GrandBossInstance) addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
||||||
GrandBossManager.getInstance().addBoss((GrandBossInstance) _kelbimBoss);
|
GrandBossManager.getInstance().addBoss(_kelbimBoss);
|
||||||
_lastAction = System.currentTimeMillis();
|
_lastAction = System.currentTimeMillis();
|
||||||
startQuestTimer("check_activity_task", 60000, null, null);
|
startQuestTimer("check_activity_task", 60000, null, null);
|
||||||
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
||||||
|
@@ -1647,7 +1647,7 @@
|
|||||||
<height normal="120" />
|
<height normal="120" />
|
||||||
</collision>
|
</collision>
|
||||||
</npc>
|
</npc>
|
||||||
<npc id="26124" level="104" type="RaidBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
<npc id="26124" level="104" type="GrandBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
||||||
<race>HUMANOID</race>
|
<race>HUMANOID</race>
|
||||||
<sex>MALE</sex>
|
<sex>MALE</sex>
|
||||||
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
|
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
|
||||||
|
@@ -103,7 +103,7 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
||||||
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
||||||
// Vars
|
// Vars
|
||||||
private static Npc _kelbimBoss;
|
private static GrandBossInstance _kelbimBoss;
|
||||||
private static long _lastAction;
|
private static long _lastAction;
|
||||||
private static int _bossStage;
|
private static int _bossStage;
|
||||||
private static ArrayList<Npc> _minions = new ArrayList<>();
|
private static ArrayList<Npc> _minions = new ArrayList<>();
|
||||||
@@ -191,8 +191,8 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
}
|
}
|
||||||
case "stage_1_kelbim_spawn":
|
case "stage_1_kelbim_spawn":
|
||||||
{
|
{
|
||||||
_kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
_kelbimBoss = (GrandBossInstance) addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
||||||
GrandBossManager.getInstance().addBoss((GrandBossInstance) _kelbimBoss);
|
GrandBossManager.getInstance().addBoss(_kelbimBoss);
|
||||||
_lastAction = System.currentTimeMillis();
|
_lastAction = System.currentTimeMillis();
|
||||||
startQuestTimer("check_activity_task", 60000, null, null);
|
startQuestTimer("check_activity_task", 60000, null, null);
|
||||||
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
||||||
|
@@ -1596,7 +1596,7 @@
|
|||||||
<height normal="120" />
|
<height normal="120" />
|
||||||
</collision>
|
</collision>
|
||||||
</npc>
|
</npc>
|
||||||
<npc id="26124" level="104" type="RaidBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
<npc id="26124" level="104" type="GrandBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
||||||
<race>HUMANOID</race>
|
<race>HUMANOID</race>
|
||||||
<sex>MALE</sex>
|
<sex>MALE</sex>
|
||||||
<acquire exp="364810170816" sp="875542221" />
|
<acquire exp="364810170816" sp="875542221" />
|
||||||
|
@@ -103,7 +103,7 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
private static final ZoneType ZONE = ZoneManager.getInstance().getZoneById(60023);
|
||||||
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
private static final Location KELBIM_LOCATION = new Location(-55386, 58939, -274);
|
||||||
// Vars
|
// Vars
|
||||||
private static Npc _kelbimBoss;
|
private static GrandBossInstance _kelbimBoss;
|
||||||
private static long _lastAction;
|
private static long _lastAction;
|
||||||
private static int _bossStage;
|
private static int _bossStage;
|
||||||
private static ArrayList<Npc> _minions = new ArrayList<>();
|
private static ArrayList<Npc> _minions = new ArrayList<>();
|
||||||
@@ -191,8 +191,8 @@ public class Kelbim extends AbstractNpcAI
|
|||||||
}
|
}
|
||||||
case "stage_1_kelbim_spawn":
|
case "stage_1_kelbim_spawn":
|
||||||
{
|
{
|
||||||
_kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
_kelbimBoss = (GrandBossInstance) addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
|
||||||
GrandBossManager.getInstance().addBoss((GrandBossInstance) _kelbimBoss);
|
GrandBossManager.getInstance().addBoss(_kelbimBoss);
|
||||||
_lastAction = System.currentTimeMillis();
|
_lastAction = System.currentTimeMillis();
|
||||||
startQuestTimer("check_activity_task", 60000, null, null);
|
startQuestTimer("check_activity_task", 60000, null, null);
|
||||||
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
|
||||||
|
@@ -1596,7 +1596,7 @@
|
|||||||
<height normal="120" />
|
<height normal="120" />
|
||||||
</collision>
|
</collision>
|
||||||
</npc>
|
</npc>
|
||||||
<npc id="26124" level="104" type="RaidBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
<npc id="26124" level="104" type="GrandBoss" name="Kelbim" title="Fallen Guardian of Atelia">
|
||||||
<race>HUMANOID</race>
|
<race>HUMANOID</race>
|
||||||
<sex>MALE</sex>
|
<sex>MALE</sex>
|
||||||
<acquire exp="364810170816" sp="875542221" />
|
<acquire exp="364810170816" sp="875542221" />
|
||||||
|
Reference in New Issue
Block a user