diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-1/foxhound.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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!"); |