diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-17 08:05:57 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-17 08:05:57 +0000 |
commit | 70a323d2f9a3256bf3b82ae3d5d4f8c493211a97 (patch) | |
tree | aea1bae66a55a8228ad0ced2439419da73954fb5 /npc/009-1 | |
parent | 02e580b863b7ca6bc29b209785b50f6e000ba5f6 (diff) | |
download | serverdata-70a323d2f9a3256bf3b82ae3d5d4f8c493211a97.tar.gz serverdata-70a323d2f9a3256bf3b82ae3d5d4f8c493211a97.tar.bz2 serverdata-70a323d2f9a3256bf3b82ae3d5d4f8c493211a97.tar.xz serverdata-70a323d2f9a3256bf3b82ae3d5d4f8c493211a97.zip |
Add +5% exp reward to each quest! and add some exp if nothing exist.
Diffstat (limited to 'npc/009-1')
-rw-r--r-- | npc/009-1/charles.txt | 2 | ||||
-rw-r--r-- | npc/009-1/foxhound.txt | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/npc/009-1/charles.txt b/npc/009-1/charles.txt index 7396442e0..6a9fe6bd3 100644 --- a/npc/009-1/charles.txt +++ b/npc/009-1/charles.txt @@ -131,7 +131,7 @@ L_Finish: delitem LeatherShield, 1; Zeny = Zeny - 6000; getitem BurglarMask, 1; - getexp 800, 25; + getexp 840, 25; setq HalinarzoQuest_TraderKing, 2; mes ""; mesn; 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."); |