BBot - The best bot of the world
Energy Bomb On Self - 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: Energy Bomb On Self (/thread-21141.html)



Energy Bomb On Self - doxmey - 04-16-2020

I'm trying to make a macro to use energy bomb rune on the sqm i am on, but it's weird the character keeps moving around... i don't get it.

here's what i got so far.

X:=Self.X
Y:=Self.Y
Z:=Self.Z
idsqm:=Map.ItemOnTop.ID(!X!, !Y!, !Z!)
Map.UseOn(3149, !idsqm!, !X!, !Y!, !Z!, 1)