diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java index eac0f59552..50b67f0a70 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java @@ -567,6 +567,10 @@ public class StoryOfTauti extends AbstractInstance case SEAL_ARCHANGEL: { final Npc archangel = world.getNpc(SEAL_ARCHANGEL); + if (archangel == null) + { + return null; + } if (world.isStatus(9) && archangel.isScriptValue(0)) { archangel.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.DO_NOT_LUST_AFTER_WHAT_S_SEALED_HERE_IT_IS_NOT_YOURS); diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java index eac0f59552..50b67f0a70 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java @@ -567,6 +567,10 @@ public class StoryOfTauti extends AbstractInstance case SEAL_ARCHANGEL: { final Npc archangel = world.getNpc(SEAL_ARCHANGEL); + if (archangel == null) + { + return null; + } if (world.isStatus(9) && archangel.isScriptValue(0)) { archangel.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.DO_NOT_LUST_AFTER_WHAT_S_SEALED_HERE_IT_IS_NOT_YOURS); diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java index eac0f59552..50b67f0a70 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java @@ -567,6 +567,10 @@ public class StoryOfTauti extends AbstractInstance case SEAL_ARCHANGEL: { final Npc archangel = world.getNpc(SEAL_ARCHANGEL); + if (archangel == null) + { + return null; + } if (world.isStatus(9) && archangel.isScriptValue(0)) { archangel.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.DO_NOT_LUST_AFTER_WHAT_S_SEALED_HERE_IT_IS_NOT_YOURS); diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java index eac0f59552..50b67f0a70 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java @@ -567,6 +567,10 @@ public class StoryOfTauti extends AbstractInstance case SEAL_ARCHANGEL: { final Npc archangel = world.getNpc(SEAL_ARCHANGEL); + if (archangel == null) + { + return null; + } if (world.isStatus(9) && archangel.isScriptValue(0)) { archangel.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.DO_NOT_LUST_AFTER_WHAT_S_SEALED_HERE_IT_IS_NOT_YOURS); diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java index eac0f59552..50b67f0a70 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java @@ -567,6 +567,10 @@ public class StoryOfTauti extends AbstractInstance case SEAL_ARCHANGEL: { final Npc archangel = world.getNpc(SEAL_ARCHANGEL); + if (archangel == null) + { + return null; + } if (world.isStatus(9) && archangel.isScriptValue(0)) { archangel.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.DO_NOT_LUST_AFTER_WHAT_S_SEALED_HERE_IT_IS_NOT_YOURS); diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java index eac0f59552..50b67f0a70 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java @@ -567,6 +567,10 @@ public class StoryOfTauti extends AbstractInstance case SEAL_ARCHANGEL: { final Npc archangel = world.getNpc(SEAL_ARCHANGEL); + if (archangel == null) + { + return null; + } if (world.isStatus(9) && archangel.isScriptValue(0)) { archangel.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.DO_NOT_LUST_AFTER_WHAT_S_SEALED_HERE_IT_IS_NOT_YOURS); diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java index eac0f59552..50b67f0a70 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java @@ -567,6 +567,10 @@ public class StoryOfTauti extends AbstractInstance case SEAL_ARCHANGEL: { final Npc archangel = world.getNpc(SEAL_ARCHANGEL); + if (archangel == null) + { + return null; + } if (world.isStatus(9) && archangel.isScriptValue(0)) { archangel.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.DO_NOT_LUST_AFTER_WHAT_S_SEALED_HERE_IT_IS_NOT_YOURS); diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java index eac0f59552..50b67f0a70 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/instances/MysticTavern/StoryOfTauti/StoryOfTauti.java @@ -567,6 +567,10 @@ public class StoryOfTauti extends AbstractInstance case SEAL_ARCHANGEL: { final Npc archangel = world.getNpc(SEAL_ARCHANGEL); + if (archangel == null) + { + return null; + } if (world.isStatus(9) && archangel.isScriptValue(0)) { archangel.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.DO_NOT_LUST_AFTER_WHAT_S_SEALED_HERE_IT_IS_NOT_YOURS);