diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-31 18:52:39 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-31 18:52:39 +0000 |
commit | 243405af6a72368e732566b2d9f50b7d5214251c (patch) | |
tree | 3e7836df1f738dbcd32d023158ec4ce6a0e3abf9 /npc/quests/eye_of_hellion.txt | |
parent | b607843c8eeba7599a6d6426815910b25b513d78 (diff) | |
download | hercules-243405af6a72368e732566b2d9f50b7d5214251c.tar.gz hercules-243405af6a72368e732566b2d9f50b7d5214251c.tar.bz2 hercules-243405af6a72368e732566b2d9f50b7d5214251c.tar.xz hercules-243405af6a72368e732566b2d9f50b7d5214251c.zip |
* Fixed Slotted Grand cross not enabling TU 3. (bugreport:1563)
* Fixed assassin robe set checking for the wrong item. (bugreport:1576)
* Fixed bug in eye of hellion quests (bugreport:1581)
* Fixed the position of one of the Splendid (spl) warps. (Bugreport:1585)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12750 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/eye_of_hellion.txt')
-rw-r--r-- | npc/quests/eye_of_hellion.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/eye_of_hellion.txt b/npc/quests/eye_of_hellion.txt index 7cb76b69c..49adbaaf0 100644 --- a/npc/quests/eye_of_hellion.txt +++ b/npc/quests/eye_of_hellion.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= MasterOfMuppets //===== Current Version: ===================================== -//= 1.6 +//= 1.7 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -18,6 +18,7 @@ //= Tracking variable is not backwards compatable meaning //= you can again repeat this quest from the start. //= 1.6 Fixed issue with #prt_key-1-1. [L0ne_W0lf] +//= 1.7 Corrected reminants from aegis conversion. [L0en_w0lf] //============================================================ morocc_in,116,101,3 script Old Scholar Tyus#hellion 735,3,3,{ @@ -665,8 +666,7 @@ morocc_in,116,101,3 script Old Scholar Tyus#hellion 735,3,3,{ mes "You still have the Hellion's Eye."; mes "I can see the pain in your eyes."; mes "Let me lighten your burden. It will be better this way."; - set eyes,v[Eye_Of_Hellion]; - delitem 7337,eyes; //Eye_Of_Hellion + delitem 7337,countitem(7337); //Eye_Of_Hellion next; mes "[Sir Chilias'Tyus]"; mes "May God bless you."; @@ -1143,7 +1143,7 @@ OnTouch: mes "didn't get it:^4D4DFF 3847147298^000000."; mes "Don't forget it, adventurer."; next; - mes "["+ name +"]"; + mes "["+ strcharinfo(0) +"]"; mes "Wait... What does"; mes "this all mean? Won't"; mes "you tell me more?"; @@ -1159,7 +1159,7 @@ OnTouch: else if (HELLIONQ == 41) set HELLIONQ,43; next; - mes "["+ name +"]"; + mes "["+ strcharinfo(0) +"]"; mes "Holy cow..."; mes "This is all"; mes "really cloak and"; |