BBot - The best bot of the world
Opening the door//Otwieranie drzwi - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Opening the door//Otwieranie drzwi (/thread-17764.html)



Opening the door//Otwieranie drzwi - Tost - 03-28-2015

Welcome

I'm looking for a script to open the door if you stand in the place of minute (a few minutes), if possible please help !!

// PL
/Witam
/Szukam skryptu na otwieranie drzwi jeżeli się stoi w miejscu minute(kilka minut), jeżeli jest to możliwe to proszę o pomoc!!


RE: Opening the door//Otwieranie drzwi - mr. Kris - 03-28-2015

Macro?


Map.Use(ID, X, Y, Z, Range) Use a item from the Map (Ports) (Returns: Yes=1; No=0)


RE: Opening the door//Otwieranie drzwi - kaiquegabriel - 03-28-2015

Point (x y z)
Point (x y z)
Macro (x y z:Use Door)
Point (x y z)

Try macro:
Code:
0 {Use Door} X:=Self.X Y:=Self.Y Z:=Self.Z Map.Use(IDCLOSEDDOOR, !X!, !Y!, !Z!, 3)

Edit: IDCLOSEDDOOR to ID of closed door.
Example: Map.Use(1234, !X!, !Y!, !Z!, 3)


RE: Opening the door//Otwieranie drzwi - Tost - 03-28-2015

thx kaiquegabriel