You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/changepetname (and the associated server side flag that should trigger the name change window), as well as questapi calls to trigger, would be useful for server owners to flag and enable players to manage name changes.
Packet sent from the client to server is OP_Unknown - 0x5dab -- The layout seems to mimic the /changename packet layout
EQUI_NameChangeMercWnd, EQUI_NameChangePetWnd and EQUI_NameChangeWnd are the UI elements
eq_str 4625 You have manually opened the pet name change window. If you are eligible for a pet name change, please enter your desired new pet name into the text field and click "Submit Name". NOTE: Changing your pet's name will change the current pet as well as all future pets.
and 4627 You are eligible for a pet name change! If you are ready to make the change now, please enter your desired new pet name into the text field and click "Submit Name". If you want to make the change later, just click "Remind Me Later", and this window will appear the next time you log in. Additionally, if you wish for this window to stop appearing altogether, simply click "Disable Reminder". You can also use the command "/changepetname" to manually open this window. NOTE: Changing your pet's name will change the current pet as well as all future pets.
Description
/changepetname (and the associated server side flag that should trigger the name change window), as well as questapi calls to trigger, would be useful for server owners to flag and enable players to manage name changes.
Packet sent from the client to server is OP_Unknown - 0x5dab -- The layout seems to mimic the /changename packet layout
4/15/2024 5:05:55 PM [OP_Unknown] [0x5dab] Size [134]
0: 54 72 75 73 74 73 70 65 - 74 6E 61 6D 65 00 00 00 | Trustspetname...
16: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
32: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
48: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
64: 54 72 75 73 74 00 00 00 - 00 00 00 00 00 00 00 00 | Trust...........
80: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
96: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
112: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
128: 00 00 00 00
You can see the desired pet name and the current player name.
Screenshots
Window manually opened.
Window manually opened and a request submitted.
The text was updated successfully, but these errors were encountered: