poanne Posted August 3, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 08/02/17 Last Seen: September 27, 2017 Share Posted August 3, 2017 Hi guys, I created an account (also checked DB) as Male. But when I create an account, it becomes female! And there's no @changesex command. I am new to this. My emulator is rAthena 2014-10-22 Quote Link to comment Share on other sites More sharing options...
0 poanne Posted August 4, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 08/02/17 Last Seen: September 27, 2017 Author Share Posted August 4, 2017 Triple posting to highlight fix for those who are searching: So I found out that the database is correct as suggested by Anacondaqq. So I checked the character creation code server side and found that there's a switch that allows users to create their sex. Apparently, I think it's mis-coded or just a bug in my Exe or whatever. Originally it checks if the user selected a gender and assigns it, else, it uses account gender. So I just defaulted it to ALWAYS use account gender. SOLVED. Thanks guys. tags: character creation bug all female, new character shows female, all characters female Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted August 3, 2017 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 19 hours ago Share Posted August 3, 2017 Try to use 20151104 exe version. Quote Link to comment Share on other sites More sharing options...
0 poanne Posted August 3, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 08/02/17 Last Seen: September 27, 2017 Author Share Posted August 3, 2017 Doesn't that have the new Race though? Doram I think? I do not want that if possible. Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted August 3, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: Yesterday at 07:50 PM Share Posted August 3, 2017 when you create account you choose male or female 2 hours ago, poanne said: And there's no @changesex command do you use the last rathena ? Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted August 3, 2017 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted August 3, 2017 (edited) Can you show AFTER creation your data in login table? SELECT * FROM `login` WHERE userid='YOUR_ACCOUNT_NAME' \G; and post it here (but do not forget to remove password from output before posting) Then, create another game account with different sex (for example female) and do query above too (but for a different account). This is required to understand, is at server-side function works fine or not (is data in database correct). If not, then need to check a code where the problem. If data correct -> need to check why it broken. Edited August 3, 2017 by Anacondaqq Quote Link to comment Share on other sites More sharing options...
0 poanne Posted August 4, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 08/02/17 Last Seen: September 27, 2017 Author Share Posted August 4, 2017 (edited) Hi guys! Thanks for all the replies. I'll try using another version of the Exe first. Will post here soon. Very soon. EDIT: Oh I can't delete? 5 hours ago, Anacondaqq said: Can you show AFTER creation your data in login table? SELECT * FROM `login` WHERE userid='YOUR_ACCOUNT_NAME' \G; and post it here (but do not forget to remove password from output before posting) Then, create another game account with different sex (for example female) and do query above too (but for a different account). This is required to understand, is at server-side function works fine or not (is data in database correct). If not, then need to check a code where the problem. If data correct -> need to check why it broken. Created two accounts paulotaku - M and paulotaku2 - F Created accounts for both and both showed up as male. Checked database and the Sex is correct (M for paulotaku; and F for paulotaku2) EDIT: I checked char table and all my characters were indeed FEMALE. I changed one character's gender to Male and it worked. So I'm guessing it has something to do with how "char creation" works. I'm trying to look the file that contains the char creation code. xD Edited August 4, 2017 by poanne Quote Link to comment Share on other sites More sharing options...
Question
poanne
Hi guys, I created an account (also checked DB) as Male.
But when I create an account, it becomes female!
And there's no @changesex command.
I am new to this.
My emulator is rAthena 2014-10-22
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.