Feefty Posted November 25, 2012 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 175 Reputation: 14 Joined: 11/21/11 Last Seen: April 18, 2020 Share Posted November 25, 2012 which table should i update to successfully change a character name? i tried changing the name row in char table and in guild member. but it's still buggy the name in guild is not updating. Thanks. Quote Link to comment Share on other sites More sharing options...
Euphy Posted November 25, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted November 25, 2012 The guild tables should sync with your char database when your mapserver connects to the charserver and unloads guild data - so you can't rename a character in a guild without restarting your server. 1 Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted November 27, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted November 27, 2012 http://www.eathena.ws/board/index.php?showtopic=272986 use this @Brian script http://www.eathena.ws/board/index.php?s=&showtopic=216929&view=findpost&p=1184299 Quote Link to comment Share on other sites More sharing options...
Brian Posted November 27, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted November 27, 2012 You can also use the client's built-in char rename button (I believe this properly updates their name in the guild table). namechange.txt (mirror of eAthena post #1184299) namechange2.txt - uses the client's Char Rename button namechange_charat.txt - like the first script, but also checks for allowed characters using charat Quote Link to comment Share on other sites More sharing options...
Feefty Posted November 28, 2012 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 175 Reputation: 14 Joined: 11/21/11 Last Seen: April 18, 2020 Author Share Posted November 28, 2012 You can also use the client's built-in char rename button (I believe this properly updates their name in the guild table). namechange.txt (mirror of eAthena post #1184299) namechange2.txt - uses the client's Char Rename button namechange_charat.txt - like the first script, but also checks for allowed characters using charat how does the client's built-in rename button works? Quote Link to comment Share on other sites More sharing options...
Brian Posted November 28, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted November 28, 2012 When a character's `rename` column in the `char` table is greater than 0, they can rename their character. at the Char Select screen, when you select that character, a new button Rename will appear click Rename and you can enter the new character name the server checks if the char name exists and also applies all char name restrictions (like when creating a new char) after you confirm, the server renames your character and decrements `rename` by 1 Quote Link to comment Share on other sites More sharing options...
Feefty Posted November 28, 2012 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 175 Reputation: 14 Joined: 11/21/11 Last Seen: April 18, 2020 Author Share Posted November 28, 2012 (edited) When a character's `rename` column in the `char` table is greater than 0, they can rename their character. at the Char Select screen, when you select that character, a new button Rename will appear click Rename and you can enter the new character name the server checks if the char name exists and also applies all char name restrictions (like when creating a new char) after you confirm, the server renames your character and decrements `rename` by 1 great, ill try this one Thanks Edited: there's no Rename button but there's an Add-Ons. im using 2012-04-10 up Edited November 28, 2012 by Feefty Quote Link to comment Share on other sites More sharing options...
Question
Feefty
which table should i update to successfully change a character name?
i tried changing the name row in char table and in guild member.
but it's still buggy the name in guild is not updating.
Thanks.
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.