sylwuu 0 Posted January 25 Posted January 25 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 Share this post Link to post Share on other sites
0 Solution sylwuu 0 Posted January 29 Posted January 29 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 Share this post Link to post Share on other sites
0 ZaunProject 4 Posted January 27 Posted January 27 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. Share this post Link to post Share on other sites
0 Kara 27 Posted January 31 Posted January 31 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. Share this post Link to post Share on other sites
Question
sylwuu 0
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
Share this post
Link to post
Share on other sites
3 answers to this question
Recommended Posts