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/other/divorce.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/other/divorce.txt')
-rw-r--r-- | npc/other/divorce.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/other/divorce.txt b/npc/other/divorce.txt index 803428a75..e210e688b 100644 --- a/npc/other/divorce.txt +++ b/npc/other/divorce.txt @@ -4,7 +4,7 @@ //= Perkka, Scriptor, LightFighter //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -21,6 +21,7 @@ //= old married players divorcing, optimized, fixed a bug [Lupus] //= 1.3 Wedding variable 'wedding_sign' is now unset on divorce. [L0ne_W0lf] //= 1.4 Removed ifpartneron check, fixed typo in percentheal. [L0ne_W0lf] +//= 1.5 Replaced effect numerics with constants. [L0ne_W0lf] //============================================================ nif_in,190,112,5 script Deviruchi#divorce 738,{ @@ -192,8 +193,8 @@ nif_in,190,112,5 script Deviruchi#divorce 738,{ mes "being hopelessly married"; mes "^FF0000for the rest of your life.^000000"; next; - specialeffect 244; //EF_MAGICROD - specialeffect2 372; //EF_DEVIL + specialeffect EF_MAGICROD; + specialeffect2 EF_DEVIL; set wedding_sign,0; set zeny,zeny-2500000; percentheal -100,-100; |