Hi all!
I'll use item 57 (Adena) for a example.
In classic Lineage 2, to change the name and texture of a item, u only have to look for files:
ItemName-e.dat (To change the name)
EtcItemgrp.dat (To change the texture)
ItemName should be like this:
57 Adena 1 a, -1 a,action_none\0.......
EtcItemgrp should be like this:
2 57 0 5 4 1 1 EtcItem.icon.etc_adena_i00 2 ......
To change the name, u have only to replace in ItemName-e.dat "Adena" for anything else, like "Gold", and the texture, in EtcItemgrp.dat, replace EtcItem.icon.etc_adena_i00 for another texture name.
BUT NOW
instead the item name, i have "item_sid", and instead a name, i have a ID, same for textures.... (txt_sid)
How can i change the name and textures?
Thanks!