diff options
Diffstat (limited to 'npc/jobs/2-1/knight.txt')
-rw-r--r-- | npc/jobs/2-1/knight.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index d8b33b285..9d4dca8ff 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -1223,14 +1223,18 @@ prt_in,79,94,4 script Sir Windsor#knt 733,{ mes ".....What?"; next; } - else + else { set .@mes$,"I want to try again!:..."; + next; + } if (select(.@mes$) == 1) { mes "[Sir Windsor]"; mes "..."; next; set KNIGHT_Q,7; - changequest 9004,9005; + if (checkquest(9004) != -1) { + changequest 9004,9005; + } mes "[Sir Windsor]"; mes "..."; mes "......"; |