![]() |
HELP WITH DOORS! - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: HELP WITH DOORS! (/thread-4974.html) |
HELP WITH DOORS! - fabiomiguelp - 10-16-2012 Hi guys , i want bot in blue djinns in yalahar, but i have a problem ... the closed door, idk how to open that , i already tried with macro, this one : "0 {Open Door Without Key} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Use(ID_DOOR, !X!, !Y!, !Z!, 2)" But i don't understand nothing about it . X:=Self.X() Y:=Self.Y() Z:=Self.Z() --> that means the postion where i'm right ? and i need write there? Map.Use(ID_DOOR, !X!, !Y!, !Z!, 2)" --> that means the door position right? and need write in "! !" the id? And about that "2", what that means? And i need the door id? it's a cloosed door, idk the door id :/ Someone can explain me well that ? Thanks all ![]() RE: HELP WITH DOORS! - Kimoszin - 10-16-2012 Only edit ID_DOOR. 2 is the range. http://wiki.bmega.net/doku.php?id=samples#check_the_id RE: HELP WITH DOORS! - fabiomiguelp - 10-16-2012 thanks ![]() i will try now ![]() |