Hello guys, i have this problem, can anyone help? I think its easy solution but idk how to do it:
i will r ++
https://www.dropbox.com/s/0999duoy9lz5822/Problem.jpg
i will r ++
https://www.dropbox.com/s/0999duoy9lz5822/Problem.jpg
function getItemsFromList(list)
local ret = ''
for i = 1, #list do
local item = list[i]
ret = ret .. (ret:len() == 0 and '' or ', ') .. item[2] .. 'x ' .. getItemNameById(item[1])
end
return ret:reverse():gsub(' ,', ' dna '):reverse()
end

Items.xml is a huge code, i cant post it here, but ive found the line:
Code:<item id="17505" article="a" name="basalt wall" />
And ive searched in the same file, theres no more "17505"
You still didn't post the npc code.