Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What's wrong with this macro ?
#1
This is my macro for Wyrms
1000 {Sd Wyrm} Target.Health400 Target.Shoot(3155)

What this macro does it's simple, shoots an SD when it's almost dead the Wyrm.
(Like that I avoid the Wyrm running.)


But I dont know what's wrong
Can somebody say me why ?
And maybe explain me what was my mistake please

TY
#2
This macro is wrong. Try this:
Code:
1000 {Sd Wyrm} Target.Health<=400 Target.Shoot(3155)
#3
The Target.Health returns the % of the health of the monster, so you should use smaller value like 20.
#4
Also you need to setup the Target object, before Target.Health and Target.Shoot add: Target.Foe.
#5
Thankyou Dexter for macro and Meganobody for explaining Big Grin

But only one more doubt where do I place it?
In Attack Sequences or in Macros?
#6
Then, looks like this:
Code:
1000 {Sd Wyrm} Target.Foe Target.Health<=20 Target.Shoot(3155)

First, test in Macros.
#7
Yeah I did that macro too, it worked fine.
In Macro Section

But it's kind of slow shooting the SD so I use this Macro:
Quote:1000 {Sd Wyrm} Target.Foe Target.Health<=30 Target.Shoot(3155)

And in Attack Sequences
Quote:Exori mort and 1 second of Wait


Forum Jump:


Users browsing this thread: 1 Guest(s)