Jump to content
  • 0

Making Job Unable to Change Sex even edited in DB


Lordamax

Question


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.02
  • Content Count:  328
  • Reputation:   13
  • Joined:  11/27/11
  • Last Seen:  

How do i make that to the source? on a specific job?

Edited by Lordamax
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.02
  • Content Count:  328
  • Reputation:   13
  • Joined:  11/27/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  210
  • Reputation:   10
  • Joined:  11/20/11
  • Last Seen:  

^ lol, you sir made my day.

Dancer is a female version of bard.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.02
  • Content Count:  328
  • Reputation:   13
  • Joined:  11/27/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  02/20/12
  • Last Seen:  

i think a private server did that! they don't allow sex change from gypsy to clown vice versa.

Edited by Sederi
Link to comment
Share on other sites

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.

×
×
  • Create New...