diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-25 22:41:48 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-25 22:41:48 +0000 |
commit | 3caa9006c553603e1d28278da4c83991ac87bc7f (patch) | |
tree | f7edf3cf98eabc634d3ec8883e662196d890a05c /npc/cities/jawaii.txt | |
parent | 786e158717dec493ff9dfa573220b1084a557953 (diff) | |
download | hercules-3caa9006c553603e1d28278da4c83991ac87bc7f.tar.gz hercules-3caa9006c553603e1d28278da4c83991ac87bc7f.tar.bz2 hercules-3caa9006c553603e1d28278da4c83991ac87bc7f.tar.xz hercules-3caa9006c553603e1d28278da4c83991ac87bc7f.zip |
* 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
Diffstat (limited to 'npc/cities/jawaii.txt')
-rw-r--r-- | npc/cities/jawaii.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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; |