summaryrefslogtreecommitdiff
path: root/npc/003-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-25 12:48:49 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-25 12:48:49 -0300
commitad0220c7cd521e09760ed10c633e8b6d18ec6823 (patch)
tree5b8927cc0d4cce98ed780fd36530f342541c7bf3 /npc/003-10
parent06bf50eec3b3c358b99fe06cd650420a07be8af1 (diff)
downloadserverdata-ad0220c7cd521e09760ed10c633e8b6d18ec6823.tar.gz
serverdata-ad0220c7cd521e09760ed10c633e8b6d18ec6823.tar.bz2
serverdata-ad0220c7cd521e09760ed10c633e8b6d18ec6823.tar.xz
serverdata-ad0220c7cd521e09760ed10c633e8b6d18ec6823.zip
Rebalance Devoir & fix a typo
Diffstat (limited to 'npc/003-10')
-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;