Close
Showing results 1 to 10 of 21

Hybrid View

  1. #1

    Default

    Quote Originally Posted by bella101uk View Post
    Hey guys,

    this is for those of you, who have mining and herbalism on one character. When you fly with your flying mount while gathering, this macro helps you beeing able to find ores AND herbs.

    Just make a macro with the following code:


    /run if not THO then local f,t,c=CreateFrame("Frame","THO"),1,0 f:SetScript("OnUpdate", function(_, e) c=c+e if c>3 then c=0 SetTracking(t) if t==1 then t=2 else t=1 end end end) THO:Hide() end

    /run if THO:IsVisible() then THO:Hide() else THO:Show() end


    Press it once to turn it on, press it again to turn it off.

    It swiches herbalism locating and ore locating every 2,5 - 3 seconds, so you are easy able to find both!

    Have fun
    This is automation - which is bannable...

  2. #2

    Default

    Quote Originally Posted by Shibbyking View Post
    This is automation - which is bannable...
    bannable=third party software, macro-usage not normally possible in-game, automatic control of your character

    not bannable=smart use of an in-game resource

Posting Rules

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