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/cities/jawaii.txt | 9 +++++---- npc/cities/lighthalzen.txt | 5 +++-- npc/cities/rachel.txt | 5 +++-- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'npc/cities') diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt index 1557d3a4c..b4d322023 100644 --- a/npc/cities/jawaii.txt +++ b/npc/cities/jawaii.txt @@ -5,7 +5,7 @@ //= DNett123 (1.1 - 1.5) //= L0ne_w0lf //===== Current Version: ===================================== -//= 3.4 +//= 3.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -33,6 +33,7 @@ //= 3.3 Just a small fix up on the Bartender. [L0ne_W0lf] //= 3.3a Just a little typo error. [Samuray22] //= 3.4 Added missing checkweights. [L0ne_W0lf] +//= 3.5 Replaced effect numerics with constants. [L0ne_W0lf] //============================================================ // Jawaii @@ -914,7 +915,7 @@ jawaii_in,28,124,0 script Bartender#jaw 46,{ mes "throat is burning."; next; mes "^3355FFYou gulped it down.^000000"; - specialeffect2 124; //EF_VENOMDUST + specialeffect2 EF_VENOMDUST; percentheal -20,0; next; break; @@ -936,7 +937,7 @@ jawaii_in,28,124,0 script Bartender#jaw 46,{ mes "^3355FFYou drank it sip by sip,"; mes "savoring its rich,"; mes "robust flavor.^000000"; - specialeffect2 118; //EF_FIREIVY + specialeffect2 EF_FIREIVY; percentheal -20,0; next; break; @@ -960,7 +961,7 @@ jawaii_in,28,124,0 script Bartender#jaw 46,{ mes "Lick the sugar before taking a sip. That will make it taste a little sweeter and will soften the taste."; next; mes "^3355FFYou carefully took a sip.^000000"; - specialeffect2 38; //EF_DECAGILITY + specialeffect2 EF_DECAGILITY; percentheal -20,0; next; break; diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt index 49aa3b42b..8cffecf45 100644 --- a/npc/cities/lighthalzen.txt +++ b/npc/cities/lighthalzen.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= erKURITA, Au{R}oN (Translated by Alan), $ephiroth //===== Current Version: ===================================== -//= 1.7b +//= 1.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -37,6 +37,7 @@ //= Corrected Lucius so he checks the donation variable. (bugreport:1103) [L0ne_W0lf] //= 1.7a Another fix to Lucius. (bugreport:1118) [L0ne_W0lf] //= 1.7b Another fix to Lucius (trivial). (bugreport:1125) +//= 1.8 Replaced effect numerics with constants. [L0ne_W0lf] //============================================================= lighthalzen,198,285,5 script Jiwon#zen5 862,{ @@ -2285,7 +2286,7 @@ lhz_in01,166,55,3 script #crazy4u 111,{ mes "happen to touch contains"; mes "an amazing amount of dark"; mes "power, causing you to drop it.^000000"; - specialeffect 196; //"#crazy4u" EF_CURSEATTACK + specialeffect EF_CURSEATTACK; close; } diff --git a/npc/cities/rachel.txt b/npc/cities/rachel.txt index 23d44a109..8a922a93d 100644 --- a/npc/cities/rachel.txt +++ b/npc/cities/rachel.txt @@ -4,7 +4,7 @@ //= First Version: Tsuyuki and Harp //= iRO Version: L0ne_W0lf //===== Current Version: ===================================== -//= 0.8 +//= 0.9 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -16,6 +16,7 @@ //= 0.6 Removed Inn Keeper (it's in inn.txt), name duplicates [Lupus] //= 0.7 Total update of most if not all NPCs. [L0ne_W0lf] //= 0.8 Updated "Frozen Boy" dialog. (euRO) [L0ne_W0lf] +//= 0.9 Replaced effect numerics with constants. [L0ne_W0lf] //============================================================ //===== Set 1 ================================================ @@ -291,7 +292,7 @@ rachel,206,30,3 script Freya's Priest#play 920,{ mes "^3355FFYou told her the first"; mes "funny story that you"; mes "could think of.^000000"; - specialeffect2 295; //EF_TALK_FROSTJOKE + specialeffect2 EF_TALK_FROSTJOKE; next; mes "[Freya's Priest]"; mes "That's supposed to"; -- cgit v1.2.3-70-g09d2