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 2 3 [4] 5 6 ... 9
46
No I'm using yours and  was talking about the one I thought you revamped that was Ced's on the EUO site I think.

Once again I love the script but still wondering how do you unlock all the plants lol one at a time I guess?



Check out the tools menu.  There is an option to trash plants which I think is what you are looking for.  See the attached picture.  Hopefully Neo does't mind me attaching it.

47
Scripting Chat / Re: Crafting Script Question
« on: February 18, 2013, 06:41:16 PM »
That is awesome! If I were to need to go to a 2nd page, I would use that to find the coords for the next page button and then I would do it on the next page for the item that I needed crafted?

For example, lets say that next page would be 40 250 I would do

Code: [Select]
Gosub OffSetClick 40 250 ;click next page button
gosub waitforgump %cwin  ;pause for gump to reset to next page
Gosub OffSetClick 30 370  ;makes item

or something like that?

That sounds correct.

TM wrote a nice OffsetClick generator if you want to check it out:

http://www.scriptuo.com/index.php?topic=505.msg4031#msg4031

48
Crafting / Re: Bulk Order Bribery
« on: February 16, 2013, 06:03:52 AM »
ok tried the loop part run pretty good still a little ghosting of bods so it does stop and tell you to put in book i did notice if your not near the npc it would tell you your not close enough but will loop it so you have to stop script to target another npc and start all over with book and then npc your at but otherwise seems to run pretty well only did 400 bods on bribe so when i do more will have more input great work on the script
Hey slyone, thanks for the mention! 

Gave this a try yesterday and it seems to work pretty well. Thanks for getting it out there.

Had one small idea.  Would love to see an option to continue trying the same NPC over and over until they will allow you to bribe again.  Might be nice to just park it in one spot with a full book, and go watch a movie or something. :D
Nice script... did the job simply and relatively well.  I went looking precisely for this solution to endless bribery of bods and this did the job.  Thank you for sharing.

Thank you all for the feedback.  Glad you find it useful.  Any changes are going to be slow going for me at the moment but I'll definitely take a look at it when I get a chance.

-S

49
Here is a helpful link for character copying if anyone has never used the character copy feature:  http://uo2.stratics.com/miscellaneous/test-center/character-copy

50
Crafting / Re: Runebook Copier
« on: January 05, 2013, 01:34:18 PM »
Cool sub, thanks for the link.  I'll take a look at.

51
Crafting / Re: Runebook Copier
« on: January 05, 2013, 12:02:36 PM »
The script is working great. Found no hickups or delays.

The problem I seem to have is getting the runes to name.

Here is what I put for 2 runes to test out.....and all I get is "-1" for the rune name when it goes in the runebook.

Code: [Select]
sub SetRuneNames
  set %numRunes 9
  set %runeName1 #TRUE The , #SPC , Right , #SPC , Spot
  set %runeName2 #TRUE Home

Any assistance would be appreciated. I must be doing something wrong when hard coding.


Your rune names are showing up as -1 (I believe) because that is the value of #TRUE.

Instead of:
Code: [Select]
set %runeName1 #TRUE The , #SPC , Right , #SPC , Spot
set %runeName2 #TRUE Home

Remove the #TRUE and you should be fine:
Code: [Select]
set %runeName1 The , #SPC , Right , #SPC , Spot
set %runeName2 Home

Let me know how it goes.

52
Crafting / Re: Runebook Copier
« on: December 30, 2012, 06:31:53 PM »
I just found this wonderful script and after a little tinkering around got it to work very smoothly.

Is there a way to automatically name the book you are copying to the name of the book you are copying.

Example the book I am copying is titled "Fel Dungeons"

Can I set up the script somehow to name each book copied the same?

Thanks!!

Good to here the script is helpful.  I just tested a little code to rename a runebook.  I would insert the following code snippet into the script before line 114 (just before the "display All Done!")

Code: [Select]
;START CODE INSERT (just before line 114)

for %curEmptyBook 1 %numEmptyBooks
{
  msg $ ; clear any text
  OpenRunebook:
  set #LOBJECTID %runebookId . %curEmptyBook ; set runebook as last object
  event macro 17 0 ; last object
  ; wait for runebook to open
  gosub GumpWait generic_gump generic_gump
  if #RESULT = #FALSE
  {
    goto OpenRunebook
  }
  ; xy coordinates for rename button
  set %cx #CONTPOSX + 135
  set %cy #CONTPOSY + 25
  click %cx %cy f ; click the rename button
  wait 10
  msg Fel , #SPC , Dungeons , $ ; Change this line to whatever you'd like
}

