• 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!

Bug with Pits of inferno (POI) Script

picachu

Member
Joined
Dec 2, 2007
Messages
970
Reaction score
11
hello
i'm using TFS 0.3.5. ;**
Entrance of POi bug: ERROR:


Code:
Lua Script Error: aCtion interface
data/actions/scripts/entrancepoi.lua:onUse

luaGetThingFromPos(). Tile not found

Entrancepoi.lua:

LUA:
function onUse(cid, item, frompos, item2, topos)
gatepos = {x=348, y=446, z=8, stackpos=1}
getgate = getThingfromPos(gatepos)
if item.itemid == 1409 then
doTeleportThing(cid, gatepos)
doSendMagicEffect(gatepos, 10)
end
return 1
end
 
Last edited:
Back
Top