Jump to content
  • 0
Ehwaz

Wrong Character Sex

Question

8 answers to this question

Recommended Posts

  • 0

It's a bug with the @changesex command : http://herc.ws/board/tracker/issue-8504-changesex/?gopid=24468#entry24468 . Basically, if you use @changesex, only you will see the change, it won't show for others. I believe it's a new feature for per char based gender? Either way, you have to update the 'sex' field in the char table :

 

-	script	change_sex_command	-1,{OnInit:	bindatcmd "changesex",strnpcinfo(3)+"::OnAtcommand";	end;OnAtcommand:	query_sql("UPDATE `char` SET `sex`='"+((Gender + 1) % 2)+"' WHERE `account_id` = '"+getcharid(3)+"'");	atcommand "@changesex";	end;}

 

Share this post


Link to post
Share on other sites
  • 0

I remember reading about such an issue in old clients. It was somewhere in the bug tracker...

Anyway, if you'll post what date your client is, I think someone might help you out faster.

Edited by Garr

Share this post


Link to post
Share on other sites
  • 0

I remember reading about such an issue in old clients. It was somewhere in the bug tracker...

Anyway, if you'll post what date your client is, I think someone might help you out faster.

My client is : 20140115

Share this post


Link to post
Share on other sites
  • 0

 

I remember reading about such an issue in old clients. It was somewhere in the bug tracker...

Anyway, if you'll post what date your client is, I think someone might help you out faster.

My client is : 20140115

Can you check sex values in `login` and `char` table?

Share this post


Link to post
Share on other sites
  • 0

 

 

I remember reading about such an issue in old clients. It was somewhere in the bug tracker...

Anyway, if you'll post what date your client is, I think someone might help you out faster.

My client is : 20140115

Can you check sex values in `login` and `char` table?

 

All is 'M'

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.