Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename: playername not update. #1793

Open
ElVara97 opened this issue Oct 27, 2024 · 1 comment
Open

Rename: playername not update. #1793

ElVara97 opened this issue Oct 27, 2024 · 1 comment

Comments

@ElVara97
Copy link

Hi!, I am trying to hide the player account in a disguise system, via NWNX_Rename_SetPCNameOverride, using iPlayerNameState OVERRIDE. When I use it in Mod Enter, yes all players in the attempt to send a private, yes they see that the player name is the same as the modified name. However, if I apply the change once the player is playing, it does change the PJ name, but does not update the player name, unless you share a group with the person “disguising” or are in the same area.

I use this specifically: NWNX_Rename_SetPCNameOverride(oTarget, sName, “” , “” , NWNX_RENAME_PLAYERNAME_OVERRIDE);

For some reason the change if not made in the Mod Enter is only global for the name of the PJ, the player name is kept with the same name that was used in the Mod Enter, although the name of the PJ changes. To tag onto this, there is also an issue with that NWNX_Rename that if someons is possessing a familiar and they talk, and someone clicks the portrait of the familiar to send a TELL, they can see the players real username as well.

@ElVara97 ElVara97 changed the title Rename playername not update. Rename: playername not update. Oct 27, 2024
@ElVara97
Copy link
Author

Hi, I resubmit to ask, if adding a fix that allows to update the player name globally, as the function does with the PJ name, would be possible. Because the function does globally change the PJ name, even if it is not applied in the mod enter script, but for some reason, it does not work the same with the player name. I'm sorry if I seem insistent, I know this is an unpaid job, but it is extremely urgent, I hope I know how to fix it myself T.T.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant