-
Posts
737 -
Credits
0 -
Joined
-
Last visited
-
Days Won
4 -
Feedback
0%
Community Answers
-
DnR's post in NPC Name not showing - broadcastNpcSay was marked as the answer
This issue occurs due to missing client support for your custom ID.
It's usually not recommended for NPCs but you can have a try with CreatureSay packet. You'll also avoid modifying client this way, since it accepts character name directly, instead of ID.
If you still prefer doing it with NpcSay, try adding a new record for it in npcgrp.dat too (npmname would definitely not be enough).