Close
Showing results 1 to 4 of 4

Hybrid View

  1. #1

    Default Macros and modifiers

    Hey all, is there some way I can use modifiers to increase my keyboard size? Such as taking this macro:

    #showtooltip Word of Glory
    /cast [target=mouseover, exists][help][target=player]Word of Glory

    and adding an alt or shift modifier such that it functions exactly the same (mouseover, target if friendly and lastly self) but adding say Hand of Freedom? So if I mouseover'd someone and hit Shift + key then it would Hand of Freedom them, but without the modifier it will just use Word of Glory.

    Thanks for any help.

  2. #2
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    Try something like:

    #showtooltip
    /cast [nomod:shift,@mouseover][nomod:shift,help][nomod:shift,@player]Word of Glory
    /cast [mod:shift,@mouseover][mod:shift,help][mod:shift,@player] Hand of Freedom
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  3. #3

    Default

    Quote Originally Posted by Ualaa View Post
    Try something like:

    #showtooltip
    /cast [nomod:shift,@mouseover][nomod:shift,help][nomod:shift,@player]Word of Glory
    /cast [mod:shift,@mouseover][mod:shift,help][mod:shift,@player] Hand of Freedom

    This will do everything but the last condition which is self. Still testing, thanks for the help!

  4. #4

    Default

    /cast [nomod,@mouseover,help,nodead,exists][nomod] Word of Glory; [mod:shift,@mouseover,help,nodead,exists][mod] Hand of Freedom

    ended up working, I couldn't use it if I put mod:shift in the last part (self cast)

Posting Rules

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