11-03-2012, 09:38 AM
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?
Need help with macro
|
11-03-2012, 09:38 AM
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?
11-04-2012, 01:20 AM
Code: 1000 {Macro Sample} Creatures.OnScreen()>=X [active] Cavebot.Stop() Exit() {active} Cavebot.Start() Exit()
11-04-2012, 02:23 AM
Thanks... Allthough i am thinking about bot t clean slimy moss on floor in edron with slime glober, any idea if it is possiblle?
11-04-2012, 03:19 AM
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
Thanks once again. Now faced other problem, can't find ID of Slime Fungus xD
11-04-2012, 03:01 PM
U can see how here
http://wiki.bmega.net/doku.php?id=samples#check_the_id |
« Next Oldest | Next Newest »
|