Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need macro attack (name monster) when traped
#1
Hiho!
Can someone put here macro for attack x monster only when get trap by this monster ?
(sorry for my eng)
#2
Code:
monsterName:=MONSTER_NAME_HERE
Misc.StandTime()>8
Creatures.ByRangeName(1, !monsterName!)>=1
target:=Creature.ByName(!monsterName!)
Creature.Attack(!target!)

Try this
>>> Did I help you? Rep me. <<<
#3
btw ^^ good?


monsterName:=Lesser Swarmer
Misc.StandTime()>8
Creatures.ByRangeName(1, !Lesser Swarmer!)>=1
target:=Creature.ByName(!Lesser Swarmer!)
Creature.Attack(!target!)
#4
You can add in killer Lesser Swarmer and set priority to avoid.
>>> Did I help you? Rep me. <<<


Forum Jump:


Users browsing this thread: 1 Guest(s)