summaryrefslogtreecommitdiff
path: root/npc/009-1/foxhound.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-16 22:18:27 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-16 22:18:27 -0300
commit162447d7242e9d5e58580b39e361083cd4315f23 (patch)
tree2e1389b9cab230507a52a53b43c305b7f15af8c8 /npc/009-1/foxhound.txt
parentea4b11a0dbdd31c5ee830756584093549cee4d27 (diff)
downloadserverdata-162447d7242e9d5e58580b39e361083cd4315f23.tar.gz
serverdata-162447d7242e9d5e58580b39e361083cd4315f23.tar.bz2
serverdata-162447d7242e9d5e58580b39e361083cd4315f23.tar.xz
serverdata-162447d7242e9d5e58580b39e361083cd4315f23.zip
Design problem at Foxhound quest
Diffstat (limited to 'npc/009-1/foxhound.txt')
-rw-r--r--npc/009-1/foxhound.txt4
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!");