BBot - The best bot of the world

Full Version: Annihilation Macro
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to make a macro that will cast exori gran ico if the spell is not on cooldown?

like:

Status.Cooldown(Annihilation)==0
Self.Say(exori gran ico)
No its possible but its great idea!
Put in Suggestions please
BBot.RegisterSpell(Annihilation/exori gran ico/300/Attack)

What is that macro used for then?

If it works, how do I set up spell with bot knowing it's cooldown?
(08-26-2015, 05:45 PM)You know who Wrote: [ -> ]BBot.RegisterSpell(Annihilation/exori gran ico/300/Attack)

What is that macro used for then?

If it works, how do I set up spell with bot knowing it's cooldown?

ohh.. Sorry I did not know of its existence.
Test and tell if work.
I have no idea how to test it...
I think is bugged becouse i dont search any option.


EDITED

I think i found a Option.

Add this macro:
[macro]0 {Exori Gran Ico} Target:=Creature.Target() Spell:=Self.Say(Exori Gran Ico) Self.Mana()>=300 [Jump] {Jump} Creature.ShootOn(!Target!, !Spell!) Exit() [/macro]

Go Killer > On Attack > Select the macro.
[attachment=3820]

I know noww!
You need that:
Bbot.Spells.txt
already tried, it spams spell too many times
For use this:
BBot.RegisterSpell(Annihilation/exori gran ico/300/Attack)
You need this in bbot/data:
Bbot.Spells.txt
(08-26-2015, 11:42 PM)erleo Wrote: [ -> ]For use this:
BBot.RegisterSpell(Annihilation/exori gran ico/300/Attack)
You need this in bbot/data:
Bbot.Spells.txt

What if I want to use multiple spells?

I put alot of macros in 1 attacker?