diff options
Diffstat (limited to 'npc/003-10')
-rw-r--r-- | npc/003-10/guarddevoir.txt | 4 | ||||
-rw-r--r-- | npc/003-10/officer.txt | 1 |
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."); } |