Jump to content
  • 0

nickname change


Feefty

Question


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  175
  • Reputation:   14
  • Joined:  11/21/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

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.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

You can also use the client's built-in char rename button (I believe this properly updates their name in the guild table).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  175
  • Reputation:   14
  • Joined:  11/21/11
  • Last Seen:  

You can also use the client's built-in char rename button (I believe this properly updates their name in the guild table).

how does the client's built-in rename button works?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

When a character's `rename` column in the `char` table is greater than 0, they can rename their character.

  1. at the Char Select screen, when you select that character, a new button Rename will appear
  2. click Rename and you can enter the new character name
  3. the server checks if the char name exists and also applies all char name restrictions (like when creating a new char)
  4. after you confirm, the server renames your character and decrements `rename` by 1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  175
  • Reputation:   14
  • Joined:  11/21/11
  • Last Seen:  

When a character's `rename` column in the `char` table is greater than 0, they can rename their character.

  1. at the Char Select screen, when you select that character, a new button Rename will appear
  2. click Rename and you can enter the new character name
  3. the server checks if the char name exists and also applies all char name restrictions (like when creating a new char)
  4. 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 by Feefty
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...