From 5325463c76c0d710f3063faaa1f5deb006411374 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 12 Apr 2015 10:38:06 +0530 Subject: Fixed SealedShrine Instance trying to change quest without checking, Report #8619 --- npc/instances/SealedShrine.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/instances/SealedShrine.txt b/npc/instances/SealedShrine.txt index 07e0634b5..240bc1ac4 100644 --- a/npc/instances/SealedShrine.txt +++ b/npc/instances/SealedShrine.txt @@ -348,7 +348,9 @@ prt_monk,261,91,3 script Rust Blackhand#edq 4_M_DWARF,{ next; mes "[Rust Blackhand]"; mes "You'll never know how great this hat is until you get one. If you understood, go and get the ingredients."; - changequest 3042,3043; + if (questprogress(3042)==1) + erasequest 3042; + setquest 3043; close; case 2: mes "[Rust Blackhand]"; @@ -403,8 +405,9 @@ prt_monk,261,91,3 script Rust Blackhand#edq 4_M_DWARF,{ next; mes "[Rust Blackhand]"; mes "You'll never know how great this hat is until you get one. If you understood, go and get the ingredients."; - //recall_completequest 3043 - changequest 3042,3043; + if (questprogress(3042)==1) + erasequest 3042; + setquest 3043; close; case 2: mes "[Rust Blackhand]"; -- cgit v1.2.3-60-g2f50