Getting this problem in console with NPC script. Npc wont load
It looks to me (if I am right) I am missing table items.deposited in the mysql database (am I right?)
Im not sure what needs to be entered in order to get this table working. This is a taming system on 8.7 TFS 0.4
full NPC script attached (txt format)
Here is line 60 of 004-database.lua which is part of the error.. hope this helps
It looks to me (if I am right) I am missing table items.deposited in the mysql database (am I right?)
Im not sure what needs to be entered in order to get this table working. This is a taming system on 8.7 TFS 0.4
PHP:
local result = db.getResult("SELECT * FROM `items_deposited` WHERE `storage_id` = 20000;") -- WHERE `storage_id` = 20000;")
full NPC script attached (txt format)
Here is line 60 of 004-database.lua which is part of the error.. hope this helps
Code:
function Result:getDataInt(s)
if(self:getID() == -1) then
error("[Result:getDataInt] Result not set!")
end
return result.getDataInt(self:getID(), s)
end
Attachments
-
Screenshot_5.jpg85.7 KB · Views: 24 · VirusTotal -
dungarth.txt11.3 KB · Views: 1 · VirusTotal
Last edited: