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().1Self.Position().ySelf.Position().z)
     
setWalkerEnabled(true

while (
true) do
     if (
Self.DistanceFromPosition(33197313476) < 1then
          gotoLabel
("AfterTP")
          
wait(1000)
     elseif (
Self.DistanceFromPosition(33144312486) < 1then    
          gotoLabel
("AfterTP1")
          
wait(1000)    
     
end
end