• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Any addons to Auto Mill herbs?

    Discussion in 'General Discussion Forum' started by projektt, Feb 28, 2011.

    1. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      Is there any possible way to auto mill herbs? Milling 5000 herbs takes way to long.
       
    2. Blink99

      Blink99 New Member

      Joined:
      Jan 15, 2010
      Messages:
      233
      Likes Received:
      2
      Trophy Points:
      0
      autoit script
       
    3. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      Explain?
       
    4. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      There's a plugin called "Allrounder" for HB2

      or GB1's "crafting" button once logged in
       
      Last edited: Feb 28, 2011
    5. willito11

      willito11 New Member

      Joined:
      Nov 20, 2010
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      Don't use GB1 anymore, but there used to be a crafting button in it. You put your macro for mill/prospect on bar 2 (can't remember button #), and start it, come back in 20 mins and done. I used it for prospecting, thought I saw macro's for milling as well.
       
    6. Blink99

      Blink99 New Member

      Joined:
      Jan 15, 2010
      Messages:
      233
      Likes Received:
      2
      Trophy Points:
      0
      simple search on forums yielded...


      EDIT: looking for my old script to upload.

      Found it. download and install autoit, open up the scite editor and paste

      Code:
      $win_title = "World of Warcraft" 
      WinActivate($win_title, "") 
      WinSetOnTop($win_title, "", 0) 
      Sleep(1000) 
      
      HotKeySet("{F1}", "EndScript") 
      
      
      $i = 0 
      $win_title = "World of Warcraft"
      While $i <= 10 
      ControlSend ( "World of Warcraft", "", "", "=")
      Sleep(2300)
      WEnd
      
      Func EndScript() 
      $exit = MsgBox(4, "Ender", "Exit the Bot?") 
      If $exit = 6 Then 
      Exit 
      EndIf 
      EndFunc
      
      place your mill macro on "=" on your actionbar
       
      Last edited: Feb 28, 2011
    7. kilan23

      kilan23 New Member

      Joined:
      Apr 5, 2010
      Messages:
      74
      Likes Received:
      0
      Trophy Points:
      0

    Share This Page