diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-16 10:14:17 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-16 10:14:17 +0000 |
commit | 43b34453b32eb5295d5771c4b9c0c85ed9e77752 (patch) | |
tree | 1c5d74d5987b1d8d1ab9fee442d8ba5feba28dbd /npc/003-1 | |
parent | ff88126b639917bac68b3226ed8abca62f7ea55f (diff) | |
download | serverdata-43b34453b32eb5295d5771c4b9c0c85ed9e77752.tar.gz serverdata-43b34453b32eb5295d5771c4b9c0c85ed9e77752.tar.bz2 serverdata-43b34453b32eb5295d5771c4b9c0c85ed9e77752.tar.xz serverdata-43b34453b32eb5295d5771c4b9c0c85ed9e77752.zip |
Cacpotion + 10 exp + 20 gp
Cacdrink + 5 exp + 1 job + 20 gp
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/swezanne.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 12e2658b9..a337ac6f3 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -52,16 +52,16 @@ L_Repeat: L_Finish2: delitem CactusPotion, 5; - getexp 25, 0; - Zeny = (Zeny + 200); // 5*35 = 175 base + getexp 35, 0; + Zeny = (Zeny + 220); // 5*35 = 175 base setq TulimsharQuest_Swezanne, 1; set SWEZANNE_TIMER, gettimetick(2); close; L_Finish: delitem CactusDrink, 5; - getexp 60, 5; // 5 Job points! A great reward. - Zeny = (Zeny + 150); // 5*25 = 125 base + getexp 65, 6; // 5 Job points! A great reward. + Zeny = (Zeny + 170); // 5*25 = 125 base setq TulimsharQuest_Swezanne, 3; set SWEZANNE_TIMER, gettimetick(2); close; |