![]() |
Macro to use on the wall - 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: Macro to use on the wall (/thread-21202.html) |
Macro to use on the wall - icaroortiz - 09-08-2020 Guys, can you help me ?? I'm creating a script for the hunt there from '' The First Dragon Quest '' and the problem is this, I need to "use" that wall to be teleported into the room, and I need to do that to get out too !. I don't find anything on the internet that helps me with any macro to use it. Note: She has ID!:corar: RE: Macro to use on the wall - Nvp - 09-08-2020 make fixed point 1 sqm to wall and manual macro X:=Self.X() Y:=Self.Y() Z:=Self.Z() corar:=id this wall Macro.Wait(100) Map.Use(!corar, !X!, !Y!, !Z!, 1) RE: Macro to use on the wall - icaroortiz - 09-08-2020 I just need to click on the wall for it to move in or out. Wall or floor SQMs can be clicked and teleported, and have ids. I need some macro for it to make my mouse click on that wall, plixx RE: Macro to use on the wall - Nvp - 09-08-2020 chek up RE: Macro to use on the wall - icaroortiz - 09-08-2020 I will test here, but I appreciate the attention! I was researching for days and in 1 day I had the answer here! Thank you very much, it worked !!!!! |