BBot - The best bot of the world
Annihilation Macro - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Annihilation Macro (/thread-18424.html)



Annihilation Macro - You know who - 08-26-2015

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)


RE: Annihilation Macro - erleo - 08-26-2015

No its possible but its great idea!
Put in Suggestions please


RE: Annihilation Macro - You know who - 08-26-2015

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?


RE: Annihilation Macro - erleo - 08-26-2015

(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.


RE: Annihilation Macro - You know who - 08-26-2015

I have no idea how to test it...


RE: Annihilation Macro - erleo - 08-26-2015

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.
   

I know noww!
You need that:
Bbot.Spells.txt


RE: Annihilation Macro - You know who - 08-26-2015

already tried, it spams spell too many times


RE: Annihilation Macro - erleo - 08-26-2015

For use this:
BBot.RegisterSpell(Annihilation/exori gran ico/300/Attack)
You need this in bbot/data:
Bbot.Spells.txt


RE: Annihilation Macro - You know who - 08-27-2015

(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?