Vincent Posted September 21, 2013 Posted September 21, 2013 Hello, where in rathena can i find the NPC that cancel a marriage? Quote
Emistry Posted September 21, 2013 Posted September 21, 2013 prontera,155,181,5 script Sample 757,{ if( select( "YES","No" ) == 1 ){ if( divorce() == 1 ){ mes "Divorced."; }else{ mes "Failed"; } } close; } like this ? Quote
Vincent Posted September 22, 2013 Author Posted September 22, 2013 Yes, but as i know there is a official script?! Did rAthena has implemented it? Quote
Emistry Posted September 22, 2013 Posted September 22, 2013 this ? npc/other/marriage.txt#L859 but weird...i didnt saw any divorce command ... Quote
Capuche Posted September 22, 2013 Posted September 22, 2013 official script https://github.com/rathena/rathena/blob/master/npc/other/divorce.txt Quote
Question
Vincent
Hello,
where in rathena can i find the NPC that cancel a marriage?
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.