![]() |
Need help with macro - 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: Need help with macro (/thread-5188.html) |
Need help with macro - hellios - 11-03-2012 I am botting up mage and I think it would be valuable to make bot stop cave bot for a seconds until monster comes in distance of 2 sqm if there is x monsters on screen not to lure much. Any help please? RE: Need help with macro - spiff26 - 11-04-2012 Code: 1000 {Macro Sample} Creatures.OnScreen()>=X [active] Cavebot.Stop() Exit() {active} Cavebot.Start() Exit() RE: Need help with macro - hellios - 11-04-2012 Thanks... Allthough i am thinking about bot t clean slimy moss on floor in edron with slime glober, any idea if it is possiblle? RE: Need help with macro - spiff26 - 11-04-2012 Code: 1000 {clean slimy moss} glober:=ID_SlimeGlober moss:=ID_SlimyMoss X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.UseOn(!glober!, !moss!, !X!, !Y!, !Z!, 3) Change ID_SlimeGlober by ID of slime glober and ID_SlimyMoss by ID of slime moss RE: Need help with macro - hellios - 11-04-2012 Thanks once again. Now faced other problem, can't find ID of Slime Fungus xD RE: Need help with macro - spiff26 - 11-04-2012 U can see how here http://wiki.bmega.net/doku.php?id=samples#check_the_id |