xjurrr Posted December 16, 2019 Posted December 16, 2019 (edited) Is there a way to change the stats for an item displayed in it's description box when you hover over it? I've added a custom armor set via data editing and added it appropriately to the database with its own stats and it all works fine, but I'd like the text (P.atk/p.def, etc) in the box to accurately reflect what it actually is. Is there a way to do this? Edited December 16, 2019 by xjurrr
NevesOma Posted December 17, 2019 Posted December 17, 2019 On 12/16/2019 at 4:53 AM, xjurrr said: Is there a way to change the stats for an item displayed in it's description box when you hover over it? I've added a custom armor set via data editing and added it appropriately to the database with its own stats and it all works fine, but I'd like the text (P.atk/p.def, etc) in the box to accurately reflect what it actually is. Is there a way to do this? Hello. I can help you. Open armorgrp.dat with L2FileEditor ( select your chronicles ) ( if you want to change armor stats for example ), you can see any like this: This is a description of the parameters, all the values below have a structure that is described initially. For example: ... and etc. The data you need is at the end. For example ( data of necklace with ID 934 ) ( last values ): As you can see, necklace with ID 934 have mpbonus = 0; mdef = 80 and pdef = 0 ( what you can see in the game ). + have Grade A. A grade = value of 4. Simple change dates and save. Try.
xjurrr Posted December 23, 2019 Author Posted December 23, 2019 On 12/17/2019 at 12:42 AM, NevesOma said: Hello. I can help you. Open armorgrp.dat with L2FileEditor ( select your chronicles ) ( if you want to change armor stats for example ), you can see any like this: This is a description of the parameters, all the values below have a structure that is described initially. For example: ... and etc. The data you need is at the end. For example ( data of necklace with ID 934 ) ( last values ): As you can see, necklace with ID 934 have mpbonus = 0; mdef = 80 and pdef = 0 ( what you can see in the game ). + have Grade A. A grade = value of 4. Simple change dates and save. Try. Thanks for this. I did eventually figure it out after comparing values from the equipment and armorgrp.dat but I'm sure this'll be useful for other people in the future.
Recommended Posts