Imagine Nation Forums

Full Version: [EUO] Picking cotton and flax
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here's my macro for collecting cotton and flax (you can make cloth from it using spinning wheel and loom).

Code:
finditem IPE_FPE_HPE_CPE_TEK_VEK_WEK G_2
if #FINDCNT > 0
{
   set #lObjectID #FINDID
   event Macro 17 ; last object
}

finditem NFF_QEK_PEK G_2
if #FINDCNT > 0
{
   Exevent Drag #findid #findstack
   Exevent Dropc #backpackid
}

Just loat it up on EasyUO, press play and run around cotton/flax fields. It will gather any cotton and flax near you.

Eighty Swords

I used this awesome macro a little while back and the only issue I had with it was that it would sometimes be slow to pick up the cotton/flax once it double clicked it. So what I did was cut out the last few lines so the EUO macro is this;

Quote:finditem IPE_FPE_HPE_CPE_TEK_VEK_WEK G_2
if #FINDCNT > 0
{
set #lObjectID #FINDID
event Macro 17 ; last object
}

And then I added cotton/flax to the scavenger agent in Razor. Just wanted to share that in case anyone else finds the same thing. Awesome macro Kamos, thanks again Smile