icon names

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
loss25
Posts: 32
Joined: Mon Feb 10, 2014 3:49 pm

icon names

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: icon names

Post by jurchiks »

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.
l2terror
Posts: 40
Joined: Sun Dec 29, 2013 4:01 am

Re: icon names

Post 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>
Post Reply