Jump to content
  • 0

Rename Button


Mystery

Question


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Which newer clients have the Rename button option? I have a 2011-02-30 client and I've found NPCs for Namechanges, implemented them, tested them, and then when i went to the char selection window, I don't get a Rename option for the character/account o_O.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Development Manager
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  732
  • Reputation:   525
  • Joined:  12/13/11
  • Last Seen:  

I think 2009 and up support name changes via the client? All you have to do is make a NPC and have it use an update query.

Example:

query_sql "UPDATE `char` SET `rename` = `rename` + 1 WHERE `char_id` = "+ getcharid(0) +"";

As long as the value is more than 0 the rename button will show up in the character selection screen.

Edited by Aleos
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Hm, alright, I'll try this then.

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...