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 ... 5 6 [7] 8 9
91
Awesome script!  I'll have to admit that I have used a bunch of the previous versions of this script but I never posted how awesome it was!  Thanks for the script it works great!

I just set up my toon to donate books and the donation routines work great.  Just needed to manually set the runebook ids and had to make sure to set the default runes...

Thanks again,
slyone

92
Misc. Scripts / Re: Scroll Binder
« on: November 07, 2011, 01:45:07 PM »
I tested it with 125 110s and it seems that there is a problem with ghosting items.  It seems to have problems when it moves new scroll binders.

93
Misc. Scripts / Re: Scroll Binder
« on: November 05, 2011, 03:22:36 PM »
I have a bunch of sot's and 115's that I have to bind so I'll give this a try and comment.  Might I ask why you haven't combined it with this other one you wrote a while back http://www.scriptuo.com/index.php?topic=3111.0;highlight=sorter ?  Seems like a perfect fit.

Thanks for the comment.  Currently, this script does not scroll bind SOTs.  I put the button in the menu for a future version. 

Initially, I was thinking of adding the sorter to this, but I didn't want to bog the set up down with setting the targets for all the bags.  At some point, it will be nice to combine this and the Sorter and make it so that the script scribes new scroll binders. 

Thanks again!

94
Misc. Scripts / Re: Scroll Binder
« on: November 04, 2011, 07:17:45 PM »
works but is very slow and had the issue below.

I tried binding 25 115imbuing scrolls... it successfully pulled a blank binder scroll from resource bag and bound the first 10 scrolls.  It failed to move the second empty bind scroll and failed from that point forward in the binding process. It kept moving scrolls to be bound to my backpack but didnt bind them.

To make faster... you could do 2 things
(1) increase the lpc so processing text is faster   set Lpc ??? default is 10. setting to 3000 will make it process text 300x faster.
(2) reduce the number of finditems performed.

It would also be nice to have a status menu while it is doing actions .. at first i wasnt sure if the script was running or not. The initial menu was very nice.

Thanks for the feedback EN.  I uploaded v1.1.  I bumped up the LPC to 3000 and added a status menu.  This time I only used 115 power scrolls to test it and I couldn't reproduce the problem you described.  I did find a couple bugs that I fixed.

As for reducing the number of finditems...I've been thinking of a couple ways to get around calling finditem over and over again.  I think I will go with creating an array for power scrolls and an array for scroll binders and go from there.  I'm not ready to tackle that yet though.

Anyways, hopefully you all find v1.1 stable and a bit faster.

95
Misc. Scripts / Re: Scroll Binder
« on: November 01, 2011, 01:43:34 PM »
Thanks for the feedback.  I'll work on incorporating your recommendations.

96
Off Topic / Remap your thinkpad's access ibm button anyone?
« on: October 25, 2011, 05:44:58 PM »
So I remapped my access ibm button on my Thinkpad to launch my web browser.  Has anyone else done this?

This is the website I used as a reference:  http://www.thinkwiki.org/wiki/ThinkPad_Button

When I push the button, the program launches to the back of my open windows.  I want the launched program to steal the focus.  Anyone know how to do this?  I thought I saw something about a simple registry value to set at the same place as where you put the path of the program.  I can't seem to figure it out.

97
This is awesome.  Thank you for the script.  I've got it working on just the right piece for my suit now.

One thing that might help others who aren't familiar with TM's CLaw that I noticed when I first set it up:
At first I had my char hidden in my house to start crafting.  My char made the first batch of armor and then the script paused for the CLaw to evaluate.  But I guess the CLaw doesn't loot when your char is hidden so that didn't work out to well.  Once I revealed, things went smoothly.

Thanks again!

98
Off Topic / Re: SVN Serve anyone?
« on: October 19, 2011, 04:53:36 AM »
Thanks for the responses, I'll give these a try.

99
Off Topic / SVN Serve anyone?
« on: October 17, 2011, 07:16:06 PM »
I have been tinkering with tortoiseSVN on my desktop and now I want to access my repository on my laptop.  I don't think I need to go the apache server route so I thought I would go with svnserve.  But it seems like all of the links I find are to downloading the apache verion of svnserve.  Do any of you use svnserve and have a link to a working download?  If you have used it, how has it worked for you?

100
I'm going to start using this in a script.  Thanks for the awesome tool!

101
Just pressed play on this one and it works great! Thank you!

