I need to get the identifiedDisplayName field from iteminfo.lua, because the name of the equipment in item_db_equip.yml is in another language.
I tried to:
getiteminfo(2301, ITEMINFO_NAME);
and
getiteminfo(2301, NAME);
and
getiteminfo(2301, ITEMINFO_ITENTIFIEDDISPLAYNAME);
and
getiteminfo(2301, ITEMINFO_DISPLAYNAME);
and
getiteminfo(2301, DISPLAYNAME);
and
getiteminfo(2301, ITEMNAME);
But nothing hehehe or maybe it’s not possible xD
Sorry for my bad english.
Thanks