-
Elite User
Max efficiency milling (also works with prospecting probably)
Sup guys,
First of all, get the addon "Speedyautoloot" this shit smacks for milling / prospecting and is required for this method. Just a moment...
I noticed that when using a keyspammer to mill at low latency with a macro it will attempt to mill the stack of herbs after it has been depleted below 5 herbs. (It casts milling on the 5 herbs before they are removed from your inventory from the previous mill). I'm sure others have noticed this aswell. If you just let it be, it'll reduce efficiency by about 25%. Using some macos that I dug up from the past I was able to get a better solution working.
shamelessly stolen from this thread: https://www.ownedcore.com/forums/wor...n-5-again.html (Better Milling/Prospecting Macros (Never fail on stacks less than 5 again!))
We have two macros:
(can be named anything)
Code:
/run function FnH() for i=0,4 do for j=1,GetContainerNumSlots(i) do local t={GetItemInfo(GetContainerItemLink(i,j) or 0)} if t[7]=="Herb" and select(2,GetContainerItemInfo(i,j))>=6 then return i.." "..j,t[1] end end end end
(must be named "Milling2")
Code:
/run local f,l,n=AuM or CreateFrame("Button","AuM",nil,"SecureActionButtonTemplate") f:SetAttribute("type","macro") l,n=FnH() if l then f:SetAttribute("macrotext","/cast Milling\n/use "..l) SetMacroItem("Milling2",n) end
/click AuM
/use Felweed
Run the first macro once, then spam the second macro.
The first macro has been changed, instead of >=5 it is now >=6 which means any stack greater than or equal to six will be milled. With these two macros it will avoid every instance of milling an empty stack, however based on server latency you may still end up with a few random stacks of 5 herbs at the end. The macro will continue to mill these stacks of 5 after all the stacks of greater than 5 have been milled.
Hope this help!
P.S. If anyone knows ap rogram like _keyspam that is working and undetected lmk I'm just using my razer naga with a repeat keystroke script.
P.S.S. If you're on a megaserver this will leave substantially more stacks of 5 in your bags when the server starts getting populated throughout the day. I recommend sorting your bags and condensing these stacks back into full 20's then continuing with the macro until you are done, as milling each stack of 5 will add back the wasted time we just removed with the macro.
Last edited by Strath; 09-02-2022 at 08:40 AM.
-
Post Thanks / Like - 5 Thanks
-
★ Elder ★
The Curator
Shared this to someone on a Discord I am in. As they mill a lot of herbs.
-
Elite User
Nice, hopefully it helps out!
-
Member
-
★ Elder ★
The Curator
Originally Posted by
CheetosLover
Any updates on this?
Does it not work?
-
Elite User
Originally Posted by
CheetosLover
Any updates on this?
probably a post bot.
-
Member
Last edited by NomanSEBT-X; 07-21-2023 at 08:21 AM.
Reason: modify answer
-
Elite User
Probably? I've just been using TSM destroyer with multiple windows now. Bind destroy macro to scrollwheel -> scroll over each window -> mill fast af by using multiple accounts