What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Milling Herbs

sfagent07

New Member
Joined
Jan 15, 2010
Messages
37
Reaction score
0
Are you guys manually milling all your herbs? Is there an automated way to do it and prospect?
 
This guide doesn't belongs to me, just posting it:
How To Create & Run The Script

1. Download http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe & Install.

2. Go to Start on your desktop and into your Programs -> AutoIt V3 -> Run SciTE Script Editor

3. Paste the code above and save it.

4. Make sure Auto Loot is enabled and then setup your milling/prospecting macro so it is on your bar as the 1 key and then finally organize your herbs/ore.

Macro Examples
Code:

/cast Milling
/use Adder's Tongue

Code:

/cast Prospecting
/use Saronite Ore


Example On How To Organize Your Herbs/Ore
Example, you have a few stacks of herbs/ore. Place the stacks from largest (20) to smallest (1) going from right to left.
Preferably in stacks of 5.

(http://img199.imageshack.us/img199/563/43568852.jpg)

5. Run the script by double clicking or right clicking -> Run Script

6. To stop it just simply go to your task bar and right click the purple-ish/blue icon with a triangle in the center and click Exit.
 
Gatherbuddy Bar 2 Number 0 put your milling/de/prospect macro there and hit crafting on GB and your all set. For milling make a macro like /cast milling /use Lichbloom /use Adder's Tongue
that's all you need. Make sure all of your stacks of herbs end in either 0 or 5 ok or it will stop.
 
what is that script again of autoit? cause sometimes I dislike using GB for it can someone post?
 
yeah like what script can i open if i don't see a script in here?
 
you might look at the krestack addon to help with stacking and moving form bank to bag and back.
 
i've got an autoit autoclicker if anyone wants it. pretty simple, it asks how many clicks you'd like to repeat and how long of a pause between them.
 
i'd still like to have the script that comes with that quote which isn't there if someone has that autoit script and can share please do.
 
i'd still like to have the script that comes with that quote which isn't there if someone has that autoit script and can share please do.
Code:
$hWnd = "World of Warcraft"
$i = 0
Do
ControlSend($hWnd,"","","""{1}")
Sleep(4250)
Until $i = 999999
tooltip($i,"1","1")
 
Use the Crafting option in Gatherbuddy.

Bar 2, Button 0 (I believe).

Code:
/cast Milling
/use Adder's Tongue
/use Lichbloom
/use Tiger Lily
/use Icethorn
/use Deadnettle
/use Goldclover

Let it go crazy.
 
i need a autoclicker wich sends 1, 2, 3, 4, 1 ,2,3,4,..... I would love to configure the intervalls.. is this possible?
 
the only issue you may find with the GB milling is sometimes it just stops, but that may be my milling macro
 
the only issue you may find with the GB milling is sometimes it just stops, but that may be my milling macro

If it gives you the warning that says you need 5 of whatever herb, take any stacks that aren't divisible by 5 out of your bags. That sometimes stopped GB for me but that solution fixed it.
 
the only issue you may find with the GB milling is sometimes it just stops, but that may be my milling macro


agreed, + the reason for asking for the miling script of autoit, if the bot gets detected it wont get me caught just because i was just milling dont like get loise a acc when i'm just milling herbs.
 
Yeah get a program called MouseMachine, Try google. You can open multiple instances and set each one to click a different spot with a different cooldown.
 
Button Basher im using this tools for years and not only in wow... google it you ill love it >D
 
Back
Top