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 - slyone

Pages: 1 ... 7 8 [9]
121
General UO Chat / Re: Ids for weaving scrolls
« on: April 29, 2010, 05:32:12 PM »
Reaper Form = LCR







122
ScriptUO Questions and Answers / Short Cuts
« on: April 29, 2010, 06:10:54 AM »
First off. Thanks for SUO, it is awesome.
Next, my question:
Do you have a list of program short cuts?
I've been trying to use SUO more and more for my script writing and I notice that some of the standard short cuts work in the program while others either don't work or are implemented differently.
A few examples:
This works
1) Changing child windows == ctrl-tab or ctrl-shift-tab

This doesn't work
2) Find/Replace == ctrl-f
This caused SUO to crash when I did it quickly without remembering that I can't use it to open find/replace.

This is different...(ctrl-O doesn't seem to work for opening files)
3) load == ctrl-L (This allows you to browse for a script to load.)

Thanks again for the awesome program.

123
Resource Farming / Re: Ter Mur Lumberjack
« on: April 26, 2010, 03:20:12 PM »
I've never had the issue of the guild/quest menu popping up...let me know what circumstances you are in when you get the menu and I'll try to reproduce them on my end.

As for the script freezing up in the drop sequence...I have trouble with that too sometimes.  I've only had it freeze on me like once in two weeks though.  I guess the first thing I'll try to make it stop freezing is to increase the wait time.

Thanks for the feedback.

124
Crafting / Bola Maker
« on: April 26, 2010, 02:58:18 PM »
Here is my Bola Maker. It is my first try at making a script with a menu.  I've tested it a bit and it works well for me and a couple guildmates.
Give it a whirl and let me know what you think.

Setup is pretty easy:
-Get a resource container with iron ingots and leather.
-Get a tinkerer with at least 60 tinkering.  (I recommend higher and use a tinker tali.)
-Have at least 1 tinker tool in your backpack.
-Start it up.


125
Thank you!

126
Resource Farming / Re: Ter Mur Lumberjack
« on: April 24, 2010, 01:22:57 PM »
Well, I ended up having time to take a look at adding a Crystal Shard Counter.  So I created it and just uploaded the latest version.

127
Resource Farming / Re: Ter Mur Lumberjack
« on: April 22, 2010, 01:19:01 PM »
Good call, it defaults to two books :/
I messed with the runebook counter in the setup_runebook sub.  I should probably start at 0 and increment inside each of the if statements...

Post Merge: April 24, 2010, 01:11:26 AM
I updated the script so that you can successfully use it with a single runebook whether it be ter 16, mur 16, or a wood/tree book.  Current version is templatev2_2.  I'll see about modifying the menus to add a crystal shard counter next :)

128
Resource Farming / Re: Ter Mur Lumberjack
« on: April 21, 2010, 08:51:43 PM »
Thanks for testing it out.  I'll see if I can get it to reproduce the issues you are having.  It would be nice to add a crystal shard counter...I'll look into it  :)

129
Resource Farming / Re: Ter Mur Lumberjack
« on: April 21, 2010, 09:42:22 AM »
I've found that crystals shards drop frequently enough to make lumberjacking in Ter Mur worth it.  I have to watch out sometimes for random monsters but for the most part I have been able to find trees without dangerous spawn.

Also, crystal shards come in handy when you need arcanic rune stones. 

130
Resource Farming / Ter Mur Lumberjack
« on: April 20, 2010, 09:21:31 PM »
Nicar's Recall Lumberjacker has been my script of choice for lumberjacking for the past couple years.  When Ter Mur came out, I went and marked a full runebook of trees and went to work.  I found that the script did not recognize my trees!
I'm not the most advanced scripter but I am learning.  So i went to try and figure out how to make Nic's LJ work in Ter Mur.  After a bit of work on the script, I've got something that works quite well.  The script is My Ter Mur edit of Nicar's Recall LJ.  It still has issues with timing...(sometime I lose my client when unloading my backpack which is quite annoying)...but I find it very effective.

