diff options
Diffstat (limited to 'npc/quests/the_sign_quest.txt')
-rw-r--r-- | npc/quests/the_sign_quest.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt index 83704c8e5..f58fd574d 100644 --- a/npc/quests/the_sign_quest.txt +++ b/npc/quests/the_sign_quest.txt @@ -12555,7 +12555,7 @@ function script F_UpdateSignVars { // Because of the horrible way this was scripted, it's incompatable // With the new script, So I am resetting the quest to the start // of this step. - if (signlaichin >= 1) { + if (signlaichin >= 1) { mes "^FF0000You stumble and drop the your^000000"; if (countitem(7306)) { mes "^FF0000"+getitemname(7306)+"^000000"; @@ -12569,11 +12569,11 @@ function script F_UpdateSignVars { mes "^FF0000pieces on the ground and they vanish! Perhaps you should talk to Lachin.^000000"; delitem 7306,countitem(7306); //Fragment_Of_Soul delitem 7307,countitem(7307); //Whisper_Of_Soul - set sign_q,rand(97,100); + set sign_q,rand(97,100); } // Same BS as above, unable to save pickup time for 'The Sign' from Engel. - if (signengelhour) { + if (signengelhour) { mes "^FF0000You see that Engel has forgotten to look at 'The Sign', how you got it back is a mystery too you, but you should remind Engel that he needs to look at it.^000000"; getitem 7314,1; //The_Sign set sign_q,139; @@ -12598,7 +12598,7 @@ function script F_UpdateSignVars { } // Unable to save when the Sign should be picked up from Metz - if (signmetzhour) { + if (signmetzhour) { mes "^FF0000You see that Metz has forgotten to look at 'The Sign', how you got it back is a mystery too you, but you should remind Metz that he needs to look at it.^000000"; getitem 7314,1; //The_Sign set sign_q,138; |