;END CODE INSERT

display All Done! ; old line 114
halt              ; old line 115

I think I have the contpos offsets correct.  I didn't have a chance to give this a whirl with the whole script but it should probably work.  I should have some time over the next couple of days to test is out and add a text box for the runebook name.  In the mean time the code snippet above should help you out.

53
Did you find you have to login twice on some of your chars to get the xmas gift... or was that just me ?

Just once for my accounts.  :D

54
Thanks for a great script.  I've been using version 5 and whenever I finish doing an inventory of all characters, the script goes to set the default account with the account name "%accountnameN?A".  Has anyone else had this problem?  I'm not sure if it is a problem with my user settings or if its v5.


55
New member introductions / Re: Hi, I am Soldevi!
« on: July 17, 2012, 08:24:46 AM »
Hey Soldevi glad to see you here.

56
Virtualization / Re: Tutorial - Setting up Microsoft Virtual PC 2007
« on: June 20, 2012, 03:24:50 PM »
Problem solved Cerv!

http://www.makeuseof.com/tag/create-a-virtual-machine-image-of-your-existing-hard-drive-windows/

YES! That looks like a winner right there!! Thanks MD!!

It'd be like making a copy of the old WinXP hard drive into a partition of the new Win7 hard drive and using that as the virtual drive! I was hoping for a straight use C: and D: , but this looks like it's going to work.

Thanks again!

I hope I'm not resurrecting too old of a thread.  I just had two super old towers die and now I have two HDDs i'd like to boot from and I'm thinking that this solution is the direction I'd like to take.  How did it work out for you?

57
Crafting / Re: Bulk Order Bribery
« on: May 23, 2012, 04:20:23 PM »
I uploaded v1.1.  This version gives you a choice to loop bribery until your bod book is empty or until the vendor can no longer be bribed.

ok lately with getting the bribery going i have found that the script has a ghosting of the bod and causes the back pack to close so it doesn't turn in  if you open pack and drop it on npc it give new bod not sure why its doing it

I think the bod ghosting comes from trying to move the bod too quickly or something.  I put a couple waits in the script to slow it down.  Please let me know if you continue to get the ghosting.  I fixed the logic so that the script should not close your backpack anymore.  If you still find that it closes your backpack then please let me know the situation where that happens and I'll fix it.

I appreciate that and trust me i could come up with a couple hundred ideas for this script, i am going to do some testing with some plain iron bods and tailor bods to see exactly how the randomness of upgrades goes, but would love to be able to set - POF for instance and it bribe the bods up to a certain price limit to POF, then say shadow hammer - max price and bribe a book up to shadow etc.. If you want more ideas let me know :) And yes i be glad to be your guinea pig!

I just finished my night class and should have some more time in the coming weeks to work on the type of functionality you are talking about rara.  We should be able to get it to keep bribing a particular bod until we get the type we want.

Thanks for the feedback, enjoy!

58
General UO Chat / Re: UO Cartographer
« on: April 25, 2012, 05:12:39 PM »
here you go

I can't stop clicking the link.  So entertaining.

59
Crafting / Re: Bulk Order Bribery
« on: April 17, 2012, 06:28:49 PM »
i like the bribe system you made the one thing i can think of is when you hit bribe you have to keep hitting it to gt more bribes if it kept bribing until it couldn't would be a great time saver of clicking when you have 500 bods to bribe for pof otherwise its a great script only problem i have had is with it closing my pack with having to open it when it closes i have to keep a eye on it

What about a cost limit? Say i dont want to pay more then 10k for a upgrade of a bod? Is there a way to do that? And will this work for tailor bods as well? Seems lately no one bothers with tailor bods at all.

Thank you both for the posts.  I hope to work on this again soon!

@blazehammer I like the idea of being able to "set it and forget it" but I'm not sure yet how to handle moving from one smith to another.  Also, I noticed the issue about the backpack closing also.  I'll look into that too.

@rara The script should work for any type of bod...although I haven't really tried it with tailor bods.  As for the question about setting a cost limit.   I haven't implemented a cost limit.  I'll look into that too.

Thanks again

60
Stealth archive / Re: When you give Stealth a try...
« on: March 30, 2012, 02:49:56 PM »
I gave Stealth another try today.  It works great!

Thanks goes to Crome for all the help!

Pages: 1 2 3 [4] 5 6 ... 9