Jump to content
  • 0

[L2jServer] Item description and stats


sylwuu

Question

Hello,

I'm working on auction house and I would like to show description and stats (like p.atk) of item in purchase page.

I can parse xml's with item stats to get p. atk info etc but what with item description?

I spend last few hours to find answer in code and google but so far i know the description is stored in client data.

It's possible to get those informations through java code?

 

All the best

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

far as I know, I think it’s not possible. My idea would be to parse the decrypted item descriptions. After that create a table with all the information in your code and generate an xml parser to obtain the description of each item. Finally just create a method in your L2Item to get the description of your table. 

Link to comment
Share on other sites

  • 0
On 1/29/2021 at 6:14 PM, sylwuu said:

I made easy console app to get this info from url and save it to database. Not best option but works 🙂

 

Sory for late answer.

Best wishes

 

All packs nowadays provide those data in their XML. But you didn't even mention what project you're using. 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...