summaryrefslogtreecommitdiff
path: root/npc/other/divorce.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/other/divorce.txt')
-rw-r--r--npc/other/divorce.txt34
1 files changed, 17 insertions, 17 deletions
diff --git a/npc/other/divorce.txt b/npc/other/divorce.txt
index 1511a68b2..c95589d74 100644
--- a/npc/other/divorce.txt
+++ b/npc/other/divorce.txt
@@ -1,28 +1,28 @@
-//===== Hercules Script ======================================
+//===== Hercules Script ======================================
//= Divorcing Deviruchi
-//===== By: ==================================================
+//===== By: ==================================================
//= Perkka, Scriptor, LightFighter
//= L0ne_W0lf
-//===== Current Version: =====================================
+//===== Current Version: =====================================
//= 1.5
-//===== Description: =========================================
-//= [Aegis Conversion]
+//===== Description: =========================================
+//= [Official Conversion]
//= Official Divorce script.
//= Added isloggedin() check, even though Aegis doesn't do it;
//= should be able to divorce even when the spouse is not online.
-//===== Additional Comments: =================================
+//===== Additional Comments: =================================
//= Both players should be online to get divorced
//= Fixed menu [Lupus]
//= 1.1 Added check if the patner's online, added effects [Lupus]
//= 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]
+//= 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,{
+nif_in,190,112,5 script Deviruchi#divorce 4_DEVIRUCHI,{
mes "[Deviruchi]";
// if (wedding_sign == 0) {
// mes "Heh heh...";
@@ -38,11 +38,11 @@ nif_in,190,112,5 script Deviruchi#divorce 738,{
// mes "popular nowadays, heh heh~";
// close;
// }
-// else
- if (!getpartnerid()) {
+// else
+ if (!getpartnerid()) {
mes "Bwah hah hah~!";
mes "That look in your eyes~!";
- if (sex) {
+ if (Sex) {
mes "Those are definitely the eyes";
mes "of a lonely male bachelor.";
mes "I'm almost 100 percent sure";
@@ -74,7 +74,7 @@ nif_in,190,112,5 script Deviruchi#divorce 738,{
mes "I sense that you carry a";
mes "tiresome burden...";
mes "If I'm not wrong, you're";
- if (sex)
+ if (Sex)
mes "a married man, aren't you?";
else
mes "a married woman, aren't you?";
@@ -97,7 +97,7 @@ nif_in,190,112,5 script Deviruchi#divorce 738,{
mes "At the end of the day, you and";
mes "your partner fight, and you feel";
mes "totally totally miserable.";
- if (sex)
+ if (Sex)
mes "...all because of HER.";
else
mes "...all because of HIM.";
@@ -121,7 +121,7 @@ nif_in,190,112,5 script Deviruchi#divorce 738,{
mes "[Deviruchi]";
mes "*whispers*";
mes "^555555It's not like you're breaking^000000";
- if (sex) {
+ if (Sex) {
mes "^555555any promises, and it's not";
mes "like your wife will care if she";
mes "doesn't know... Don't you";
@@ -169,7 +169,7 @@ nif_in,190,112,5 script Deviruchi#divorce 738,{
mes "[Deviruchi]";
mes "I understand. But if you think";
mes "about anything, think about";
- if (sex) {
+ if (Sex) {
mes "your wife's nagging, and";
mes "how great it would be to";
mes "finally free yourself of the";
@@ -194,7 +194,7 @@ nif_in,190,112,5 script Deviruchi#divorce 738,{
specialeffect EF_MAGICROD;
specialeffect2 EF_DEVIL;
set wedding_sign,0;
- set zeny,zeny-2500000;
+ Zeny -= 2500000;
percentheal -100,-100;
divorce;
mes "[Deviruchi]";