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/eye_of_hellion.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/quests/eye_of_hellion.txt') diff --git a/npc/quests/eye_of_hellion.txt b/npc/quests/eye_of_hellion.txt index 562a4e4ae..ced206819 100644 --- a/npc/quests/eye_of_hellion.txt +++ b/npc/quests/eye_of_hellion.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= MasterOfMuppets //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -13,6 +13,7 @@ //===== Additional Comments: ================================= //= 1.0 First version [MasterOfMuppets] //= 1.1 a ',' that should be ';' [FlavioJS] +//= 1.2 Fixed experience gains to match upcoming rate adjustments. [SinSloth] //============================================================ geffen,110,200,3 script Sage Welshyun 754,2,2,{ @@ -1916,7 +1917,7 @@ s_Tablet: mes "from those motivated by greed."; delitem 7332,1; //Complete Tablet getitem 2658,1; //Nile Rose - set BaseExp,BaseExp+1000000; + getexp 1000000,0; set HELLIONQ,27; next; mes "[Sir Chilias'Tyus]"; @@ -2035,7 +2036,7 @@ s_HellionEye: delitem 7337,1; //Eye of Hellion getitem 2658,1; //Nile Rose getitem 603,1; //Old Blue Box - set BaseExp,BaseExp+1200000; + getexp 1200000,0; set HELLIONQ,27; next; mes "[Sir Chilias'Tyus]"; -- cgit v1.2.3-60-g2f50