From 98e6a1ee993e7aeb345d6bf97404299dfd3edac9 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Tue, 6 Jun 2023 23:26:59 +0000 Subject: Arkim quality of life improvement: offer to give higher value items first in menu. --- npc/015-3/arkim.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/015-3') diff --git a/npc/015-3/arkim.txt b/npc/015-3/arkim.txt index 64f22af52..af83aa179 100644 --- a/npc/015-3/arkim.txt +++ b/npc/015-3/arkim.txt @@ -37,23 +37,23 @@ L_Loop: .@q2=getq2(HurnscaldQuest_Arkim); if (.@q2 >= (BaseLevel-17)/3) goto L_Timer; select - rif(countitem(BatWing) >= 1, l("Donate a Bat Wing")), rif(countitem(BatTeeth) >= 1, l("Donate a Bat Teeth")), + rif(countitem(BatWing) >= 1, l("Donate a Bat Wing")), l("I better leave this crazy man to his ordeals..."), l("Had you any breakthrough?"); mes ""; switch (@menu) { case 1: - delitem BatWing, 1; - getexp 25, 0; - Zeny=Zeny+50; - break; - case 2: delitem BatTeeth, 1; getexp 36, 0; Zeny=Zeny+70; break; + case 2: + delitem BatWing, 1; + getexp 25, 0; + Zeny=Zeny+50; + break; case 3: goto L_Assign; close; // Will never reach. -- cgit v1.2.3-70-g09d2