Jump to content

Rickster

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Rickster

  1. I did some experimenting and I think the problem is that the LUA call is protected? I removed the spell is usable kill shot check in the conditions for testing so that it would simply cancel Cobra Shot each time it was cast. This had no effect and CS continued casting. If I replace SpellStopCasting(); with message("text"); The screen shows a message box with "text" each time Cobra shot starts to cast... The documentation shows that it is protected. http://wowprogramming.com/docs/api/SpellStopCasting Any way around this? Thanks, Rick
  2. I thought this was working, but now I have noticed several times now that while in the midst casting Cobra Shot, kill shot becomes available and Cobra Shot doesn't stop casting? I have attached my fight class for inspection... Thanks! ricks_BM2.xml
  3. I have been creating a hunter profile for awhile now. I am pretty happy with the fight class editor, nice work! One thing I have not been able to figure out is how to cancel my Cobra shot (or any other shot that takes awhile to cast) if my kill shot is castable (target health under 20%). At the moment if I am casting, and Kill shot becomes available to use, I have to wait for the current cast to finish. Thanks all, Rickster
×
×
  • Create New...