1. #1

    New spam tradeskill macro(Enchanting)?

    Yo!

    Legion hit and I decided to reroll my Hunter's profession to Enchanting.

    However this macro no longer seems to work which I used pre-Legion.

    Code:
    /click TradeSkillCreateButton 
    /use Enchanting Vellum
    /click StaticPopup1Button1
    Anyone know what the new variable name is for the "Create" button? Or is there an alternative way of spamming Enchants on your vellums?

  2. #2
    I see TradeSkillFrame.DetailsFrame.CreateButton with /fstack

    No idea why it doesn't work with click (I'm not familiar with this) but instead of /click you can use
    /script TradeSkillFrame.DetailsFrame:Create();
    Last edited by Yuyuli; 2016-07-21 at 02:57 PM.

  3. #3
    Yes, that one works. Thank you

Posting Permissions

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