To make the script work in Ter Mur, I basically hardcode my trees into the script.

So to setup up the script, you first have to fill one or two runebooks with trees for Ter Mur.  Name one of them 'ter 16' and the other 'mur 16'.  Then run the setup script for each runebook in Ter Mur.  The setup script makes you recall around to each tree in your runebook and target the tree you want to harvest at each spot.  It pauses in between each rune so that you can recall from one rune to the next.  After the 16th tree, the script creates a file named 'mytrees.txt' and puts it in the same directory as the setup script is found.  Copy and paste the code created from the mytrees.txt into the corresponding subs at the end up my lumberjacking template script.  If you are using two books for ter mur, then you have to run the setup script for each book and copy the code into the template each time.  The LJ script only supports two books for Ter Mur.  Once you have copy and pasted the code into the template save the script and you are done with the tree setup.

As for setting up your lumberjacker to use Nic's LJ: First I suggest you get a couple runebooks for Ter Mur setup,  Then I would get a separate runebook containing a rune to my secure location.  Then I would set my variables in the menu and press Play!

The script auto locates trees to chop in fel. The script is not specific to only Ter Mur.  It also works with other facets.  You only have to do the runebook setup for the trees in Ter Mur.  Name the Ter Mur runebooks:  'ter 16' and 'mur 16'.  Name the runebooks for other facets:  'wood 16' or 'tree 16'.  Make sure that you only have one 'ter 16' runebook and one 'mur 16' runebook and that the tree setup code has been copied and pasted to the correct sub at the end of the template script.

I did my best to write clear instructions at the beginning of the scripts.

I have had quite a bit of success using this script.  I hope you find it as effective as I have.
Thanks!

Note:  I am posting this script as my edit to Nicar's Recall Lumberjacker.  I give the credit to Nicar and J4bber for writing it and many thanks to all those who helped make it such a powerful script.  Thanks to all who have contributed to it in the past!


Sly did make reasonable attempts to get in touch with the previous authors.  So we're OK with him taking over this script.  FYI


Revision to Version 2.2:  I simplified the logic in how the runebooks get setup.  Now the script correctly determines how many runebooks you have in your backpack and adjusts to any combination of ter 16, mur 16, and tree/wood books.
Revision to Version 2.2a: I added a crystal shard counter. 

131
Misc. Scripts / Re: SOT sorter
« on: April 07, 2010, 04:33:03 PM »
Thank you for the feedback!  I uploaded the revised version.  I'm glad it works for 115s and 110s also! Sorry no scroll binding yet...

132
Misc. Scripts / Re: SOT sorter
« on: November 26, 2009, 06:49:01 AM »
Agreed, I'd definitely like to add in scroll binding.  Alas, at the moment midterms have run away with my scripting time...

133
Misc. Scripts / Re: SOT sorter
« on: October 24, 2009, 06:00:38 AM »
SOT's are scrolls that drop in your pack while you are doing a champ spawn, similar to 105 powerscrolls.  Each SOT has a value of skill on it from .1 to 1 point.

134
Misc. Scripts / SOT sorter
« on: October 23, 2009, 01:04:14 PM »
Here's a go at the first time I've submitted a script.

The script's purpose is to sort all those SOT scrolls you've been collecting.

Setup is pretty easy:
1) Buy 10 backpacks or pouches and secure them in your house.  
2) Bag up a bunch of SOT's to sort.
3) Stand near the 10 backpacks and the bag full of SOT's.
4) Press Play.

The script will sort your SOT's in alphabetical order into the 10 backpacks.

I just sorted 200 SOT's at my house.  I hope you all find it useful!

Thanks!

135
New member introductions / Hi
« on: July 30, 2008, 10:53:51 AM »
hey, i'm a novice scripter.  I've been playing UO since the 2nd age came out.  It's fun to see a script start out as an idea and then make it actually work.  I've been slowly working on a few scripts and each time I learn alittle more.  Thanks in advance for the help!

Pages: 1 ... 7 8 [9]