- 0
Sign in to follow this
Followers
0
I need get identifiedDisplayName from iteminfo.lua
Asked by
delber
-
Recently Browsing 0 members
No registered users viewing this page.
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
Share this post
Link to post
Share on other sites