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/lighthalzen.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/lighthalzen.txt')
-rw-r--r-- | npc/cities/lighthalzen.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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; } |