1. #1

    Frostbolt Macro Help

    Hi!

    I would like to create a macro that only casts frostbolt on my pet when I am targeting my pet. Frostbolt auto-casts on the water elemental even when you have no target selected. I found this macro eaarlier, which seems okay, but it casts frostbolt on my pet regardless of what I am targeting, which can be an issue:

    #showtooltip
    /cast [@target, exist] Frostbolt


    My overall goal is to make it so that it casts frostbolt on my pet only when I am targeting my pet, otherwise, cast on my enemy target.

  2. #2
    You're missing an 's' in exists. Adding Frostbolt to the showtooltip will make sure you don't get the questionmark icon when you have no target. @target is implied if you have targeting conditions without specifying a target and is thus not needed.
    Code:
    #showtooltip Frostbolt
    /cast [exists] Frostbolt

  3. #3
    thanks a lot sakpoth

Posting Permissions

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