Close
Showing results 1 to 10 of 30

Threaded View

  1. #2

    Default

    Keeping in mind the character limit present in the standard interface you may have to modify the macro below:
    Code:
    /targetexact [mod:shift,nomod:ctrl/alt,exists] Masterblasterz 
    /targetexact [mod:shift,nomod:ctrl/alt,exists] AlternateToonName 
    /targetexact [mod:alt,nomod:ctrl/shift] Divinelace
    /targetexact [mod:ctrl,nomod:shift/alt] Divinehunter
    /targetexact [mod:shiftalt,nomod:ctrl] Healingways
    /targetexact [mod:ctrlshift,nomod:alt] Holyhands
    /follow
    /targetlasttarget
    The mod set demonstrates how to apply an alternate option.
    The above macro uses your extremely long method of accomplishing this task. You may have a reason not presented in this inquiry, however, it would use far fewer characters to use the following:

    Code:
    /follow [mod:shift, nomod:ctrl/alt, target=Masterblasterz][mod:alt,nomod:ctrl/shift,target=Divinelace][mod:ctrl,nomod:shift/alt,target=Divinehunter][mod:shiftalt,nomod:ctrl,target=Healingways][mod:ctrlshift,nomod:alt,target=Holyhands]
    Since you can't follow yourself the main character would ignore the follow command and would never change targets.
    Last edited by Bettysue : 10-17-2011 at 03:33 AM

Posting Rules

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