diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-27 16:05:45 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-27 16:05:45 +0000 |
commit | 08cdaa3158b17b839c841fb175bbeffbe186547c (patch) | |
tree | 8fd1d785689949a21bfe3822e30ca0bea3210907 /npc/other/divorce.txt | |
parent | ca5e2e961593750b351f5814abc74731e7fa3387 (diff) | |
download | hercules-08cdaa3158b17b839c841fb175bbeffbe186547c.tar.gz hercules-08cdaa3158b17b839c841fb175bbeffbe186547c.tar.bz2 hercules-08cdaa3158b17b839c841fb175bbeffbe186547c.tar.xz hercules-08cdaa3158b17b839c841fb175bbeffbe186547c.zip |
Small update to divorce NPC.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11590 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/divorce.txt')
-rw-r--r-- | npc/other/divorce.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/other/divorce.txt b/npc/other/divorce.txt index d726ee38a..fc6a2aea5 100644 --- a/npc/other/divorce.txt +++ b/npc/other/divorce.txt @@ -4,7 +4,7 @@ //= Perkka, Scriptor, LightFighter //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2a +//= 1.3 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -19,6 +19,7 @@ //= 1.2 Updated to Aegis 10.3 standards. [L0ne_W0lf] //= 1.2a Commented out check of 'wedding_sign' to let //= old married players divorcing, optimized, fixed a bug [Lupus] +//= 1.3 Wedding variable 'wedding_sign' is now unset on divorce. [L0ne_W0lf] //============================================================ nif_in,190,112,5 script Deviruchi#divorce 738,{ @@ -193,6 +194,7 @@ nif_in,190,112,5 script Deviruchi#divorce 738,{ next; specialeffect 244; //EF_MAGICROD specialeffect2 372; //EF_DEVIL + set wedding_sign,0; set zeny,zeny-2500000; percentheal -100,100; divorce; |