![]() |
Big Problem With Slime Gobbler - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: Big Problem With Slime Gobbler (/thread-11538.html) |
Big Problem With Slime Gobbler - NinhoT - 08-27-2013 I have this script but when i use cavebot and macro in same time the macro don't use the item in the moss, my ideia is the macro stop cavebot when found the moss and start again when use the goble in the moss. Is possible? glober:=12077 moss1:=12061 moss2:=12063 moss3:=12075 moss4:=12076 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.UseOn(!glober!, !moss1!, !X!, !Y!, !Z!, 9) Map.UseOn(!glober!, !moss2!, !X!, !Y!, !Z!, 9) Map.UseOn(!glober!, !moss3!, !X!, !Y!, !Z!, 9) Map.UseOn(!glober!, !moss4!, !X!, !Y!, !Z!, 9) |