[EUO] Picking cotton and flax - Printable Version
+- Imagine Nation Forums (
https://in-uo.net/forums)
+-- Forum: Imagine Nation: Xtreme archive (
https://in-uo.net/forums/forumdisplay.php?fid=5)
+--- Forum: Player Guides (
https://in-uo.net/forums/forumdisplay.php?fid=20)
+--- Thread: [EUO] Picking cotton and flax (
/showthread.php?tid=4082)
[EUO] Picking cotton and flax -
imported_Kamos - 02-18-2010
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.
[EUO] Picking cotton and flax - Eighty Swords - 02-19-2010
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