1. #1
    Deleted

    Shaman Weapon imbue macro

    hello,

    I looked over at the forums and i couldnt find anything similar. So here is what i need. I pvp as enha and i need to change my offhand weapon imbue midfight many times. i want a macro that will put frostband ( or FT doesnt matter.. im gonna make 2 of those) to my offhand regardless of what is in my mainhand or even if my mainhand is imbued at all.

    thanks!

  2. #2
    I guess something like:

    Code:
    #showtooltip
    /cast Flametongue Weapon
    /use 17
    untested

  3. #3
    Yup and toss
    Code:
    #showtooltip
    /cast Flametongue Weapon
    /use 17
    /click StaticPopup1Button1
    onto the end of that macro to click "Yes" on the popup box.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  4. #4
    Cheers for that helpful addition lawomous, will come in handy.

  5. #5
    Deleted
    i have tried
    #showtooltip
    /cast Flametongue Weapon
    /use 17

    but if i had WF/FB on then it would change FT for my main hand and not my offhand :/
    im gonna try out yours lawomous and then post the results

    ---------- Post added 2011-02-07 at 09:26 PM ----------

    yup..

    #showtooltip
    /cast Flametongue Weapon
    /use 17
    /click StaticPopup1Button1
    doesnt work. i tryed it like this.. i put WF/FB as my imbues then i used the macro and it swiched WF instead of FB
    Last edited by mmoc4cbcb21f56; 2011-02-07 at 07:26 PM.

  6. #6
    I think for Shaman it will always use the spell on your Mainhand then your Offhand, that would be the way Poison macros work for rogues but it doesn't seem to be the same. So you might have to spend two GCDs to rebuff both weapons in this case.

    #showtooltip
    /castsequence reset=5 Windfury Weapon, Flametongue Weapon
    /castsequence reset=5 16, 17
    /click StaticPopup1Button1
    #showtooltip
    /castsequence reset=5 Windfury Weapon, Frostbrand Weapon
    /castsequence reset=5 16, 17
    /click StaticPopup1Button1

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  7. #7
    Deleted
    still.. doesnt work..
    here is the situation: i was running WF/FT and i wanted to switch to WF/FB. so what i did is i made a sequence that casts first WF then FB. it failed . first it refreshed WF to my main hand and then it replaced it with FB. so at the end i was running FB/FT...

  8. #8
    You need to tell your imbues to cast at "no target". This brings up the blue-outline hand target selection cursor. When you /use an inventory slot with this cursor active, it behaves as if you clicked on the slot.

    Code:
    #showtooltip
    /castsequence [(at)none] reset=5 Main Hand Imbue, Off Hand Imbue
    /castsequence reset=5 16, 17
    Replace (at) with the at symbol (the server won't let me post with the actual symbol as it thinks it's a link). You may or may not need to place /click StaticPopup1Button1 on the line below the two castsequences.

Posting Permissions

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