Jump to content

IconParser (Items & Skills) Reshare


Recommended Posts

 

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...