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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..