Tales Posted June 29, 2015 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Share Posted June 29, 2015 (edited) What? Are you tell me that i can have both gender in same account?https://github.com/rathena/rathena/blob/master/sql-files/upgrades/upgrade_20150619.sql ALTER TABLE `char` ADD COLUMN `sex` ENUM('M','F','U') NOT NULL default 'U'; @EDIT I find very interesting the idea of being able to have both genres on the same account, but with the 2014-08-07 version, it does not work. Edited June 29, 2015 by Tales Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted June 29, 2015 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted June 29, 2015 Per-Character Gender Feature: This feature allows individual characters to change sex. The character table now stores a sex flag which can be "M" for male, "F" for female, or "U" for undefined (default). When the value is undefined the account sex takes priority. Character sex can be changed from '@changecharsex <sex>' or the script command 'changecharsex <sex>'. These features require 20141022 or newer. Please report all bugs to the Issue Tracker! Ref: https://rathena.org/board/topic/102247-2014-client-support/ 1 Quote Link to comment Share on other sites More sharing options...
Tales Posted June 30, 2015 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Author Share Posted June 30, 2015 Yeah, i see it! Thanks!Where can i download the 2014 version? Quote Link to comment Share on other sites More sharing options...
Question
Tales
What? Are you tell me that i can have both gender in same account?
https://github.com/rathena/rathena/blob/master/sql-files/upgrades/upgrade_20150619.sql
@EDIT
I find very interesting the idea of being able to have both genres on the same account, but with the 2014-08-07 version, it does not work.
Edited by TalesLink to comment
Share on other sites
2 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.