Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NEED A MACRO FOR...
#1
Someone can create a macro for me?
I need to kills with sd when 3 or more workers golems in the screen . thaanks Tongue

I created this, but doesnt work fine:
1000 {Sd target} Self.Mana()>=300 Creatures.OnScreen()>=3 Target.Shoot(3155)
#2
[macro]2000 {SD Target} Creatures.OnScreen()>=3 Target.Foe() Target.Shoot(3155) Exit()[/macro]
Waypoints By Me [Here]

BBot functions/Funções do BBot [Here]
#3
(04-15-2013, 02:11 AM)spiff26 Wrote: [macro]2000 {SD Target} Creatures.OnScreen()>=3 Target.Foe() Target.Shoot(3155) Exit()[/macro]

thanks for the macro, is very usefull, but i need a macro that use Sd When 3 "worker golems", not sd when 1 worker and 2 dragon hatchling or damaged worker golem.
Could u send me ?
#4
(04-18-2013, 02:24 PM)jayko7 Wrote:
(04-15-2013, 02:11 AM)spiff26 Wrote: [macro]2000 {SD Target} Creatures.OnScreen()>=3 Target.Foe() Target.Shoot(3155) Exit()[/macro]

thanks for the macro, is very usefull, but i need a macro that use Sd When 3 "worker golems", not sd when 1 worker and 2 dragon hatchling or damaged worker golem.
Could u send me ?

There you go friend:

Code:
2000 {SD Target by C} Creatures.ByName(Worker Golem)>=3 Target.Foe() Target.Shoot(3155) Exit()

REP++


Forum Jump:


Users browsing this thread: 1 Guest(s)