Jump to content

spell without gcd


Jeck1973

Recommended Posts

Hello, http://wrobot.eu/forums/topic/2652-how-to-cancel-the-current-cast/

Quote

- Add spell "Fire Blast"

- Add spell "SpellStopCasting(); SpellStopCasting();" and put "True" at spell settings "Not spell, is lua script". Add condition "Me In Cast": "True" and "Is Spell Usabe" : "Fire Blast" , "True".

- Add spell "Fireball" and put "False" at spell settings "Wait during casting".

 

Link to comment
Share on other sites

Thanks for your answer but perhaps i didnt explain good my problem

I dont want to stopcasting, i want to cast both spell at same time because Fire Blast is not on global cooldown

 

 

Link to comment
Share on other sites

Is that even possible without botting?

4 minutes ago, Jeck1973 said:

Thanks for your answer but perhaps i didnt explain good my problem

I dont want to stopcasting, i want to cast both spell at same time because Fire Blast is not on global cooldown

 

 

Is that even possible?  (botting aside?)

Screw it, curious! loading up the mage

 

EDIT: well... fvck me! it is... awesome!

Link to comment
Share on other sites

On 13/08/2016 at 11:47 AM, Jeck1973 said:

Thanks for your answer but perhaps i didnt explain good my problem

I dont want to stopcasting, i want to cast both spell at same time because Fire Blast is not on global cooldown

 

 

http://wrobot.eu/forums/topic/3608-spell-without-gcd/?do=findComment&comment=16697 replace SpellStopCasting(); SpellStopCasting(); by CastSpellByName("Fire Blast")

Link to comment
Share on other sites

  • 4 weeks later...

add spell

CastSpellByName("Fire Blast")
Conditions
C Sharp Code => Value  => wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff(48107)
Me in Cast => Value => True
Is Spell Usable => Need => True

Spell Fireball => Spell Settings => Wait during casting => False

Think about spell priority too

Hope that help

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...