Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - timewalker

Pages: [1]
1

It's too bad there aren't any Garden Beds scripts that plant, cross pollinate and gather seeds.

I like the Garden Beds...I'm all about low maintenance.

 

Now that I am up to 8 beds I was thinking the same thing, its too bad there isn't a script.  I primarily use mine for orange petals and seeds of renewal so I would just need to plant, harvest, & empty.

2
Resource Farming / Re: Luck Shroom Farmer
« on: October 14, 2012, 06:26:48 AM »

I aslo added this into the code
      Click 400 322 MC N
Right Before the Pathfind code... this will force your Mouse over your character without clicking him.... you might have to change the x and y screen cords depending on your setup....



Great addition to a great little script, however, you have to wait till a shroom is picked up to have a chance to pause or stop the script with your mouse.  Right before Click 400 322 MC N, I added the following so I could pause without moving the mouse.


Code: [Select]
onHotKey insert
      {
      display Paused, press start to continue collecting.
      pause
      }

Now onto making my rails for the fel side...


3
New member introductions / Re: Returning Veteran
« on: August 11, 2011, 10:01:19 AM »
Thanks for the welcome, I feel right at home.  Another reason UO is still kicking...the community is awesome!

4
New member introductions / Returning Veteran
« on: August 10, 2011, 08:36:20 PM »
Hi all,

I am returning to the game after a nasty 5 year WOW addiction.  Having my entire playstyle nerfed out of existence in WOW, I wandered around a few iphone games before coming back home to UO.

I started playing Ultima with Ultima III back in the 80s and got hooked on UO in 2001.   Learned about scripts after playing on lake austin where a friend gave me an itemmover script that reduced the tedium of moving lots of the same item.  From there I eventually ran several bod accounts across 10 servers. 

I consider myself a hack and slash script editor, I can edit and customize an existing script but I haven't sat down and written one from scratch.  The reason I came to scriptuo is because the scripts here are alot more recent than the ones on easyuo it seems.

Pages: [1]