Thread: Macro Help???

  1. #1

    Macro Help???

    Looking for a macro that I can push 1 button that I can create a (Scroll of Wisdom), and the same for a (Sha Crystal)
    Any help would be greatly appreciated.

    Thank You

  2. #2
    High Overlord Grakey's Avatar
    10+ Year Old Account
    Join Date
    Oct 2011
    Location
    Bermidji Minnesnowta
    Posts
    187
    Not sure that would be possible to do, but why would you want to? It only takes two clicks to do it anyways.

  3. #3
    Yes on 1 character it is not a big deal but I am doing it on 10. And from my research I'm pretty sure it can be done I just don't know how.....

  4. #4
    Deleted
    Take a look at the posts over in this thread.

  5. #5
    Deleted
    Smth like that should run :

    /run CastSpellByName("Enchanting") for r=1,GetNumTradeSkills() do if GetTradeSkillInfo(r) == "Sha Crystal" then DoTradeSkill(r,1) break end end CloseTradeSkill()

Posting Permissions

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