Hi,
This tool generate the txt item files (idnum2itemdesctable.txt and others) reading the info from a ItemInfo.lua file. (non encrypted file)
Sample of a compatible LUA file:
tbl = {
[501] = {
unidentifiedDisplayName = "Red Potion",
unidentifiedResourceName = "»¡°£Æ÷¼Ç",
unidentifiedDescriptionName = {
"A potion made from",
"grinded Red Herbs that",
"restores ^000088about 45 HP^000000.",
"^ffffff_^000000",
"Weight: ^7777777^000000"
},
identifiedDisplayName = "Red Potion",
identifiedResourceName = "»¡°£Æ÷¼Ç",
identifiedDescriptionName = {
"^000088HP Recovery Item^000000",
"A potion made from",
"grinded Red Herbs that",
"restores ^000088about 45 HP^000000.",
"^ffffff_^000000",
"Weight: ^7777777^000000"
},
slotCount = 0,
ClassNum = 0
},
[502] = {
...
Screenshot:
I hope be useful for someone.
Myzter
ItemInfo2Txt_1.1.rar