What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Casting on the move: Scorch & Lightning Bolt

Dagradt

Community Developer
Joined
Jul 26, 2010
Messages
1,423
Reaction score
43
I have checked a few CCs and, least that I have seen, none are capabile of this function. How can I get my CC to cast Scorch & Elemental Bolt while moving? Atm I have tried different variations of "StyxWoW.Me.IsMoving" but to no avail... Does anyone know a way, or is this just not possible less the spell at its base is an instant cast (As I have found only Instant cast spells will cast on the move)?
 
Last edited:
Check out the talents of the character (Bobby53's ShamWoW checks for Glyphs & Talents) if you use his code in a public release, ask for permission.
What is happening when you try to cast these spells while on the move? Is HB stopping to cast?
You can try executing the Lua command CastSpellByName or w/e to try to workaround HB(I do not know what HB does if you try to cast a spell with castingtime).
I have not done this myself but sounds like this should work, if not everything can be done with proper investigating.
 
@Serium,

Thank you for the tip! I am using the "RunMacroText" function and it is working smoothly now!
 
Or, just use SpellManager.Cast, and pass false to the checkMovement parameter.
 
@Apoc,

I changed the "IsMoving" section to use "SpellManager.Cast" & it works nicely (Except for Insti Pyroblast, this won't work for some reason, so i've kept it as a Lua). Exactly what is meant by "Pass False to the checkMovement parameter?

Thank you for your help!
 
Back
Top