102
General UO Chat / Re: Cleanup Points List
« on: September 22, 2011, 03:49:03 PM »
Tribal Berry = 10 points per
Rock Candy = 1 point per

103
Misc. Scripts / Re: Scroll Binder
« on: September 22, 2011, 08:58:12 AM »
Doesn't fishing have powerscrolls?
I forgot about fishing!  Thanks for the find Cerveza.

I added Fishing to the scroll list and uploaded the new version. 

104
Misc. Scripts / Scroll Binder
« on: September 22, 2011, 04:45:07 AM »
So I love my power scrolls.  I keep every 110 I get.  I always just did the scroll binding by hand.  I've been meaning to tackle a scroll binding script for a long while now and here it is.

I did my best to describe the setup you need at top of the script.

Code: [Select]
;==========================================================
; Script Name: Scroll Binder
; Author: slyone
; Version: 1.3
; Public Release: 09-22-2011
; Revision Data:  02-18-2012
; Purpose:  Scroll bind a bag of scrolls
; Instructions: -Bag up a bunch of power scrolls to bind
;                (note: You can have a mix of 10s, 15s,
;                       and 20s in your scroll bag; even
;                       if you plan on just binding 10s.
;                       If you have a mix in your scroll
;                       bag and want to bind the 10s
;                       then do not select a bag for 15s
;                       or 20s)
;               -This script will ask for another bag
;                of scrolls when the first is done
;               -Set up a resource container with EMPTY
;                scroll binders
;               -This script does not currently support
;                crafting your own scroll binders
;               -Be close enough to all of your secures
;                to drag and drop the scrolls on them
;               -Start the script
;               -Use the menu to target each of your
;                containers
;               -The minimum containers you need are:
;                1) resource, 2) scroll, and
;                3) 10s, 15s or 20s bag
;               -The script currently does not support:
;                1) SOT scroll binding
;                2) Scroll binding other scroll binders
;
; Acknowledgements:  Thanks to TM for the split screen
;                      option in the ScriptUO!
;                    Thanks to C2 for the menu tutorial!
;                    Thanks to Cerveza and EN for testing!
;                    Thanks to Neo for the dragndrop sub!
;                    Thanks to TM for the GumpWait sub!
;                    Thanks to Thimotty for his  strreplace
;                      sub!
;                    Thanks to TM and manwinc for help with
;                      my variables!
;==========================================================
; Version 1.3  - Made the script a whole lot FASTER
;              - Reduced number of finditem calls
;              - Reduced the number of loops
;              - Overhauled the entire script
;              - Added a %lagwait in a couple spots
; Version 1.2  - Added Neo's drag and drop sub to help
;                with ghosting problems
;              - Added a version of TM's GumpWait sub
;              - Added initiallization of binding flags
;              - Now ignores 105s in scroll bag
; Version 1.1  - Fixed bug to move completed binder
;              - Increased LPC to 3000
;              - Added status GUI
;              - Fixed name of Twenty's Bag
;              - Changed dragndropwait time from 20 to 10
; Version 1.01 - added "Fishing" to list of scrolls
; Version 1.00 - Initial Release
;==========================================================

Things to note:
1)  This script currently does not craft new scroll binders
2)  I put an SOT button on the menu because I hope to tackle binding SOTs but this feature is not written yet.
3)  I had trouble with the wait times.  So I put in pretty long wait times.  So currently the script is not optimized for speed.  I'd love to get this thing going fast.  So if anyone has some feedback on making it faster please let me know.
4)  Version 1.3 was written to address bullet point 3.  Let me know what you think.

Please let me know what you think, reply with any comments or questions.

Edit:  Uploaded version 1.3, overhauled the whole script!  From my testing it runs 2x faster than v1.2!!
        Uploaded version 1.2, added Neo's dragndrop sub to help with ghosting items, code cleanup
        Uploaded version 1.1, added a status menu and fixed a couple bugs
        Added for version 1.01 I added "Fishing" to the scroll list.

105
Scripting Tutorials / Re: Repeat Until While
« on: September 21, 2011, 04:47:49 PM »
Whats the open EUO equivalent of these statements?

Lua is pretty similar in structure.  Check out these links from the online manual...

repeat-until:
http://www.lua.org/pil/4.3.3.html

while:
http://www.lua.org/pil/4.3.2.html

for:
http://www.lua.org/pil/4.3.4.html

I started programming in C.  Half of the time I forget the "do" in the while, for and if statements in Lua...

Pages: 1 ... 5 6 [7] 8 9