Browse Source

Enabled Ontouchnpc event in a rachel quest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12988 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 17 years ago
parent
commit
335f078bf8
2 changed files with 7 additions and 6 deletions
  1. 2 0
      npc/Changelog.txt
  2. 5 6
      npc/quests/quests_rachel.txt

+ 2 - 0
npc/Changelog.txt

@@ -1,5 +1,7 @@
 Date		Added
 ======
+2008/07/24
+	* Rev. 12988 Enabled Ontouchnpc event in a rachel quest. [L0ne_W0lf]
 2008/07/22
 	* Rev. 12984 Another small fix to Nameless island quest. [L0ne_W0lf]
 	* Rev. 12981 Getting around to fixing some script bug. [L0ne_W0lf]

+ 5 - 6
npc/quests/quests_rachel.txt

@@ -17,8 +17,6 @@
 //= - Variable in use: rach_vice (max 24)
 //= Ice Necklace Quest:
 //= - iRO uses a different sprite for Urstia, and no cutins.
-//= - Need command to change NPC sprite
-//= - Need Mosnter triggered "OnTouch" event. (OnTouchNPC)
 //= - Variable in use: ice_necklace_q (max 7)
 //= Sanctuary Quest:
 //= - Actually two quests in one. Donation and dungeon quest.
@@ -51,6 +49,7 @@
 //= 2.4 Updated Zhed's Thor Vol. Base addition dialog to iRO's. [L0ne_W0lf]
 //= 2.4a Further updates to Zhed's Veins addition. [L0ne_W0lf]
 //= 2.5 Added Nameless Island quest addition. [L0ne_W0lf]
+//= 2.6 Uncommented ontouchNPC label for Man Stuck in Ice. [L0ne_W0lf] 
 //============================================================ 
 
 // Lost Child Quest (Prerequisite to High Priest quest)
@@ -3239,10 +3238,10 @@ ice_dun02,120,105,3	script	Man Stuck in Ice#cave	924,5,5,{
 OnTouch:
 	end;
 
-//OnTouchNPC: 
-//	emotion e_ang;
-//	emotion e_gg,2; //Emote on monster
-//	end;
+OnTouchNPC: 
+	emotion e_an;
+	//emotion e_gg,1; //Emote on monster - unsupported
+	end;
 
 OnMyMobDead:
 	end;