Jump to content

Recommended Posts

Posted (edited)

 

Hello there, I wanted to share an tool that parsing your client icons to items XML and skills XML. So you can use icons on HTML with "item.getIcon()" and "skill.getIcon()". The tool using client grp files to parse the custom items/skills.

 

Download Icon Parser

Java

 

Thanks to @StinkyMadness for allowing me to Reshare it!

P.S For every bug you can report it.

Edited by Vision
  • Like 2
  • Thanks 1
  • Upvote 2
Posted
11 minutes ago, Nightw0lf said:

without source can somebody develop this tool to be working with other than acis packs?

I guess so, since the only change on xmls concerns a new line, all you have to do is to adapt the java side to read that line on your items/skills

Posted
On 1/5/2023 at 11:32 PM, Nightw0lf said:

why all skills say icon.skill0000

The skill you seeing are used by NPC and on client side they have default "icon.skill0000" icon so that one is parsed.
If the skill icon equals to skill id the parser skip it on parsing as the java itself is generating that icon.
"_icon = set.getString("icon", String.format("icon.skill%04d", _id));"

  • Like 1
  • Vision changed the title to IconParser (Items & Skills) Reshare
  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...