From e536ed30725598649b8a41125a15b055362472af Mon Sep 17 00:00:00 2001 From: SinSloth Date: Mon, 10 Sep 2007 13:15:55 +0000 Subject: * 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 --- npc/quests/thana_quest.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'npc/quests/thana_quest.txt') 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; -- cgit v1.2.3-70-g09d2