BBot - The best bot of the world
teste - 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: teste (/thread-13997.html)



teste - Yasmin - 02-14-2014

teste


RE: I Need Macro to throw Gold on SQM the player I'm Attacking. - Nobody93 - 02-14-2014

Code:
target:=Creature.Attacking()
Creature.DistanceToSelf(!target!)<=6
Creature.IsPlayer(!target!)==1
X:=Creature.X(!target!)
Y:=Creature.Y(!target!)
Z:=Creature.Z(!target!)
Map.Thrown(3031, 1, !X!, !Y!, !Z!)