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/eye_of_hellion.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/eye_of_hellion.txt')
-rw-r--r-- | npc/quests/eye_of_hellion.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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]"; |