From 3caa9006c553603e1d28278da4c83991ac87bc7f Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Thu, 25 Sep 2008 22:41:48 +0000 Subject: * Continues replacing of specialeffect/2 numerics with constants. - A lot of files still remain, but they don't have the proper effect names in commented in beside the ID. ;P git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13238 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/events/halloween_2006.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'npc/events/halloween_2006.txt') diff --git a/npc/events/halloween_2006.txt b/npc/events/halloween_2006.txt index 64fef4c0d..bbd84cc68 100644 --- a/npc/events/halloween_2006.txt +++ b/npc/events/halloween_2006.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Brainstorm //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.1 Refined Brainstorm's conversion. [L0ne_W0lf] //= 1.1a Minor fixes. (Screwed up weight checks somehow) [L0ne_W0lf] //= 1.2 Added missing checkweights. [L0ne_W0lf] +//= 1.3 Replaced effect numerics with constants. [L0ne_W0lf] //============================================================ // Pumpkin Mojo quest (Event 1) @@ -111,7 +112,7 @@ prontera,164,69,3 script Cool Devi#06_hw 738,{ mes "[Cool Devi]"; mes "says he."; next; - specialeffect 362; //EF_LEVEL99 + specialeffect EF_LEVEL99; mes "[Excited Jack]"; mes "Lalala~ lalala~"; mes " "; @@ -120,7 +121,7 @@ prontera,164,69,3 script Cool Devi#06_hw 738,{ delitem 5134,1; //Pumpkin_Hat getitem 5202,1; //Pumpkin_Hat_ next; - specialeffect 1; //EF_HIT2 + specialeffect EF_HIT2; mes "[Gloomy Jack]"; mes "My aura is not like it used to be. Maybe I need more Pumpkin Mojo."; mes " "; @@ -155,7 +156,7 @@ prontera,164,69,3 script Cool Devi#06_hw 738,{ mes "[Cool Devi]"; mes "says he."; next; - specialeffect 362; //EF_LEVEL99 + specialeffect EF_LEVEL99; mes "[Excited Jack]"; mes "Lalala~ lalala~"; mes " "; @@ -165,7 +166,7 @@ prontera,164,69,3 script Cool Devi#06_hw 738,{ delitem 2226, 1;//Cap getitem 5202, 1;//Pumpkin_Hat_ next; - specialeffect 1; //EF_HIT2 + specialeffect EF_HIT2; mes "[Gloomy Jack]"; mes "My aura is not like it used to be. Maybe I need more Pumpkin Mojo."; mes " "; @@ -307,9 +308,9 @@ geffen,145,132,3 script Hoirin#06_hw 729,{ mes "[Hoirin]"; mes "You are right!"; mes "You brought all things right. Give it to me!!"; - specialeffect2 1; //EF_HIT1 + specialeffect2 EF_HIT1; next; - specialeffect 148; //EF_PIERCESELF + specialeffect EF_PIERCESELF; mes "[Hoirin]"; mes "Abracadabra~~"; mes "Abracadabra~~!"; @@ -647,7 +648,7 @@ nif_fild01,167,113,3 script Masta's chicken#06_hw01 800,{ input @inputstr$; if( @inputstr$ == "Return" ) { emotion e_omg; - specialeffect 34; //EF_TELEPORTATION + specialeffect EF_TELEPORTATION; mes "The magic spell has been casted."; set halloween, 103; disablenpc "Masta's chicken#"+strnpcinfo(1); -- cgit v1.2.3-70-g09d2