Page 1 of 1

icon names

Posted: Sun Feb 23, 2014 1:53 pm
by loss25
<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

Re: icon names

Posted: Sun Feb 23, 2014 6:37 pm
by jurchiks
In the beta branch, those item/skill icons are in the XMLs. Should be accessible via L2Item.getIcon() or L2ItemInstance.getIcon().

Re: icon names

Posted: Wed Feb 26, 2014 3:24 am
by l2terror
try search:
http://l2jdb.l2jdp.com/

Search item: "Baium"

Image
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>