Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

[EUO] Picking cotton and flax
#1

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.


Messages In This Thread
[EUO] Picking cotton and flax - by imported_Kamos - 02-18-2010, 11:56 AM
[EUO] Picking cotton and flax - by Eighty Swords - 02-19-2010, 10:53 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)