diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-04 16:39:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-04 16:39:52 -0300 |
commit | ecb386d288e52978a307e982f6158973984b938a (patch) | |
tree | b7d19637e4d05b32669d82258a2b5ae10fd636bd /npc/007-1 | |
parent | 905ba3e7abd761bda910f931409b9b2349070b01 (diff) | |
download | serverdata-ecb386d288e52978a307e982f6158973984b938a.tar.gz serverdata-ecb386d288e52978a307e982f6158973984b938a.tar.bz2 serverdata-ecb386d288e52978a307e982f6158973984b938a.tar.xz serverdata-ecb386d288e52978a307e982f6158973984b938a.zip |
Track the repeatable quests in Candor and Tulimshar on the ship (except C. Cave)
Tweak Swezanne and Dracoula daily rewards.
Diffstat (limited to 'npc/007-1')
-rw-r--r-- | npc/007-1/dracoula.txt | 6 |
1 files changed, 4 insertions, 2 deletions
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; |