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/003-10 | |
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/003-10')
-rw-r--r-- | npc/003-10/guarddevoir.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-10/guarddevoir.txt b/npc/003-10/guarddevoir.txt index 31f448699..628d6bb1c 100644 --- a/npc/003-10/guarddevoir.txt +++ b/npc/003-10/guarddevoir.txt @@ -56,7 +56,7 @@ L_Repeat: // First Time Only L_Finish: delitem RedScorpionStinger, 14; - getexp 1622, 11; // 7 / 13.5% = 104 kills * 52 xp = 5408 xp gained from killing. (30% bonus) + getexp 1703, 11; // 7 / 13.5% = 104 kills * 52 xp = 5408 xp gained from killing. (30% bonus) r4.9+ 5% Zeny = (Zeny + 1372); // 70*14 = 980 base (40% bonus) setq TulimsharQuest_Devoir, 1, gettimetick(2); mes ""; @@ -67,7 +67,7 @@ L_Finish: // Repeat L_Finish2: delitem RedScorpionStinger, 7; - getexp 946, 0; // 7 / 13.5% = 52 kills * 52 xp = 2704 xp gained from killing. (35% bonus) + getexp 993, 0; // 7 / 13.5% = 52 kills * 52 xp = 2704 xp gained from killing. (35% bonus) r4.9 +5% Zeny = (Zeny + 686); // 70*7 = 490 base (40% bonus) setq TulimsharQuest_Devoir, 1, gettimetick(2); mes ""; |