Oldschool'er
Tibia since 1998'
yes id like help adding a script to my server so when you step on a tile you teleport to a donation castle need help adding script through teamviewer if anyone can please message me!!
local positions =
{
place = {x=100, y=100, z=7} – New position.
}
function onStepIn(cid, item, fromPos, item2, toPos)
if (item.uid == 5820) then — Unique ID of the Tile.
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, ”You got teleported!”)
doTeleportThing(cid, positions.place)
end
return TRUE
end
i have NO idea where to add this or but it so if someone can help me please message me!!
AND NO I CANNOT PAY FOR SUCH A EASY THING TO ADD!
local positions =
{
place = {x=100, y=100, z=7} – New position.
}
function onStepIn(cid, item, fromPos, item2, toPos)
if (item.uid == 5820) then — Unique ID of the Tile.
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, ”You got teleported!”)
doTeleportThing(cid, positions.place)
end
return TRUE
end
i have NO idea where to add this or but it so if someone can help me please message me!!
AND NO I CANNOT PAY FOR SUCH A EASY THING TO ADD!