Wrong Character Sex

Ehwaz

New member
Messages
97
Points
0
Anyone can explain it ?  
default_laugh.png


sdfsdfsdfsdfs_zpsnhazfr5k.jpg


 
Last edited by a moderator:
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 :

Code:
-	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;}
 
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.

 
Last edited by a moderator:
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

 
Back
Top