diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-10 13:15:55 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-10 13:15:55 +0000 |
commit | e536ed30725598649b8a41125a15b055362472af (patch) | |
tree | c0905b9ef113acc77b233904084d45fec17d9fb0 /npc/quests/thana_quest.txt | |
parent | f15d4f0e1e7f7d3aad96e3df66c040b2e8cbb16f (diff) | |
download | hercules-e536ed30725598649b8a41125a15b055362472af.tar.gz hercules-e536ed30725598649b8a41125a15b055362472af.tar.bz2 hercules-e536ed30725598649b8a41125a15b055362472af.tar.xz hercules-e536ed30725598649b8a41125a15b055362472af.zip |
* Updated experience rewards in a lot of quests to match upcoming rate adjustments changes.
- Please use 'getexp' command when rewarding experience in any lore-related quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11165 54d463be-8e91-2dee-dedb-b68131a5f0ec
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; |