ScriptUO

Official ScriptUO EasyUO Scripts => Script Library => Resource Farming => Topic started by: Paulonius on May 09, 2011, 02:25:13 PM

Title: Cotton Picker
Post by: Paulonius on May 09, 2011, 02:25:13 PM
This script will pick cotton, until you are close to full...  or dead.  It's really a stealth trainer with benefits.

You need nothing to run this script.  Try to position yourself in the center of the field to start.

Code: [Select]
;==========================================================
; Paulonius Cotton Pickin' Stealthy Cotton Picker
;==========================================================
; Position yourself in the middle of a cotton field
; on a toon that can consistently stealth, or that you
; would like to train stealth on.  Script will stealth around
; picking cotton.  Cotton doesn't spawn very fast, but,
; it doesn't fight back either...
;----------------------------------------------------------
Title: Re: Cotton Picker
Post by: gimlet on May 09, 2011, 03:35:03 PM
heheheheh - I love your intro

Thanks i need some cotton!
Title: Re: Cotton Picker
Post by: Endless Night on May 09, 2011, 05:19:10 PM
lol hilarious.
Title: Re: Cotton Picker
Post by: 12TimesOver on May 13, 2011, 06:26:45 AM
Anybody test this out for Paulo yet? Looking for some tester feedback!

X
Title: Re: Cotton Picker
Post by: gimlet on May 13, 2011, 07:16:08 AM
I ran it the other day to get some cotton. Seemed to work ok . Would hang occasionally with an i can not get there error.

Neat Script!
Title: Re: Cotton Picker
Post by: Endless Night on November 03, 2011, 09:25:23 AM
Congratulations your Script has been moved to the script library
(if you dont think the section is appropriate please pm me)
Thank you for your submission

Comments/improvements/suggestions
- Adding detection of  "you must wait a few moments to use another skill." would be nice and adjusting the wait time accordingly.  But script works as is.
Title: Re: Cotton Picker
Post by: ttjoshtt on March 22, 2012, 02:18:41 PM
simple works love it 03/22/2012
Title: Re: Cotton Picker
Post by: wizzle on October 27, 2013, 07:35:52 PM
Nice script! I modded it to pick pumpkins instead of cotton and it works pretty darned good! I adjusted the wait timer so it scans more often, but I can't figure out how to turn off the hiding aspect of the script. (I'm super green at this)
Title: Re: Cotton Picker
Post by: Paulonius on October 28, 2013, 08:13:06 AM
Place a semi colon ";" in front of the line to comment out the "Event macro 13 21" line in the following sub and it won't hide anymore.

Code: [Select]
Sub Wait_Four_Minutes
Set %Timeout #Scnt + 240
While #Scnt < %Timeout
      {
      Wait 20
      If H Notin #charstatus
         event macro 13 21
      Set #LobjectID #BackpackID
      Event macro 17 0
      Wait 50
      }
Return

In the interest of clean coding you should also comment out the previous line that starts with "If H..", but it won't make an apparent difference.
Title: Re: Cotton Picker
Post by: wizzle on October 28, 2013, 06:29:05 PM
Thanks so much! Great script!
Title: Re: Cotton Picker
Post by: dxrom on November 21, 2013, 02:23:41 AM
i need to try this out

Instead of spamming the boards because you think you're going to get your restricted status lifted that way, maybe you should try and write an introduction post. We're not EasyUO.com, our restrictions aren't limited to minimal post counts.
Title: Re: Cotton Picker
Post by: 12TimesOver on November 21, 2013, 06:18:17 AM
i need to try this out

Instead of spamming the boards because you think you're going to get your restricted status lifted that way, maybe you should try and write an introduction post. We're not EasyUO.com, our restrictions aren't limited to minimal post counts.
I've purged all his posts but wanted to reply to at least one to say a 3-day ban will give him a little time to think about it.

X
Title: Re: Cotton Picker
Post by: death123 on July 06, 2014, 12:53:52 AM
this is amazing script for resources .....i just tested
many thanks...
i should use it for burning tailor bods so i look forward for a future progress on making cloth on spinning wheel and loom automatic.
Title: Re: Cotton Picker
Post by: zankin on December 11, 2014, 08:49:56 AM
So far so good, I edited the time from 4 minutes to 4 seconds, just because I'm impatient.  Kind of excited to see more cloth for less money.