• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

GetThingFromPos error

Status
Not open for further replies.

christiandb

Member
Joined
Feb 5, 2008
Messages
2,469
Reaction score
5
Location
010
Code:
	elseif (item.uid == 21480) then
		local pos = 
		{
			{x = 952, y = 19887, z = 11, stackpos = 1}
		}
		for _, lev in ipairs(pos) do
			if (getThingfromPos(pos).itemid == 1946) then
				return doPlayerSendCancel(cid, "Sorry, not possible.")
			end
		end

Error:

Code:
(luaGetThingFromPos) Tile not found

I'm 100% sure there is a tile on the pos.

Kind regards,

Chris~
 
Status
Not open for further replies.
Back
Top