Alexandria 53 Posted December 18, 2014 Hello there, I would like to add the follow message in my current marriage script: announce "The Wedding of "+$groom$+" and "+$bride$+", will now be held at Prontera Church.",5; https://github.com/HerculesWS/Hercules/blob/master/npc/other/marriage.txt Thanks! 1 Lilystar reacted to this Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted December 21, 2014 (edited) 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 try this..,find delitem 2613,1; //Diamond_Ring wedding_sign = 1; and add after 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$ = ""; } Edited December 21, 2014 by Angelmelody 1 Alexandria reacted to this Quote Share this post Link to post Share on other sites
0 Lilystar 42 Posted December 18, 2014 (edited) Because Adoption System from clicking right button is not usable by a recent date, there is an opportunity to use this script. 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? Edited December 18, 2014 by Lilystar 1 Alexandria reacted to this Quote Share this post Link to post Share on other sites
0 Radian 9 Posted December 18, 2014 (edited) 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. Edited December 18, 2014 by Radian Quote Share this post Link to post Share on other sites
0 Alexandria 53 Posted December 21, 2014 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 Quote Share this post Link to post Share on other sites
0 Alexandria 53 Posted December 21, 2014 Thank you Angelmelody! Quote Share this post Link to post Share on other sites
Hello there,
I would like to add the follow message in my current marriage script:
https://github.com/HerculesWS/Hercules/blob/master/npc/other/marriage.txt
Thanks!
Share this post
Link to post
Share on other sites