Close
Showing results 1 to 7 of 7
  1. #1

    Default strange notation in macros

    Hi I saw this code snipplet in a different port.

    Code:
    /castsequence [@Player] ,,,,,,,,Prayer of Healing
    /cast [@Player] Prayer of Mending
    Whats the variable @player for ?

    cheers
    BC
    I don't suffer from Schizophrenia, I enjoy every moment of it !

  2. #2

    Default

    Blizz changed the way you can write macros now to save some space on the 255 character limit. the " @ " replaces " traget= " and for Player.. you put in the Player's name.

    Ex: you want to cast Renew on your Paladin, named Joe

    /cast [@Joe] Renew,,,,

  3. #3

    Default

    having @focus will also target who ever is set as your focus. I have mine setup this way, so if I have to pug a tank, I can set them up as my slave's focus and they target whatever they're targeting instead of me. So you don't have to set it to anyone's specific name.

  4. #4

    Default

    Quote Originally Posted by Nighthawk38 View Post
    Blizz changed the way you can write macros now to save some space on the 255 character limit. the " @ " replaces " traget= " and for Player.. you put in the Player's name.

    Ex: you want to cast Renew on your Paladin, named Joe

    /cast [@Joe] Renew,,,,
    "Player" can also just be used to target yourself when not swapped for a name.

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

    Default

    @ can be used, instead of Target=
    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


  6. #6

    Default

    /cast [@Player] Prayer of Mending

    is equivalent to:

    /cast [target=Player] Prayer of Mending

    (casts Prayer of Mending on self).

  7. #7

    Default

    Quote Originally Posted by Ualaa View Post
    @ can be used, instead of Target=
    Cool Thanks
    I don't suffer from Schizophrenia, I enjoy every moment of it !

Posting Rules

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