diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java index 6a29bfd00a..5dca340521 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java @@ -54,7 +54,7 @@ public class ZealotOfShilen extends AbstractNpcAI return null; } - if (event.equals("WATCHING") && !npc.isAttackingNow() && !npc.isAlikeDead()) + if (!npc.isAttackingNow() && !npc.isAlikeDead()) { Npc nearby = null; double maxDistance = Double.MAX_VALUE; @@ -73,7 +73,6 @@ public class ZealotOfShilen extends AbstractNpcAI ((Attackable) npc).addDamageHate(nearby, 0, 999); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, nearby, null); } - startQuestTimer("WATCHING", 10000, npc, null); } return super.onAdvEvent(event, npc, player); @@ -97,7 +96,7 @@ public class ZealotOfShilen extends AbstractNpcAI npc.setIsInvul(true); ((Attackable) npc).setCanReturnToSpawnPoint(false); cancelQuestTimer("WATCHING", npc, null); - startQuestTimer("WATCHING", 10000, npc, null); + startQuestTimer("WATCHING", 10000, npc, null, true); } return super.onSpawn(npc); } diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java index 6a29bfd00a..5dca340521 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java @@ -54,7 +54,7 @@ public class ZealotOfShilen extends AbstractNpcAI return null; } - if (event.equals("WATCHING") && !npc.isAttackingNow() && !npc.isAlikeDead()) + if (!npc.isAttackingNow() && !npc.isAlikeDead()) { Npc nearby = null; double maxDistance = Double.MAX_VALUE; @@ -73,7 +73,6 @@ public class ZealotOfShilen extends AbstractNpcAI ((Attackable) npc).addDamageHate(nearby, 0, 999); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, nearby, null); } - startQuestTimer("WATCHING", 10000, npc, null); } return super.onAdvEvent(event, npc, player); @@ -97,7 +96,7 @@ public class ZealotOfShilen extends AbstractNpcAI npc.setIsInvul(true); ((Attackable) npc).setCanReturnToSpawnPoint(false); cancelQuestTimer("WATCHING", npc, null); - startQuestTimer("WATCHING", 10000, npc, null); + startQuestTimer("WATCHING", 10000, npc, null, true); } return super.onSpawn(npc); } diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java index 6a29bfd00a..5dca340521 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java @@ -54,7 +54,7 @@ public class ZealotOfShilen extends AbstractNpcAI return null; } - if (event.equals("WATCHING") && !npc.isAttackingNow() && !npc.isAlikeDead()) + if (!npc.isAttackingNow() && !npc.isAlikeDead()) { Npc nearby = null; double maxDistance = Double.MAX_VALUE; @@ -73,7 +73,6 @@ public class ZealotOfShilen extends AbstractNpcAI ((Attackable) npc).addDamageHate(nearby, 0, 999); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, nearby, null); } - startQuestTimer("WATCHING", 10000, npc, null); } return super.onAdvEvent(event, npc, player); @@ -97,7 +96,7 @@ public class ZealotOfShilen extends AbstractNpcAI npc.setIsInvul(true); ((Attackable) npc).setCanReturnToSpawnPoint(false); cancelQuestTimer("WATCHING", npc, null); - startQuestTimer("WATCHING", 10000, npc, null); + startQuestTimer("WATCHING", 10000, npc, null, true); } return super.onSpawn(npc); } diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java index 6a29bfd00a..5dca340521 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java @@ -54,7 +54,7 @@ public class ZealotOfShilen extends AbstractNpcAI return null; } - if (event.equals("WATCHING") && !npc.isAttackingNow() && !npc.isAlikeDead()) + if (!npc.isAttackingNow() && !npc.isAlikeDead()) { Npc nearby = null; double maxDistance = Double.MAX_VALUE; @@ -73,7 +73,6 @@ public class ZealotOfShilen extends AbstractNpcAI ((Attackable) npc).addDamageHate(nearby, 0, 999); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, nearby, null); } - startQuestTimer("WATCHING", 10000, npc, null); } return super.onAdvEvent(event, npc, player); @@ -97,7 +96,7 @@ public class ZealotOfShilen extends AbstractNpcAI npc.setIsInvul(true); ((Attackable) npc).setCanReturnToSpawnPoint(false); cancelQuestTimer("WATCHING", npc, null); - startQuestTimer("WATCHING", 10000, npc, null); + startQuestTimer("WATCHING", 10000, npc, null, true); } return super.onSpawn(npc); } diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java index 6a29bfd00a..5dca340521 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java @@ -54,7 +54,7 @@ public class ZealotOfShilen extends AbstractNpcAI return null; } - if (event.equals("WATCHING") && !npc.isAttackingNow() && !npc.isAlikeDead()) + if (!npc.isAttackingNow() && !npc.isAlikeDead()) { Npc nearby = null; double maxDistance = Double.MAX_VALUE; @@ -73,7 +73,6 @@ public class ZealotOfShilen extends AbstractNpcAI ((Attackable) npc).addDamageHate(nearby, 0, 999); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, nearby, null); } - startQuestTimer("WATCHING", 10000, npc, null); } return super.onAdvEvent(event, npc, player); @@ -97,7 +96,7 @@ public class ZealotOfShilen extends AbstractNpcAI npc.setIsInvul(true); ((Attackable) npc).setCanReturnToSpawnPoint(false); cancelQuestTimer("WATCHING", npc, null); - startQuestTimer("WATCHING", 10000, npc, null); + startQuestTimer("WATCHING", 10000, npc, null, true); } return super.onSpawn(npc); } diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java index 6a29bfd00a..5dca340521 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java @@ -54,7 +54,7 @@ public class ZealotOfShilen extends AbstractNpcAI return null; } - if (event.equals("WATCHING") && !npc.isAttackingNow() && !npc.isAlikeDead()) + if (!npc.isAttackingNow() && !npc.isAlikeDead()) { Npc nearby = null; double maxDistance = Double.MAX_VALUE; @@ -73,7 +73,6 @@ public class ZealotOfShilen extends AbstractNpcAI ((Attackable) npc).addDamageHate(nearby, 0, 999); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, nearby, null); } - startQuestTimer("WATCHING", 10000, npc, null); } return super.onAdvEvent(event, npc, player); @@ -97,7 +96,7 @@ public class ZealotOfShilen extends AbstractNpcAI npc.setIsInvul(true); ((Attackable) npc).setCanReturnToSpawnPoint(false); cancelQuestTimer("WATCHING", npc, null); - startQuestTimer("WATCHING", 10000, npc, null); + startQuestTimer("WATCHING", 10000, npc, null, true); } return super.onSpawn(npc); } diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java index 6a29bfd00a..5dca340521 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java @@ -54,7 +54,7 @@ public class ZealotOfShilen extends AbstractNpcAI return null; } - if (event.equals("WATCHING") && !npc.isAttackingNow() && !npc.isAlikeDead()) + if (!npc.isAttackingNow() && !npc.isAlikeDead()) { Npc nearby = null; double maxDistance = Double.MAX_VALUE; @@ -73,7 +73,6 @@ public class ZealotOfShilen extends AbstractNpcAI ((Attackable) npc).addDamageHate(nearby, 0, 999); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, nearby, null); } - startQuestTimer("WATCHING", 10000, npc, null); } return super.onAdvEvent(event, npc, player); @@ -97,7 +96,7 @@ public class ZealotOfShilen extends AbstractNpcAI npc.setIsInvul(true); ((Attackable) npc).setCanReturnToSpawnPoint(false); cancelQuestTimer("WATCHING", npc, null); - startQuestTimer("WATCHING", 10000, npc, null); + startQuestTimer("WATCHING", 10000, npc, null, true); } return super.onSpawn(npc); } diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java index 6a29bfd00a..5dca340521 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/ai/areas/WharfGludioAirships/ZealotOfShilen/ZealotOfShilen.java @@ -54,7 +54,7 @@ public class ZealotOfShilen extends AbstractNpcAI return null; } - if (event.equals("WATCHING") && !npc.isAttackingNow() && !npc.isAlikeDead()) + if (!npc.isAttackingNow() && !npc.isAlikeDead()) { Npc nearby = null; double maxDistance = Double.MAX_VALUE; @@ -73,7 +73,6 @@ public class ZealotOfShilen extends AbstractNpcAI ((Attackable) npc).addDamageHate(nearby, 0, 999); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, nearby, null); } - startQuestTimer("WATCHING", 10000, npc, null); } return super.onAdvEvent(event, npc, player); @@ -97,7 +96,7 @@ public class ZealotOfShilen extends AbstractNpcAI npc.setIsInvul(true); ((Attackable) npc).setCanReturnToSpawnPoint(false); cancelQuestTimer("WATCHING", npc, null); - startQuestTimer("WATCHING", 10000, npc, null); + startQuestTimer("WATCHING", 10000, npc, null, true); } return super.onSpawn(npc); } diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/ai/areas/Gracia/AI/NPC/ZealotOfShilen/ZealotOfShilen.java b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/ai/areas/Gracia/AI/NPC/ZealotOfShilen/ZealotOfShilen.java index eb44ad85ac..b06ca5efb0 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/ai/areas/Gracia/AI/NPC/ZealotOfShilen/ZealotOfShilen.java +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/ai/areas/Gracia/AI/NPC/ZealotOfShilen/ZealotOfShilen.java @@ -54,7 +54,7 @@ public class ZealotOfShilen extends AbstractNpcAI return null; } - if (event.equals("WATCHING") && !npc.isAttackingNow() && !npc.isAlikeDead()) + if (!npc.isAttackingNow() && !npc.isAlikeDead()) { Npc nearby = null; double maxDistance = Double.MAX_VALUE; @@ -73,7 +73,6 @@ public class ZealotOfShilen extends AbstractNpcAI ((Attackable) npc).addDamageHate(nearby, 0, 999); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, nearby, null); } - startQuestTimer("WATCHING", 10000, npc, null); } return super.onAdvEvent(event, npc, player); @@ -97,7 +96,7 @@ public class ZealotOfShilen extends AbstractNpcAI npc.setIsInvul(true); ((Attackable) npc).setCanReturnToSpawnPoint(false); cancelQuestTimer("WATCHING", npc, null); - startQuestTimer("WATCHING", 10000, npc, null); + startQuestTimer("WATCHING", 10000, npc, null, true); } return super.onSpawn(npc); } diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/ai/areas/Gracia/AI/NPC/ZealotOfShilen/ZealotOfShilen.java b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/ai/areas/Gracia/AI/NPC/ZealotOfShilen/ZealotOfShilen.java index eb44ad85ac..b06ca5efb0 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/ai/areas/Gracia/AI/NPC/ZealotOfShilen/ZealotOfShilen.java +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/ai/areas/Gracia/AI/NPC/ZealotOfShilen/ZealotOfShilen.java @@ -54,7 +54,7 @@ public class ZealotOfShilen extends AbstractNpcAI return null; } - if (event.equals("WATCHING") && !npc.isAttackingNow() && !npc.isAlikeDead()) + if (!npc.isAttackingNow() && !npc.isAlikeDead()) { Npc nearby = null; double maxDistance = Double.MAX_VALUE; @@ -73,7 +73,6 @@ public class ZealotOfShilen extends AbstractNpcAI ((Attackable) npc).addDamageHate(nearby, 0, 999); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, nearby, null); } - startQuestTimer("WATCHING", 10000, npc, null); } return super.onAdvEvent(event, npc, player); @@ -97,7 +96,7 @@ public class ZealotOfShilen extends AbstractNpcAI npc.setIsInvul(true); ((Attackable) npc).setCanReturnToSpawnPoint(false); cancelQuestTimer("WATCHING", npc, null); - startQuestTimer("WATCHING", 10000, npc, null); + startQuestTimer("WATCHING", 10000, npc, null, true); } return super.onSpawn(npc); }