diff options
Diffstat (limited to 'npc/009-1/foxhound.txt')
-rw-r--r-- | npc/009-1/foxhound.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/009-1/foxhound.txt b/npc/009-1/foxhound.txt index a4a708221..f4cd00cb7 100644 --- a/npc/009-1/foxhound.txt +++ b/npc/009-1/foxhound.txt @@ -38,6 +38,7 @@ l("I'm sorry... I can't help you either..."); if (@menu == 1) { delitem Bread, 5; + getexp 20, 0; Zeny=Zeny+25*5; mes ""; mesn; @@ -56,6 +57,7 @@ l("I'm sorry... I can't help you either..."); if (@menu == 1) { delitem Cheese, 3; + getexp 25, 0; Zeny=Zeny+25*3; mes ""; mesn; @@ -73,6 +75,7 @@ l("I'm sorry... I can't help you either..."); if (@menu == 1) { delitem PinkBlobime, 1; + getexp 30, 0; Zeny=Zeny+10*1; mes ""; mesn; @@ -90,6 +93,7 @@ l("I'm sorry... I can't help you either..."); if (@menu == 1) { delitem Plushroom, 12; + getexp 35, 0; Zeny=Zeny+15*12; mes ""; mesn; @@ -107,6 +111,7 @@ l("I'm sorry... I can't help you either..."); if (@menu == 1) { delitem CaveSnakeEgg, 6; + getexp 40, 0; Zeny=Zeny+27*6; mes ""; mesn; @@ -133,6 +138,7 @@ delitem Cheese, 5; delitem Aquada, 5; delitem Manana, 5; + getexp 500, 15; getitem Bucket, 1; mesn; mesq l("This is just a bucket, but I did some cuts on it so you can see though it. It protects your whole face."); |