diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 12:41:25 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 12:41:25 -0200 |
commit | 7bb39dd5bd97702c0500f83274c1585718ee31af (patch) | |
tree | a3368fc4ac05b1424cb11d62b5f9fb7cd0a833ca /npc/003-10/guarddevoir.txt | |
parent | b48391bd69845104dc655f5ee6b09e371b730c17 (diff) | |
download | serverdata-7bb39dd5bd97702c0500f83274c1585718ee31af.tar.gz serverdata-7bb39dd5bd97702c0500f83274c1585718ee31af.tar.bz2 serverdata-7bb39dd5bd97702c0500f83274c1585718ee31af.tar.xz serverdata-7bb39dd5bd97702c0500f83274c1585718ee31af.zip |
Move all Tulimshar Quests to use new exp formula (except cap quests).
See clientversion.txt to understand the real impact of these changes.
Diffstat (limited to 'npc/003-10/guarddevoir.txt')
-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 6bd05247c..df10f2b92 100644 --- a/npc/003-10/guarddevoir.txt +++ b/npc/003-10/guarddevoir.txt @@ -61,7 +61,7 @@ L_Repeat: // First Time Only L_Finish: delitem RedScorpionStinger, 14; - getexp 1703, 11; // 7 / 13.5% = 104 kills * 52 xp = 5408 xp gained from killing. (30% bonus) r4.9+ 5% + getexp 2203, 11; // r7.5 1703 → 2203 Zeny = (Zeny + 1372); // 70*14 = 980 base (40% bonus) setq TulimsharQuest_Devoir, 1, santime(); mes ""; @@ -72,7 +72,7 @@ L_Finish: // Repeat L_Finish2: delitem RedScorpionStinger, 7; - getexp 993, 0; // 7 / 13.5% = 52 kills * 52 xp = 2704 xp gained from killing. (35% bonus) r4.9 +5% + getexp 1193, 0; // r7.5 993 → 1193 Zeny = (Zeny + 686); // 70*7 = 490 base (40% bonus) setq TulimsharQuest_Devoir, 1, santime(); mes ""; |