Jump to content
  • 0

[Help]Icon problems


Question

Posted

Hi all!

 

This is code:

 

<td width=40><button action="bypass -h npc_%objectId%_Buff 1517" width=32 height=32 back="icon.skill1517" fore="icon.skill1517"></td>

 

<td width=40><button action="bypass -h npc_%objectId%_Buff 1518" width=32 height=32 back="icon.skill1518" fore="icon.skill1518"></td>

 

but I do not see the picture after all.

Plz help mee

3 answers to this question

Recommended Posts

  • 0
Posted

You're sure..the icon name is correct? I had this proble few months and the problem was wrong name.

 

  • 0
Posted

I realised it. The correct code:

 

<td width=40><button action="bypass -h npc_%objectId%_Buff 1517" width=32 height=32 back="icon.skill1499" fore="icon.skill1499"></td>

 

<td width=40><button action="bypass -h npc_%objectId%_Buff 1518" width=32 height=32 back="icon.skill1502" fore="icon.skill1502"></td>

Guest
This topic is now closed to further replies.
×
×
  • Create New...