![]() |
Activate switch/lever continuously <<Help>> - 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: Activate switch/lever continuously <<Help>> (/thread-19770.html) |
Activate switch/lever continuously <<Help>> - High Freaq - 04-13-2016 I need a script/macro to use a switch over and over and cant seem to find what I'm looking for on the forums. please help! RE: Activate switch/lever continuously <<Help>> - damiansnk - 04-16-2016 [macro]1001 {lever} X:=Self.X() Y:=Self.Y() Z:=Self.Z() idlever:=1111 Map.Use(!idlever!, !X!, !Y!, !Z!, 1)[/macro] in 1111 put ur lever ID it's automatic if wanna manual I believe u can do it by urself RE: Activate switch/lever continuously <<Help>> - Catar - 04-16-2016 (04-16-2016, 01:34 AM)damiansnk Wrote: [macro]1001 {lever} X:=Self.X() Y:=Self.Y() Z:=Self.Z() idlever:=1111 Map.Use(!idlever!, !X!, !Y!, !Z!, 1)[/macro] Levers have alwyas 2 IDs, thats why its tricky.. RE: Activate switch/lever continuously <<Help>> - damiansnk - 04-16-2016 So manually lever 1st And 2nd when it lifting u Check my any farmine script like terramites or something RE: Activate switch/lever continuously <<Help>> - High Freaq - 04-18-2016 (04-16-2016, 09:44 AM)damiansnk Wrote: So manually lever 1st dude thank you soooo much for this!!! it works flawlessly! |