From ecb386d288e52978a307e982f6158973984b938a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 4 Dec 2022 16:39:52 -0300 Subject: Track the repeatable quests in Candor and Tulimshar on the ship (except C. Cave) Tweak Swezanne and Dracoula daily rewards. --- npc/007-1/dracoula.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/007-1') diff --git a/npc/007-1/dracoula.txt b/npc/007-1/dracoula.txt index 323fd7887..be6d2aa6e 100644 --- a/npc/007-1/dracoula.txt +++ b/npc/007-1/dracoula.txt @@ -83,7 +83,7 @@ L_Repeat: // First Time Only L_Finish: delitem BatTeeth, 20; - getexp 666, 5; // 20 / 18% = 111 kills * 15 xp = 1665 xp gained from killing. (40% bonus) + getexp 667, 5; // 20 / 18% = 111 kills * 15 xp = 1665 xp gained from killing. (40% bonus) Zeny = (Zeny + 600); // 10*20 = 200 base (300% bonus) setq MineQuest_Dracoula, 1, santime(); mes ""; @@ -95,7 +95,9 @@ L_Finish: L_Finish2: delitem BatTeeth, 11; getexp 275, 1; // 11 / 18% = 61 kills * 15 xp = 915 xp gained from killing. (30% bonus) - Zeny = (Zeny + 220); // 10*11 = 110 base (200% bonus) + // Bonus: +300% + .@price = getiteminfo(BatTeeth, ITEMINFO_SELLPRICE) * 11 * 3; + Zeny += .@price; setq MineQuest_Dracoula, 1, santime(); mes ""; mesn; -- cgit v1.2.3-60-g2f50