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/003-1/swezanne.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-1/swezanne.txt') diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 37c57bc69..59a9be17a 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -52,7 +52,7 @@ L_Repeat: L_Finish2: delitem CactusPotion, 5; - getexp 35, 0; + getexp 37, 0; Zeny = (Zeny + 220); // 5*35 = 175 base setq TulimsharQuest_Swezanne, 1; set SWEZANNE_TIMER, gettimetick(2); @@ -60,7 +60,7 @@ L_Finish2: L_Finish: delitem CactusDrink, 5; - getexp 60, 5; // 5 Job points! A great reward. + getexp 63, 4; // 4 Job points! A great reward. Zeny = (Zeny + 150); // 5*25 = 125 base setq TulimsharQuest_Swezanne, 3; set SWEZANNE_TIMER, gettimetick(2); -- cgit v1.2.3-60-g2f50