diff options
author | Streusel <advance_me@hotmail.de> | 2013-02-14 13:30:19 -0800 |
---|---|---|
committer | Streusel <advance_me@hotmail.de> | 2013-02-14 13:30:19 -0800 |
commit | 7dce14e8ecf9aeb4b88afd08098b74c929231a25 (patch) | |
tree | 836120e1e8e1fa0daeedca38569f76e7a846128d /npc/quests/eye_of_hellion.txt | |
parent | 24ffcb5e44e16bf423d22b146502fef835aab725 (diff) | |
download | hercules-7dce14e8ecf9aeb4b88afd08098b74c929231a25.tar.gz hercules-7dce14e8ecf9aeb4b88afd08098b74c929231a25.tar.bz2 hercules-7dce14e8ecf9aeb4b88afd08098b74c929231a25.tar.xz hercules-7dce14e8ecf9aeb4b88afd08098b74c929231a25.zip |
-Updated EXP values & added checkre() checks to provide better support for pre-re users
Diffstat (limited to 'npc/quests/eye_of_hellion.txt')
-rw-r--r-- | npc/quests/eye_of_hellion.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/eye_of_hellion.txt b/npc/quests/eye_of_hellion.txt index f1a63e272..841e93734 100644 --- a/npc/quests/eye_of_hellion.txt +++ b/npc/quests/eye_of_hellion.txt @@ -19,6 +19,7 @@ //= 1.7 Corrected reminants from aegis conversion. [L0en_w0lf] //= 1.8 Replaced effect numerics with constants. [L0ne_W0lf] //= 1.9 Removed duplicate text. [Kisuka] +//= 2.0 Corrected EXP reward //============================================================ morocc_in,116,101,3 script Old Scholar Tyus#hellion 735,3,3,{ @@ -545,7 +546,7 @@ morocc_in,116,101,3 script Old Scholar Tyus#hellion 735,3,3,{ set HELLIONQ,69; getitem 2658,1; //Nile_Rose_ getitem 603,1; //Old_Blue_Box - getexp 120000,0; + getexp 1200000,0; next; mes "[Sir Chilias'Tyus]"; mes "Thank you, kind"; @@ -612,7 +613,7 @@ morocc_in,116,101,3 script Old Scholar Tyus#hellion 735,3,3,{ delitem 7332,1; //Slate set HELLIONQ,70; getitem 2658,1; //Nile_Rose_ - getexp 100000,0; + getexp 1000000,0; next; mes "[Sir Chilias'Tyus]"; mes "Thank you, kind"; |