Jump to content
  • 0

Making Job Unable to Change Sex even edited in DB


Question

6 answers to this question

Recommended Posts

Posted

have a sex changer here! when i'm trying to change my sex through an npc! my bard there becomds dancer :(

Instead of a source edit, you can just add a check in the script.

if ((eaclass() & EAJ_UPPERMASK) == EAJ_BARDDANCER) {
mes "Sorry, " + jobname(Class) + "s are not allowed to change sex.";
} else {
// proceed with sex change

}
close;

Posted

have a sex changer here! when i'm trying to change my sex through an npc! my bard there becomds dancer :)

Instead of a source edit, you can just add a check in the script.

if ((eaclass() & EAJ_UPPERMASK) == EAJ_BARDDANCER) {
mes "Sorry, " + jobname(Class) + " are not allowed to change sex.";
} else {
// proceed with sex change

}
close;

Thanks :)

^ lol, you sir made my day.

Dancer is a female version of bard.

LOL what's the point

Just asking here :) I'm sorry about that... my friend again played a joke on me about the change sex thing haahha! my bad :( i was trolled :P

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...