diff options
Diffstat (limited to 'npc/quests/thana_quest.txt')
-rw-r--r-- | npc/quests/thana_quest.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt index 5f2564d0e..d3df4847f 100644 --- a/npc/quests/thana_quest.txt +++ b/npc/quests/thana_quest.txt @@ -3,20 +3,21 @@ //===== By: ================================================== //= [Ishizu-chan] //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= Any eAthena Version i guess? //===== Description: ========================================= //= It's the Thanatos Tower Quest... //===== Additional Comments: ================================= -//= 1.0 - First Release [Ishizu-chan] -//= 1.1 - Updated Thanatos Tower Quest to official. [SinSloth] -//= 1.2 - Fixed a bug where Reward NPC didn't give you Zeny and Exp. [SinSloth] -//= 1.3 - Added a checking in boss map to reset event if there's no player. [SinSloth] -//= 1.4 - Changed the way the Thanatos Portal works to allow people to enter +//= 1.0 First Release [Ishizu-chan] +//= 1.1 Updated Thanatos Tower Quest to official. [SinSloth] +//= 1.2 Fixed a bug where Reward NPC didn't give you Zeny and Exp. [SinSloth] +//= 1.3 Added a checking in boss map to reset event if there's no player. [SinSloth] +//= 1.4 Changed the way the Thanatos Portal works to allow people to enter //= as long as Thanatos is alive. [SinSloth] //= 1.4a You may enter either "Charmstone" or "Charm Stone" [Lupus] //= 1.5 Fixed a bug in the number part of the quest. [SinSloth] +//= 1.6 Fixed experience gains to match upcoming rate adjustments. [SinSloth] //============================================================ hu_fild01,140,163,5 script Tower Keeper 852,3,3,{ @@ -531,7 +532,7 @@ function script Func_Thana { mes "and please keep up"; mes "the good work~"; set Zeny,Zeny + countitem(getarg(0)) * 1000; - set BaseExp,BaseExp + countitem(getarg(0)) * 2000; + getexp countitem(getarg(0))*2000,0; delitem getarg(0),countitem(getarg(0)); close; |