What chenges ou made in bot? Since this update functions to open door and going through teleports causes tibia crash. Used function:
PHP Code:
elseif (labelName == "DoorEast") then
setWalkerEnabled(false)
wait(500)
Self.OpenDoor(Self.Position().x + 1, Self.Position().y, Self.Position().z)
setWalkerEnabled(true)
while (true) do
if (Self.DistanceFromPosition(33197, 31347, 6) < 1) then
gotoLabel("AfterTP")
wait(1000)
elseif (Self.DistanceFromPosition(33144, 31248, 6) < 1) then
gotoLabel("AfterTP1")
wait(1000)
end
end