Jump to content
  • 0

R> Same-sex Marriage on Official Marriage NPC


Question

Posted (edited)

Hi Everyone, I know that there is an existing custom script on "npc/custom/etc/marriage.txt" but the way it behaves and the official one is very different.  I like the official NPC since it's very simple and there's pretty much no delay in the ceremony.  I am requesting someone to enable same-sex marriage on the official NPC please.  Link to official marriage NPC: https://github.com/rathena/rathena/blob/master/npc/other/marriage.txt .

Thank you very much in advance.

Edited by Pink Guy

1 answer to this question

Recommended Posts

  • 0
Posted

Just replace all the 

Sex == SEX_FEMALE and 
Sex == SEX_MALE

That you can find in script with:

(Sex == SEX_MALE || Sex == SEX_FEMALE)

And you will need to change the validations of wedding dress and tuxedo too:

(countitem(2338) || countitem(7170))

 

Something like that

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...