1. #1
    Deleted

    Mouseover macro with "modifier"?

    I've been wondering how to write a macro that would do this;

    if Target = mouseover, cast on mouseover. If no mouseover, cast on self.

    I'm not very good at writing macros, so any help would be appreciated!

  2. #2
    Code:
    #showtooltip
    /cast [@mouseover,help,nodead][@player] HEALINGSPELL
    or

    Code:
    #showtooltip
    /cast [@mouseover,harm,nodead][@player] DAMAGESPELL
    edit: if you want to learn more: http://www.mmo-champion.com/threads/...o-syntax-guide
    Last edited by Chaltione; 2011-02-07 at 03:03 PM.

  3. #3
    Deleted
    Thanks, works perfectly (:

  4. #4
    Why would you want to cast a damaging spell on yourself Chal? Lol.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  5. #5
    Bloodsail Admiral Icebear's Avatar
    10+ Year Old Account
    Join Date
    Sep 2009
    Location
    Denmark
    Posts
    1,135
    I would prob use
    #showtooltip
    /cast [@mouseover,harm,nodead][@target] DAMAGESPELL
    instead
    Making your GIF Avatar to 20kb is hard. Especially when the original is 504kb

  6. #6
    Brainfart ftw

  7. #7
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Or
    Code:
    #showtooltip
    /cast [@mouseover, harm, nodead][] Spell Of Ultimate Death And Destruction
    that is - if no mouseover (or mouseover is friendly), cast following normal casting rules (ie, on target :P)

Posting Permissions

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