From 4b83ab5aa37c6c61ae7bfe1e92d20894d00844d4 Mon Sep 17 00:00:00 2001 From: DracoRPG Date: Mon, 2 Apr 2007 23:31:51 +0000 Subject: Spring cleaning in sql-files/ Officialized a very small bit of the wedding NPC git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10133 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/marriage.txt | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'npc/other') diff --git a/npc/other/marriage.txt b/npc/other/marriage.txt index 557fee3a3..2cf1e91ef 100644 --- a/npc/other/marriage.txt +++ b/npc/other/marriage.txt @@ -7,7 +7,7 @@ //=====By================================================ // AppleGirl and Evera(version 1.0) //=====Current Version=================================== -// 2.8 +// 2.9 //=====Compatible With:================================== // eAthena Version SVN-R8637 and up; RO Episode 6+ //=====Description======================================= @@ -15,8 +15,8 @@ //=====Additional Comments:============================== // Lesbian and Gay Weddings by ShadowLady (version 1.1) // Complete Rewrite by Skotlex (version 2.0->2.8) +// 2.9 : Somewhat iRO-official NPC names [DracoRPG] //======================================================= -// // Configuration Variables: - script marriage_init -1,{ @@ -57,9 +57,9 @@ OnInit: // $@divorcer$ name of the person who requested divorce // $@divorcee id of the partner, who has to accept the divorce and pay. -//The Priest -prt_church,100,123,4 script Frederick Second 60,{ - set @name$,"Frederick Second"; +//The Priest - official iRO sprite & in-dialog name (on-map name not confirmed) +prt_church,100,123,4 script Vomars 60,{ + set @name$,"Vomars"; function SF_wed_end; function SF_equip_check; @@ -77,11 +77,16 @@ prt_church,100,123,4 script Frederick Second 60,{ mes "You have my blessings, have a wonderful married life."; close; } - if ($wed_progress == 0) { + if ($wed_progress == 0) { // Official iRO dialog mes "["+@name$+"]"; - mes "Hello child. How is life treating you?"; + mes "You must apply for"; + mes "marriage with Happy Marry"; + mes "before you can get married."; + mes "Happy Marry will let you know"; + mes "what else you'll need to do"; + mes "to prepare for marriage"; close; - } + } // End official iRO dialog if (strcharinfo(0) == $wed_groom$) { SF_Groom(); @@ -434,8 +439,8 @@ OnInit: } //Registration & Status -prt_church,106,99,3 script Sister Mary 67,{ - set @name$,"Mary"; +prt_church,106,99,3 script Happy Marry 67,{ + set @name$,"Marry"; if (getpartnerid() > 0) { mes "["+@name$+"]"; mes "Isn't marriage beautiful?"; -- cgit v1.2.3-60-g2f50