Version : Freya
Hello,
can anyone please tell me the icon link for skills/buffs like Dances & Songs icon.
With friendly greet
PapaHarni
Skill/Buff Items
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 31
- Joined: Wed Jun 04, 2008 3:24 pm
- Location: Germany/NRW/H.a.S.
- Contact:
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Skill/Buff Items
Code: Select all
<img src="Icon.skill1356" width="32" height="32" /> <!-- Prophecy of Fire -->
You can also use it as button, but won't work on High Five due to forced hover effect for buttons.
Code: Select all
<button action="YOUR_ACTION" value="" width="32" height="32" back="Icon.skill1356" fore="Icon.skill1356">
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 31
- Joined: Wed Jun 04, 2008 3:24 pm
- Location: Germany/NRW/H.a.S.
- Contact:
Re: Skill/Buff Items
i know , but is not work with Dance and Songs Buff.Zoey76 wrote:So you need to search for the Skill Id and replace it on the src attribute, in the example is 1356.Code: Select all
<img src="Icon.skill1356" width="32" height="32" /> <!-- Prophecy of Fire -->

- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Skill/Buff Items
It works:
Have fun 
Code: Select all
<img src="Icon.skill0271" width="32" height="32" /> <!-- ย ย Dance of the Warrior -->

Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 181
- Joined: Mon Sep 08, 2008 11:05 pm
Re: Skill/Buff Items
custom_npc_buffer.sql <~ no add skill ?
-
- Posts: 31
- Joined: Wed Jun 04, 2008 3:24 pm
- Location: Germany/NRW/H.a.S.
- Contact:
Re: Skill/Buff Items
Ahh okay , it's the Icon.skill0271 where is not given in my history bufferZoey76 wrote:It works:
Have funCode: Select all
<img src="Icon.skill0271" width="32" height="32" /> <!-- ย ย Dance of the Warrior -->
