From ad0220c7cd521e09760ed10c633e8b6d18ec6823 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 25 May 2018 12:48:49 -0300 Subject: Rebalance Devoir & fix a typo --- npc/003-10/guarddevoir.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/003-10') diff --git a/npc/003-10/guarddevoir.txt b/npc/003-10/guarddevoir.txt index c63c351d8..d19ead71f 100644 --- a/npc/003-10/guarddevoir.txt +++ b/npc/003-10/guarddevoir.txt @@ -3,7 +3,7 @@ // Jesusalva // Saulc // Description: -// Guard ask you to clean the cave of red scorpion. bring him some red scorpion stingers to prove you do it well. +// Guard ask you to clean the cave of red scorpion. bring her some red scorpion stingers to prove you do it well. // Variable: // TulimsharQuest_Devoir @@ -56,8 +56,8 @@ L_Repeat: // First Time Only L_Finish: delitem RedScorpionStinger, 14; - getexp 1555, 10; - Zeny = (Zeny + 1410); // 70*14 = 980 base + getexp 1622, 11; // 7 / 13.5% = 104 kills * 52 xp = 5408 xp gained from killing. (30% bonus) + Zeny = (Zeny + 1372); // 70*14 = 980 base (40% bonus) setq TulimsharQuest_Devoir, 1, gettimetick(2); mes ""; mesn; @@ -67,8 +67,8 @@ L_Finish: // Repeat L_Finish2: delitem RedScorpionStinger, 7; - getexp 999, 0; - Zeny = (Zeny + 680); // 70*7 = 490 base + getexp 946, 0; // 7 / 13.5% = 52 kills * 52 xp = 2704 xp gained from killing. (35% bonus) + Zeny = (Zeny + 686); // 70*7 = 490 base (40% bonus) setq TulimsharQuest_Devoir, 1, gettimetick(2); mes ""; mesn; -- cgit v1.2.3-60-g2f50