I did that, but nothing changed. I don’t know why .it on npcname nickColor
if you using legacy you need the npcname if you using the classic then you need the npcname_classicI did that, but nothing changed. I don’t know why .
Maybe I need to change the NpcName file and not the NpcName_Classic?
@WhiteMonge
I have tried everything, but the title color doesn’t change for certain NPCs on the server. I have modified both files, but nothing works. Is there any other way?if you using legacy you need the npcname if you using the classic then you need the npcname_classic
Fixed !!!I have tried everything, but the title color doesn’t change for certain NPCs on the server. I have modified both files, but nothing works. Is there any other way?
Yes, I tried, but I didn’t succeed. I used the NPCs that the server has, and the ones whose appearance I changed wouldn’t change their title.Did you manage to also change title color for custom npc(servermanager, npc buffer, class manager, etc) that is not listed on npcname client files?
not trueif it's wearing any weapon or shield (it' block's the npc title color and forces it to be white)
first: try to add your npcname and title color in npcname-classic.datDid you manage to also change title color for custom npc(servermanager, npc buffer, class manager, etc) that is not listed on npcname client files?
solvedfirst: try to add your npcname and title color in npcname-classic.dat
second: look in the xml of this npc if it's wearing any weapon or shield (it' block's the npc title color and forces it to be white)
done.
conseguiu resolver mesmo?solved
of course, for everyone who still struggle with this, it was the color code format order, for example it's not RR GG BB, but BB RR GG, so for FFFFCC you should write FFCCFF, thumb up for me, cmon.Did you really manage to solve it?
If I remember correctly there is a config parameter for this - it asks you if you want to read names from server or client side. Can't remember which .properties file.Why is it taking the NPC name from the .xml (server) instead of from the client?
If I remember correctly there is a config parameter for this - it asks you if you want to read names from server or client side. Can't remember which .properties file.
does your npc have this:I enabled it in the config, but it still takes it from the server and not the client.
# Можно использовать имя и/или титул NPC установленный в бд сервера вместо клиентского
# По умолчанию выключено и используются клиентские
ServerSideNpcName = False
ServerSideNpcTitle = False
ServerSideMonsterTitleLvl = False
AgroMonsterNameRed = False
<npc id="30003" name="Support Magician" title="Buffer">does your npc have this:
<set name="displayId" value="40013"/> "some NPCid"
?!?!