<td align=right><img src="icon.vesper_necklace_i00" width=32 height=32></td>
there i can get icon names?? p.s i need baium icon name, elegia necklase name, morai necklase name, vorpall to. there i can get these icon names? i need for my gm shop
icon names
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: icon names
In the beta branch, those item/skill icons are in the XMLs. Should be accessible via L2Item.getIcon() or L2ItemInstance.getIcon().
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 40
- Joined: Sun Dec 29, 2013 4:01 am
Re: icon names
try search:
http://l2jdb.l2jdp.com/
Search item: "Baium"

mouse left click on image -> "View image" or "Save Image As...", example: accessory_ring_of_baium_i00.png
add prefix "icon." and remove ".png"
Done:
<td align=right><img src="icon.accessory_ring_of_baium_i00" width=32 height=32></td>
http://l2jdb.l2jdp.com/
Search item: "Baium"

mouse left click on image -> "View image" or "Save Image As...", example: accessory_ring_of_baium_i00.png
add prefix "icon." and remove ".png"
Done:
<td align=right><img src="icon.accessory_ring_of_baium_i00" width=32 height=32></td>