Просмотр исходного кода

Small update to divorce NPC.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11590 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 17 лет назад
Родитель
Сommit
87d691abcc
2 измененных файлов с 5 добавлено и 1 удалено
  1. 2 0
      npc/Changelog.txt
  2. 3 1
      npc/other/divorce.txt

+ 2 - 0
npc/Changelog.txt

@@ -1,5 +1,7 @@
 Date		Added
 ======
+2007/10/27
+	* Rev. 11590 Small update to divorce NPC. [L0ne_W0lf] 
 2007/10/25
 	* Rev. 11577 More minor updates to a couple NPCs. [L0ne_W0lf]
 	* Rev. 11576 Minor updates the Juperos Elevator NPCs. [L0ne_W0lf]

+ 3 - 1
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;