summaryrefslogtreecommitdiff
path: root/npc/003-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-19 12:41:25 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-19 12:41:25 -0200
commit7bb39dd5bd97702c0500f83274c1585718ee31af (patch)
treea3368fc4ac05b1424cb11d62b5f9fb7cd0a833ca /npc/003-10
parentb48391bd69845104dc655f5ee6b09e371b730c17 (diff)
downloadserverdata-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')
-rw-r--r--npc/003-10/guarddevoir.txt4
-rw-r--r--npc/003-10/officer.txt1
2 files changed, 3 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 "";
diff --git a/npc/003-10/officer.txt b/npc/003-10/officer.txt
index 774e26e8c..a6e8bb125 100644
--- a/npc/003-10/officer.txt
+++ b/npc/003-10/officer.txt
@@ -33,6 +33,7 @@
delitem RawLog, 24;
getitem WoodenSword, 1;
setq TulimsharQuest_WoodenSword, 2;
+ getexp 580, 20;
mesn;
mesq lg("Here's your sword, novice. Now go kill monsters.");
}