summaryrefslogtreecommitdiff
path: root/npc/003-10/guarddevoir.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-10/guarddevoir.txt')
-rw-r--r--npc/003-10/guarddevoir.txt10
1 files changed, 5 insertions, 5 deletions
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;