[30/01/2016 20:37:59] [Error - Npc interface] [30/01/2016 20:37:59] data/npc/scripts/heal.lua:onCreatureSay[30/01/2016 20:37:59] Description: [30/01/2016 20:37:59] (luaDoItemSetAttribute) Item not found
-------------------------------------
Já tentei de tudo 4 meses ja tentando arrumar esse erro mas não consigo ja tentei trocar de script mas o erro insiste
Talves seja por causa dos ids das ball do meu cliente não se se e isso auguem pode me ajudar ? dou rep
o id das bals no meu server está assim
-----------------------------------------
pokeballs = { ["normal"] = {effect = 188, on = 11826, use = 11827, off = 11828, all = {11826, 11827, 11828}}, ["great"] = {effect = 189, on = 11832, use = 11833, off = 11834, all = {11832, 11833, 11834}}, ["super"] = {effect = 190, on = 11835, use = 11836, off = 11837, all = {11835, 11836, 11837}}, ["ultra"] = {effect = 191, on = 11829, use = 11830, off = 11831, all = {11829, 11830, 11831}}, ["saffari"] = {effect = 195, on = 10975, use = 10976, off = 10977, all = {10975, 10976, 10977}}, --alterado v1.9
["shinynormal"] = {effect = 188, on = 11737, use = 11738, off = 11739, all = {11737, 11738, 11739}}, ["shinygreat"] = {effect = 189, on = 11740, use = 11741, off = 11742, all = {11740, 11741, 11742}}, ["shinysuper"] = {effect = 190, on = 11743, use = 11744, off = 11745, all = {11743, 11744, 11745}}, ["shinyultra"] = {effect = 191, on = 11746, use = 11747, off = 11748, all = {11746, 11747, 11748}}, ["shinysaffari"] = {effect = 195, on = 12621, use = 12622, off = 12623, all = {12621, 12622, 12623}}, --alterado v1.9 }
-----------------------------------------------
Meu script Heal.lua \/\/\/\/