Quellcode durchsuchen

Fixed a couple of answers on Knight job quest test (#4724)

Daegaladh vor 5 Jahren
Ursprung
Commit
34cb15ec04
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      npc/jobs/2-1/knight.txt

+ 2 - 2
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,";