diff options
author | shennetsind <ind@henn.et> | 2013-02-15 00:16:26 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-15 00:16:26 -0200 |
commit | 74c31098137aae3e0bfc962e4685a7050409df78 (patch) | |
tree | 3a6cb20957b1486d92f7f017e0e6048951112d87 /npc/quests/eye_of_hellion.txt | |
parent | ac784540e034708959c3ebce999b31124f99ab7a (diff) | |
parent | e5cc221918111bad5d8e8c59b1a47aff9e63695e (diff) | |
download | hercules-74c31098137aae3e0bfc962e4685a7050409df78.tar.gz hercules-74c31098137aae3e0bfc962e4685a7050409df78.tar.bz2 hercules-74c31098137aae3e0bfc962e4685a7050409df78.tar.xz hercules-74c31098137aae3e0bfc962e4685a7050409df78.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
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"; |