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

[EUO Macro] - Picking Cotton
#4

Eighty Swords Wrote:What I'd like to do with this script is mod it so it will double click any plant within 2-3 tiles range of where I'm standing.

Didn't I already post a script for this? Just have the script running and run around near cotton. It double-clicks cotton plants and places the cotton in your pack. Don't even need to have razor scavenger agent running. It also does the same for flax if you happen to know where those fields are.

I was sure I posted it but can't find it right now so here it is again:
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
}


Messages In This Thread
[EUO Macro] - Picking Cotton - by Eighty Swords - 04-19-2009, 06:46 AM
[EUO Macro] - Picking Cotton - by imported_Sindern - 04-19-2009, 07:44 AM
[EUO Macro] - Picking Cotton - by Eighty Swords - 04-19-2009, 07:52 AM
[EUO Macro] - Picking Cotton - by imported_Kamos - 04-19-2009, 09:17 AM
[EUO Macro] - Picking Cotton - by Eighty Swords - 04-19-2009, 05:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)