ClimaxUke Posted August 23, 2017 Share Posted August 23, 2017 It would be possible not to display the name of a NPC ? Link to comment Share on other sites More sharing options...
0 jcsnider Posted August 23, 2017 Share Posted August 23, 2017 If you want to hide ALL Npc names you can open Server/Resources/Colors.xml and set the alpha values of the following to 0 (transparent/non visible) Â <AgressiveNpcName>argb(255,255,40,0)</AgressiveNpcName> Â <AgressiveNpcNameBorder>argb(255,0,0,0)</AgressiveNpcNameBorder> Â <AgressiveNpcNameBackground>argb(180,0,0,0)</AgressiveNpcNameBackground> Â <AttackWhenAttackedName>argb(255,255,255,255)</AttackWhenAttackedName> Â <AttackWhenAttackedNameBorder>argb(255,0,0,0)</AttackWhenAttackedNameBorder> Â <AttackWhenAttackedNameBackground>argb(180,0,0,0)</AttackWhenAttackedNameBackground> Â <AttackOnSightName>argb(255,255,200,0)</AttackOnSightName> Â <AttackOnSightNameBorder>argb(255,0,0,0)</AttackOnSightNameBorder> Â <AttackOnSightNameBackground>argb(180,0,0,0)</AttackOnSightNameBackground> Â <NeutralName>argb(255,100,230,100)</NeutralName> Â <NeutralNameBorder>argb(255,0,0,0)</NeutralNameBorder> Â <NeutralNameBackground>argb(180,0,0,0)</NeutralNameBackground> Â <GuardName>argb(255,240,142,105)</GuardName> Â <GuardNameBorder>argb(255,0,0,0)</GuardNameBorder> Â <GuardNameBackground>argb(180,0,0,0)</GuardNameBackground> Â If you want to be picky and choosy about which npc names to hide then you will need to wait for the source. hra and ClimaxUke 2 Link to comment Share on other sites More sharing options...
0 Sethis Posted August 23, 2017 Share Posted August 23, 2017 If we're strictly speaking of NPC (for combat), i don't think so at the moment. Wait for source. Â ... or you could try to name it something like " " (with just a space) jcsnider 1 Link to comment Share on other sites More sharing options...
0 ClimaxUke Posted August 23, 2017 Author Share Posted August 23, 2017 Thank you guys, I'll leave on the trick of making the ncp name transparent ! Link to comment Share on other sites More sharing options...
Question
ClimaxUke
It would be possible not to display the name of a NPC ?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts