Log in

View Full Version : Opening door didnt work's



Borkos92
05-05-2016, 08:40 PM
Someone can help me with opening doors? I want to create script on walker, then typig Self.OpenDoor(32911, 31081, 6) and didnt work's. Doors was in south of me, btw You see a gate of expertise for level 30.
Only the worthy may pass and I'am 50 lvl

Bobby32500
05-13-2016, 07:35 PM
elseif (labelName == "Open1") then
Walker.Stop()
Self.OpenDoor(x, y, z, open) -- << set the cords of the door here and set the labelname before the door
Walker.Start()


--- for this to work with other doors u would have to change the cords and the labelname.