Jump to content
  • 0

Character Creation Bug - all Female


poanne

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/02/17
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/02/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  929
  • Reputation:   170
  • Joined:  04/05/13
  • Last Seen:  

Try to use 20151104 exe version.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/02/17
  • Last Seen:  

Doesn't that have the new Race though? Doram I think? I do not want that if possible. :(

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1678
  • Reputation:   704
  • Joined:  12/21/14
  • Last Seen:  

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 ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  

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 by Anacondaqq
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/02/17
  • Last Seen:  

Hi guys! Thanks for all the replies.

I'll try using another version of the Exe first. Will post here soon. :D 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 by poanne
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...