Results -9 to 0 of 3

Threaded View

  1. #3
    Player
    tjw's Avatar
    Join Date
    May 2011
    Posts
    252
    Character
    Kyan Ashton
    World
    Hyperion
    Main Class
    Archer Lv 50
    1. Your issue is that <p0> is not a valid string for a target name. For party members, it's <0>, <1> etc. Yourself is <0>, although your macro also backfires when you need to apply the buff on someone else (as you will keep applying buffs on yourself). You should make it so when you have someone targetted, the Draw command will go off on the person targetted, and if not targetted, on yourself.

    This is my macro for Draw:

    /micon "Draw"
    /ac "Draw" <t>
    /ac "Draw" <me>
    /wait 30
    /echo Draw the next card! <se.10><se.7>

    2. Make sure your target is actually targetting a proper enemy/targettable mob, and not empty space or a NPC/etc.

    And yes, your quotation marks aren't working as intended. Make sure you use the in-game text, instead of copying-pasting outside macros in. Its tedious but safe.
    (0)
    Last edited by tjw; 09-05-2015 at 10:18 AM.