Skip to content

AGENT_CHARACTER_SELECTION_RENAME

DummkopfOfHachtenduden edited this page Aug 21, 2016 · 1 revision

REQUEST

0x7450 - CLIENT_AGENT_CHARACTER_SELECTION_RENAME_REQUEST

1	byte	renameAction
if(renameAction == CharacterSelectionRenameAction.CharacterRename ||
   renameAction == CharacterSelectionRenameAction.GuildRename)
{
	2	ushort	curName.Length
	*	string	curName
	2	ushort	newName.Length
	*	string	newName
}
else if(renameAction == CharacterSelectionRenameAction.GuildNameCheck)
{
	2	ushort	Name.Length
	*	string	Name
}

RESPONSE

`0xB450 - SERVER_AGENT_CHARACTER_SELECTION_RENAME_RESPONSE``

1	byte	renameAction
1	byte	result
if(result == 0x02)
{
	2	ushort	errorCode	//errorCode depending on CharacterRename or GuildRename
}

See also:

Clone this wiki locally