Page 2 of 327 FirstFirst
1
2
3
4
12
52
102
... LastLast
  1. #21
    Deleted
    I've never really figured out how to do an Inner Focus + Prayer of Healing macro - seem to be 2 /casts which I don't think you can have? Maybe completely wrong ofc. Any help appreciated

  2. #22
    Quote Originally Posted by Musra View Post
    Hey, guys. I am gonna ask a simple question. One of my friends managed to fix me a castsequence macro but now I can't seem to remember how you do it. If you could tell me it would be greatly appreciated. ^^ (it doesn't matter for which class I just wonder how you do one)
    /Musra
    Code:
    #showtooltip
    /castsequence reset=10/shift Spell 1, Other Spell, Some Item
    Great guide BTW: http://www.wowwiki.com/Making_a_macro


    Quote Originally Posted by kirrina View Post
    I've never really figured out how to do an Inner Focus + Prayer of Healing macro - seem to be 2 /casts which I don't think you can have? Maybe completely wrong ofc. Any help appreciated
    If both of them triggers GCD then you can't macro them to one click.


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

  3. #23
    Deleted
    Quote Originally Posted by Mordret View Post
    Is it possible to cast spell on target of mouseover target?
    For example I would like to cast Judgment on boss while only doing mouseover on my tank on grid.
    Code:
    #showtooltip
    /cast [@mouseovertarget, exists, harm][]Judgment of Light

  4. #24
    Quote Originally Posted by kirrina View Post
    I've never really figured out how to do an Inner Focus + Prayer of Healing macro - seem to be 2 /casts which I don't think you can have? Maybe completely wrong ofc. Any help appreciated

    Inner Focus does not trigger the GCD.
    #showtooltip Prayer of Healing
    /cast Inner Focus
    /cast Prayer of Healing

    Also:

    Quote Originally Posted by Mordret View Post
    Is it possible to cast spell on target of mouseover target?
    For example I would like to cast Judgment on boss while only doing mouseover on my tank on grid.
    Judgement spells are unique from most spells in wow, as they actually force you to change targets to whoever you use it on, so you can circumvent this by this macro:

    #showtooltip
    /cast [@mouseovertarget,exists,harm][]Judgement of Light
    /targetlasttarget [harm]
    However it takes two buttonpresses.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  5. #25
    Deleted
    i bought a new mouse recently and it has 2 extra buttons at the thumb, now i want to have my trinket that restores mana on 1 and my arcane torent on the same button bound with a macro but it never works and im sure its possible but i cant think of any combination to use both on 1 bind bound with a macro
    if that makes any sense =/ need halp!

  6. #26
    Hm,

    #showtooltip
    /cast Arcane Torrent
    /use Sliver of Pure Ice

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  7. #27
    Deleted
    Quote Originally Posted by lawomous View Post
    Hm,
    tyvm!

  8. #28
    i got a question about tooltips for macros, is it possible to show the macrotext in the tooltip?
    Sometimes i forget what macro that does what:P

    take my valithria macro for example:

    /cast avenging wrath
    /cast divine illumination
    /cast divine favour
    /use Talisman of Resurgence
    /use potion of wild magic

    is it possible to see that in the tooltip instead of just the name of the macro or the #showtooltip <insert spell here> ?

  9. #29
    The only condtions that the tooltip can show:
    #showtooltip spellname <--Shows a spell icon
    #showtooltip itemname <--Shows an item by name
    #showtooltip BagId slot <--Shows an item by bag slot
    #showtooltip InvSlot <--Shows an item by inventory slot
    #showtooltip <--Shows tooltip dynamically
    So choose an appropriate name for the macro like ValHeal or something.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  10. #30
    I suck at macros and I tired google already and still I'm having trouble. I want to make a random quote macro for Avenging Wrath. Like I want to say a different quote every time I use Avenging Wrath.
    Here's some of the quotes I wanna use.
    /y COWabungaaaaa!
    /y RELEASE THE F*CKING FURY!!
    /y LOLUMADBRO?
    /y You called down the Thunder, Now Reap the Whirlwind!
    /y SH*T JUST GOT REAL!
    /y SYSTEM LOCKS DISENGAGED. AWAITING CONFIRMATION.
    /cast Avenging Wrath
    /y CONFIRMATION CONFIRMED. SYSTEM OVERDRIVE ENGAGED.

  11. #31
    Deleted
    I think I made an addon for that once. Let me check.

    EDIT: Found it.
    Just do: /randomquote add <message> for each line. Then put a /randomquote in your macro.
    Last edited by mmocba105e19de; 2010-09-30 at 06:57 PM.

  12. #32
    Thanks for the help Treeston

  13. #33
    Hai!

    I'm currently using a macro on the beta that allows me to move around and resize the unit frames (like this). I am, however, wondering: is it possible to increase the distance between the player and the target? I'm used to having them further away from each other, is this possible via macroing? You'll find the macro I'm currently using underneath.

    Code:
    /run ComboFrame:SetParent("TargetFrame") PlayerFrame:SetScale(0.9) PlayerFrame:ClearAllPoints() PlayerFrame:SetPoint("TOPLEFT",615,-650) TargetFrame:SetScale(0.9) TargetFrame:ClearAllPoints() TargetFrame:SetPoint("LEFT","PlayerFrame","RIGHT")

  14. #34
    Deleted
    Code:
    TargetFrame:SetPoint("LEFT", "PlayerFrame", "RIGHT")
    Code:
    TargetFrame:SetPoint("LEFT", "PlayerFrame", "RIGHT", x, y)
    Positive x moves the frame right, negative x moves it left.
    Positive y moves the frame up, negative moves it down.

    You do the rest.

  15. #35
    Okay I want a very simple macro for tricks of the trade.

    Currently I use,

    #showtooltip tricks of the trade
    /assist target
    /cast tricks of the trade
    /assist target
    /attack


    It gets the job done well enough usually, but is obviously prone to mucks ups if the tank happens to be enjoying the scenery instead of the bosses's crotch, and since it forces me to switch targets it isn't that efficient.

    I would like a macro that does the same thing (IE, casts tricks of the trade on my target's target) without deselecting the thing I'm stabbing to death.

  16. #36

  17. #37
    Deleted
    Quote Originally Posted by Vorack View Post
    Okay I want a very simple macro for tricks of the trade.
    Code:
    #showtooltip
    /cast [@targettarget, help, nodead][]Tricks of the Trade

  18. #38
    I use this on my rogue for a while, which also lets me Trick before combat starts.

    #showtooltip Tricks of the Trade
    /clearfocus [help]
    /focus [help]
    /stopmacro [help]
    /cast [@focus,help]Tricks of the Trade
    Target tank and hit it once, anytime you hit it again trick will go back to him.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  19. #39
    Quote Originally Posted by Treeston View Post
    Code:
    #showtooltip
    /cast [@targettarget, help, nodead][]Tricks of the Trade
    Thanks, that's perfect.

  20. #40
    looking for a macro, had one but deleted with repair tool =/, i need it to cast wind shear, hex etc. on my target if i dont have a focus, if i have one it will use it on the focus

Posting Permissions

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