From 162447d7242e9d5e58580b39e361083cd4315f23 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Sep 2018 22:18:27 -0300 Subject: Design problem at Foxhound quest --- npc/009-1/foxhound.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/009-1/foxhound.txt b/npc/009-1/foxhound.txt index f4cd00cb7..f88ef2464 100644 --- a/npc/009-1/foxhound.txt +++ b/npc/009-1/foxhound.txt @@ -146,11 +146,13 @@ mesn; mesq l("This is the least I could do for you. Many thanks. And if you have more food, you can keep feeding my family."); setq(HalinarzoQuest_Foxhound, .@q+1); + setq2(HalinarzoQuest_Foxhound, .@q+1); next; } break; default: + .@q=getq2(HalinarzoQuest_Foxhound); // Manana (Death Penalty) or Aquadas (Hard to get item)? mesn; mesq l("I only need @@ @@. Please! You have to help me!", .@q, getitemlink(Manana)); @@ -159,7 +161,7 @@ l("I'm sorry... I can't help you either..."); if (@menu == 1) { delitem Manana, .@q; - Zeny=Zeny+60*.@q; + Zeny=Zeny+((60*.@q)-.@q); // If you repeat too much, you get less and less money... mes ""; mesn; mesq lg("Thank you! Thank you! Savior!"); -- cgit v1.2.3-60-g2f50