1. #1

    Maelstrom Shatter Macro

    What's a 1button macro I can use to shatter maelstorms? /cast maelstrom crystal didnt work, nor did linking the enchant from my enchanting /cast [enchanting: maelstrom shatter]

    I have googled this topic already and have been unable to find one.

  2. #2
    You could make a macro to click the create button on your profession window. You'd have to keep the prof window open with Maelstrom Shatter highlighted the entire time, but it'll get what you need done.

    /click TradeSkillCreateButton

  3. #3
    Deleted
    Code:
    /run CastSpellByName("Enchanting") for r=1,GetNumTradeSkills() do if GetTradeSkillInfo(r) == "Maelstrom Shatter" then DoTradeSkill(r,1) break end end CloseTradeSkill()
    Adjust Maelstrom Shatter to be the exact label in your profession window.

Posting Permissions

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