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



Avalanche macros - Daniel1990 - 08-14-2014

Hello everyone
I wonder if there is a macro for my character throw avalanches when 3 or more monsters are on the screen?

Thnks


RE: Avalanche macros - Aquas - 08-18-2014

Here u go!

500 {Attack Avalanche} target:=Creature.Target() IDRUNE:=3161 Creatures.ByName(Water Elemental)>=3 Creature.ShootOn(!target!, !IDRUNE!)

its for example : when 3 water elemental attack avalanche. change the monster name
If I help u, give rep. Smile


RE: Avalanche macros - Daniel1990 - 08-20-2014

(08-18-2014, 01:29 AM)Aquas Wrote: Here u go!

500 {Attack Avalanche} target:=Creature.Target() IDRUNE:=3161 Creatures.ByName(Water Elemental)>=3 Creature.ShootOn(!target!, !IDRUNE!)

its for example : when 3 water elemental attack avalanche. change the monster name
If I help u, give rep. Smile

Thnks

I have a question, they mean the ()?

Creature.Target()<<<<<< ()???