Ehwaz 8 Posted March 20, 2015 (edited) Anyone can explain it ? Edited March 20, 2015 by Hirist Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted March 20, 2015 Not sure, maybe two files have different grf. Quote Share this post Link to post Share on other sites
0 Ehwaz 8 Posted March 20, 2015 Not sure, maybe two files have different grf. I'm logging dual-window, using same grf Quote Share this post Link to post Share on other sites
0 Tokeiburu 229 Posted March 20, 2015 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;} Quote Share this post Link to post Share on other sites
0 Garr 117 Posted March 20, 2015 (edited) 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 March 20, 2015 by Garr Quote Share this post Link to post Share on other sites
0 Skyline 23 Posted March 20, 2015 (edited) I have the same problem too. 20140205 Edited March 20, 2015 by Skyline Quote Share this post Link to post Share on other sites
0 Ehwaz 8 Posted March 20, 2015 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 Quote Share this post Link to post Share on other sites
0 milk 8 Posted March 21, 2015 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? Quote Share this post Link to post Share on other sites
0 Ehwaz 8 Posted March 21, 2015 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' Quote Share this post Link to post Share on other sites
Anyone can explain it ?
Edited by HiristShare this post
Link to post
Share on other sites