Jump to content
  • 0

Hide the name of a NPC


ClimaxUke

Question

3 answers to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

×
×
  • Create New...