diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java index 52994fb214..c3cb96ae93 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java @@ -352,7 +352,7 @@ public final class ChamberOfProphecies extends AbstractInstance world.openCloseDoor(DOOR_4, true); cancelQuestTimers("ATTACK2"); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ACTIVE, player); - startQuestTimer("CLOSE", 15000, null, player); + startQuestTimer("CLOSE", 15000, world.getNpc(GRAIL), player); break; } case "CLOSE": @@ -365,7 +365,7 @@ public final class ChamberOfProphecies extends AbstractInstance } else { - startQuestTimer("CLOSE", 3000, null, player); + startQuestTimer("CLOSE", 3000, npc, player); } break; } diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java index 52994fb214..c3cb96ae93 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java @@ -352,7 +352,7 @@ public final class ChamberOfProphecies extends AbstractInstance world.openCloseDoor(DOOR_4, true); cancelQuestTimers("ATTACK2"); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ACTIVE, player); - startQuestTimer("CLOSE", 15000, null, player); + startQuestTimer("CLOSE", 15000, world.getNpc(GRAIL), player); break; } case "CLOSE": @@ -365,7 +365,7 @@ public final class ChamberOfProphecies extends AbstractInstance } else { - startQuestTimer("CLOSE", 3000, null, player); + startQuestTimer("CLOSE", 3000, npc, player); } break; } diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java index 52994fb214..c3cb96ae93 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java @@ -352,7 +352,7 @@ public final class ChamberOfProphecies extends AbstractInstance world.openCloseDoor(DOOR_4, true); cancelQuestTimers("ATTACK2"); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ACTIVE, player); - startQuestTimer("CLOSE", 15000, null, player); + startQuestTimer("CLOSE", 15000, world.getNpc(GRAIL), player); break; } case "CLOSE": @@ -365,7 +365,7 @@ public final class ChamberOfProphecies extends AbstractInstance } else { - startQuestTimer("CLOSE", 3000, null, player); + startQuestTimer("CLOSE", 3000, npc, player); } break; } diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java index 52994fb214..c3cb96ae93 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java @@ -352,7 +352,7 @@ public final class ChamberOfProphecies extends AbstractInstance world.openCloseDoor(DOOR_4, true); cancelQuestTimers("ATTACK2"); npc.getAI().setIntention(CtrlIntention.AI_INTENTION_ACTIVE, player); - startQuestTimer("CLOSE", 15000, null, player); + startQuestTimer("CLOSE", 15000, world.getNpc(GRAIL), player); break; } case "CLOSE": @@ -365,7 +365,7 @@ public final class ChamberOfProphecies extends AbstractInstance } else { - startQuestTimer("CLOSE", 3000, null, player); + startQuestTimer("CLOSE", 3000, npc, player); } break; }