From 243405af6a72368e732566b2d9f50b7d5214251c Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sat, 31 May 2008 18:52:39 +0000 Subject: * 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 --- npc/quests/eye_of_hellion.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 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"; -- cgit v1.2.3-60-g2f50