Feefty Posted November 25, 2012 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
Euphy Posted November 25, 2012 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
AnnieRuru Posted November 27, 2012 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
Brian Posted November 27, 2012 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
Feefty Posted November 28, 2012 Author 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
Brian Posted November 28, 2012 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
Feefty Posted November 28, 2012 Author 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
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.
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.