diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-21 03:41:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-21 03:41:19 -0300 |
commit | 8deec5ea3b2bd1c68e99700684e5a31b696f92e8 (patch) | |
tree | 2b0aeb4b9f1790037015120f219fecf152439756 /npc/007-1 | |
parent | 58e22bcec466f9d3c7e1e0020fa9f1614d29aa25 (diff) | |
download | serverdata-8deec5ea3b2bd1c68e99700684e5a31b696f92e8.tar.gz serverdata-8deec5ea3b2bd1c68e99700684e5a31b696f92e8.tar.bz2 serverdata-8deec5ea3b2bd1c68e99700684e5a31b696f92e8.tar.xz serverdata-8deec5ea3b2bd1c68e99700684e5a31b696f92e8.zip |
[skip ci] update Dracoula stats
Diffstat (limited to 'npc/007-1')
-rw-r--r-- | npc/007-1/dracoula.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/007-1/dracoula.txt b/npc/007-1/dracoula.txt index af1f9df3d..a2f76c23d 100644 --- a/npc/007-1/dracoula.txt +++ b/npc/007-1/dracoula.txt @@ -84,7 +84,7 @@ L_Repeat: L_Finish: delitem BatTeeth, 20; getexp 666, 5; // 20 / 18% = 111 kills * 15 xp = 1665 xp gained from killing. (40% bonus) - Zeny = (Zeny + 540); // 3*20 = 60 base (400% bonus) + Zeny = (Zeny + 540); // 10*20 = 200 base (270% bonus) setq MineQuest_Dracoula, 1, santime(); mes ""; mesn; @@ -95,7 +95,7 @@ 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 + 165); // 3*11 = 33 base (x% bonus) + Zeny = (Zeny + 165); // 10*11 = 110 base (150% bonus) setq MineQuest_Dracoula, 1, santime(); mes ""; mesn; |