diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-02 23:31:51 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-02 23:31:51 +0000 |
commit | 4b83ab5aa37c6c61ae7bfe1e92d20894d00844d4 (patch) | |
tree | 8bd834a15368ca23f3d380121ce2b4d69828b23c /npc | |
parent | 05cb73e9caeddfb27729ad1d1652bb7bbfeba27e (diff) | |
download | hercules-4b83ab5aa37c6c61ae7bfe1e92d20894d00844d4.tar.gz hercules-4b83ab5aa37c6c61ae7bfe1e92d20894d00844d4.tar.bz2 hercules-4b83ab5aa37c6c61ae7bfe1e92d20894d00844d4.tar.xz hercules-4b83ab5aa37c6c61ae7bfe1e92d20894d00844d4.zip |
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
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 28 | ||||
-rw-r--r-- | npc/other/marriage.txt | 25 |
2 files changed, 17 insertions, 36 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 5fde29244..05a695d15 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,32 +1,8 @@ -Person Working On -====== -Lupus - * Looking for exploits, optimization, bugs hunt - * Adding new cards, checking/adding mobs/items - * EXP quests for Blacksmith, Merchant, Alchemist -erKURITA - * Warps maintainment -Evera - * Everything. - * Dungeon Teleport System NPCs. - * iRO information gathering. - * Kafra maintainment. - * Taking requests. -Musashiden - *Scripting iRO latest towns (warps, NPCs, ect.) - *iRO information gathering. -Playtester - * Monsters spawn, warps maintainment -KarLaeda - * Fixing bugs - * Adding new NPC - - -== Changelog == - Date Added ====== 2007/04/03 + * Removed the never-updated "who does what" header in this very file [DracoRPG] + * Got screenie of wedding NPC, made ours stick to it as much as possible [DracoRPG] * Small fix in Monk Quest [Playtester] * Officialized Kunai/Shuriken traders [Playtester] * Officialized Fuuma Shuriken quest and merged it to ninja_quests.txt [Playtester] 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?"; |