From 34cb15ec04543607173269bc16ba00b71a940dbc Mon Sep 17 00:00:00 2001 From: Daegaladh Date: Fri, 27 Mar 2020 15:31:24 +0100 Subject: [PATCH] Fixed a couple of answers on Knight job quest test (#4724) --- npc/jobs/2-1/knight.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index d77590952a..4285e9b4c8 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -1634,7 +1634,7 @@ prt_in,69,107,6 script Lady Amy#knt 728,{ mes "[Lady Amy]"; mes "But some rude players came with a group of monsters and disappeared! What should you do?"; next; - if (select("Keep the monsters from reaching the party.:Defend while the party retreats.:Run away on your Peco Peco.") == 2) + if (select("Keep the monsters from reaching the party.:Defend while the party retreats.:Run away on your Peco Peco.") != 3) set .@knight_t,.@knight_t+10; mes "[Lady Amy]"; mes "Luckily, you all lived through the crisis. But as you walk, you find a person, who is not in your party, collapsed on the ground."; @@ -1662,7 +1662,7 @@ prt_in,69,107,6 script Lady Amy#knt 728,{ mes "What should you"; mes "do to sell your item?"; next; - if (select("Shout out loud to everyone.:Open a chat room and wait.:Inquire if there is anyone that is interested.") == 3) + if (select("Shout out loud to everyone.:Open a chat room and wait.:Inquire if there is anyone that is interested.") != 1) set .@knight_t,.@knight_t+10; mes "[Lady Amy]"; mes "While you are waiting,";