Resolved How Can I Change the NPC Title Color?

<npc id="30003" name="Support Magician" title="Buffer">
<set name="displayId" value="30003"/>
dude....lets take this from start.
the parameter DisplayID is made for: when you want to make some npc LOOK LIKE SOME OTHER NPC, meaning that you are using ANOTHER npc as a template.....
you just used displayid on the same NPC, it does not work like this.

PLUS: with displayID the server overrides the client npcgrp, THATS WHY THERE IS NO TITLE
 
dude....lets take this from start.
the parameter DisplayID is made for: when you want to make some npc LOOK LIKE SOME OTHER NPC, meaning that you are using ANOTHER npc as a template.....
you just used displayid on the same NPC, it does not work like this.

PLUS: with displayID the server overrides the client npcgrp, THATS WHY THERE IS NO TITLE
I will just add this > If you like any NPC template get the line from the npcgrp copy paste and use new npcID after that in npcname add the same ID and choose any color for the title.
with this option <set name="displayId" value="30003"/> the title color will be always retail.
 
you can change only the title color of an npc.
you find or add npcs here NpcName_Classic-eu
their colors are made through reverse HEX
for server npcs with ID higher than 31000 you must use smaller numbers and place then on the list NpcName_Classic-eu accordingly
example like server buffer with id 40010 or gmshop with id 40013 -> first you change to something smaller ->then you add line with name and title in NpcName_Classic-eu


not true
I did as you said and it didn't work
 
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.
Сторона клиента или сторона сервера?
 
Back
Top