Close
Page 2 of 3 FirstFirst 1 2 3 LastLast
Showing results 11 to 20 of 21
  1. #11

    Default

    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

  2. #12

    Default

    I use my slaves to track nodes as their windows sit just above my main's on one screen. I use Sexymap to enlarge the minimap, which also enlarges the yellow dots. Tried using Mappy once, but couldn't get it to make the dots bigger so I could see them. My main Shaman I run has the following macro as he has both gathering professions and a slave has skinning.

    #showtooltip
    /casequence [nocombat] mining, herbalism

    I have this macro on the same key I spam for slaves that has the /assist focus macro, so I hit this constantly to track. With the [nocombat] line in it, it just shows up as the red ? icon and can't be pressed in combat since it registers on the global cooldown every time you press it.

  3. #13

    Default

    lots of good ideas guys thanks for the input going to try a few of the addons mentioned and will let you know what i find.

  4. #14

    Default

    Quote Originally Posted by alcattle View Post
    Carbonite will track both at one time, it will even give you a route to follow. (never tried using route for two kinds of nodes) But it will put anything that is trackable on the Map.
    Carbonite will show the nodes in its database at the same time (or whatever else you want it to show), but it doesnt "track".

  5. #15

    Default

    Gatherer can be setup to show database information for both at once.
    "My dogs could roll heroics with how a lot of you play."
    - Fursphere 2010




  6. #16

    Default

    Quote Originally Posted by HPAVC View Post
    Carbonite will show the nodes in its database at the same time (or whatever else you want it to show), but it doesnt "track".
    I might have explained wrong. It puts nodes on the map and then gives you a path/route to go to all of them in a closest to farther nodes in order without repeating nodes until you re-route.
    RAF Tour Guide files are obsolete, I went to Zygor
    MultiBoxers play with themselves

  7. #17

    Default

    I just discovered Carbonite, thank you .
    I really enjoy this addon.
    Valerion - Protection Paladin - 80
    Kawachi - Elemental Shaman - 80
    Kahachi - Elemental Shaman - 80
    Kazachi - Elemental Shaman - 80
    Kamachi - Elemental Shaman - 80

  8. #18

    Default

    Gatherer is the bomb, thought I did not go with mining/herbing honestly to much of a pain to have to drop skinning and start from scratch but it is a pain not to be able to gather them both so looking forward to next expansion so I can do both with one character.
    Daggerspine Alliance: Phoebus(Tank), Soozanuna(Heals/Tailor), Angakak (Enchanter), Wakantanaka(Herb/Alch), Znakharka, Jonhyone(JC), Marious(Other Tank/BS), Magnux(Enchanter), Coyolxhauqui(LW)

  9. #19

    Default

    Quote Originally Posted by Redbeard View Post
    Where did you see this? Im interested in reading about it,

    Thanks.
    I recall hearing this at the Blizzcon this summer. It was mentioned by one of the cataclysm panels it was hugely applauded by the audience

  10. #20

    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...

Posting Rules

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