Add old message in wedding

Because Adoption System from clicking right button is not usable by a recent date, there is an opportunity to use this script.

2l91w8w.jpg

http://rathena.org/board/topic/99601-c-will-o-wisp-no-effect/#entry275877

Excerpt from kRO official

2012-12-23

캐릭터입양이 안되는 현상

Bug that adoption of character is lost.
Update of specification of server side. However, does not the client side correspond?

2012-12-30

캐릭터입양이 안되던 현상이 수정됩니다.

Correcting the bug which cannot adopt the character.
The client side is updated according to the update of the server side?

 
Last edited by a moderator:
I think you can add it on this line

mes "[Vomars]"; mes "Young lovers, please"; mes "remember this moment for"; mes "the rest of your lives. May your future be blessed with peace"; mes "and joy. May the love you share"; mes "grow with each passing day.";
and insert the announce you want

mes "[Vomars]"; mes "Young lovers, please"; mes "remember this moment for"; mes "the rest of your lives. May your future be blessed with peace"; mes "and joy. May the love you share"; mes "grow with each passing day."; announce "The Wedding of "+$@wed_groom$+" and "+$@wed_bride$+", will now be held at Prontera Church.",5;
not tested.

 
Last edited by a moderator:
I think you can add it on this line

mes "[Vomars]"; mes "Young lovers, please"; mes "remember this moment for"; mes "the rest of your lives. May your future be blessed with peace"; mes "and joy. May the love you share"; mes "grow with each passing day.";
and insert the announce you want

mes "[Vomars]"; mes "Young lovers, please"; mes "remember this moment for"; mes "the rest of your lives. May your future be blessed with peace"; mes "and joy. May the love you share"; mes "grow with each passing day."; announce "The Wedding of "+$@wed_groom" and "+$@wed_bride", will now be held at Prontera Church.",5;
not tested.
It did not work, I think the "+$@wed_groom$+" and "+$@wed_bride" are outdated
default_sad.png


 
I think you can add it on this line

mes "[Vomars]"; mes "Young lovers, please"; mes "remember this moment for"; mes "the rest of your lives. May your future be blessed with peace"; mes "and joy. May the love you share"; mes "grow with each passing day.";and insert the announce you want
Code:
							mes "[Vomars]";							mes "Young lovers, please";							mes "remember this moment for";							mes "the rest of your lives. May your future be blessed with peace";							mes "and joy. May the love you share";							mes "grow with each passing day.";                                                        announce "The Wedding of "+$@wed_groom" and "+$@wed_bride", will now be held at Prontera Church.",5;
not tested.
 It did not work, I think the "+$@wed_groom$+" and "+$@wed_bride" are outdated
default_sad.png
try this..,find

delitem 2613,1; //Diamond_Ring wedding_sign = 1;
and add after

Code:
			setd( (Sex? "$groom$" : "$bride$"), strcharinfo(0));			if(!getmapxy(.@m$,.@x,.@y,0,(Sex ? $bride$: $groom$))) {				announce "The Wedding of "+$groom$+" and "+$bride$+", will now be held at Prontera Church.", bc_all;				$bride$ = $groom$ = "";			}
 
Last edited by a moderator:
Back
Top