ScriptUO
Official ScriptUO EasyUO Scripts => Script Library => Resource Farming => Topic started 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.
;==========================================================
; 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...
;----------------------------------------------------------
-
heheheheh - I love your intro
Thanks i need some cotton!
-
lol hilarious.
-
Anybody test this out for Paulo yet? Looking for some tester feedback!
X
-
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!
-
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.
-
simple works love it 03/22/2012
-
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)
-
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.
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.
-
Thanks so much! Great script!
-
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 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
-
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.
-
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.
-
Ok thx for the info