Close
Showing results 1 to 9 of 9

Threaded View

  1. #2

    Default

    So your question is, can I do something [random number of times] when I don't know how many [random number of times] I want to do it?

    I thought you could look into http://wow.gamepedia.com/API_GetSpellCharges, BUT it indicates that Arcane Missiles will always return 0. There are a couple of other functions that might report whether it is enabled or not, so you could just keep casting until it is not enabled, if the other functions happen to work.
    http://wow.gamepedia.com/World_of_Wa...pell_Functions
    Possibilities are IsUsableSpell or GetSpellCooldown (this might be stretching it, but hey don't know unless you try), or even IsSpellOverlayed (if you have the spell activation overlays enabled).

    Of course seeing as I have NO EXPERIENCE with WOW macros, this may not be possible at all...
    Last edited by mbox_bob : 08-26-2015 at 12:41 PM Reason: added another possible option

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •