BBot - The best bot of the world

Full Version: What's wrong with this macro ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
This macro is wrong. Try this:
Code:
1000 {Sd Wyrm} Target.Health<=400 Target.Shoot(3155)
The Target.Health returns the % of the health of the monster, so you should use smaller value like 20.
Also you need to setup the Target object, before Target.Health and Target.Shoot add: Target.Foe.
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?
Then, looks like this:
Code:
1000 {Sd Wyrm} Target.Foe Target.Health<=20 Target.Shoot(3155)

First, test in Macros.
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