From 70a323d2f9a3256bf3b82ae3d5d4f8c493211a97 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sun, 17 Jun 2018 08:05:57 +0000 Subject: Add +5% exp reward to each quest! and add some exp if nothing exist. --- npc/009-1/foxhound.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/009-1/foxhound.txt') 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."); -- cgit v1.2.3-60-g2f50