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

Pages: 1 2 [3] 4 5 6
31
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: October 14, 2021, 07:42:51 PM »
I'm going hard on BODs lately and will continue reporting any issues I find.

32
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: October 14, 2021, 01:50:29 PM »
"Wooden Container Engraving Tool"

33
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: October 14, 2021, 03:56:59 AM »
In every case it was a normal oak.

Wood container not metal container like we discussed earlier.

34
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: October 13, 2021, 07:40:44 PM »
"Wood Container Engraving Tool" gets hung up when the wood type is other than normal.

35
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: October 13, 2021, 09:03:07 AM »
This appears to be the case for all bone armor with none normal leather.

36
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: October 13, 2021, 08:37:27 AM »
The helmets are normal color.

37
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: October 13, 2021, 08:33:13 AM »
Ran into a big issue with tailoring.

Had a spined leather bone helmet 10 normal BOD.

The script was making them endlessly and trashing them. They were all exceptional bone helmets so I am thinking that maybe because they were exceptional it was having an issue with them?

I didn't catch it until it had trashed 91~ helmets. Luckily I caught it and was able to pull them all out before they were deleted.

38
Crafting / Re: Penny's Bodswapper
« on: October 11, 2021, 06:56:15 PM »
My changes were only for the tinkerer NPC.

Redownload it and start fresh without the changes it should work fine.

It sounds like you applied the changes incorrectly though and might want to look at that if you turn in tinkering BODs.

39
Crafting / Re: Penny's Bodswapper
« on: October 09, 2021, 08:45:59 AM »
Change this:

;=====================================
sub waitForVendorGump
;=====================================
  set %vendorGumpOpen #TRUE
  set %vendorGumpCount 0
  WAIT_FOR_VENDOR_GUMP:
  if #CONTNAME = normal_gump && ( #CONTSIZE = 134_168 )
  + || ( #CONTSIZE = 142_240 ) || ( #CONTSIZE = 116_150 )
  + || ( #CONTSIZE = 214_204 ) || ( #CONTSIZE = 139_168 )
  + || ( #CONTSIZE = 183_168 ) || ( #CONTSIZE = 214_168 )
  + || ( #CONTSIZE = 170_168 ) || ( #CONTSIZE = 214_186 )
  + || ( #CONTSIZE = 171_150 ) || ( #CONTSIZE = 171_168 )
  + || ( #CONTSIZE = 183_204 )
  {
    return

To this:

;=====================================
sub waitForVendorGump
;=====================================
  set %vendorGumpOpen #TRUE
  set %vendorGumpCount 0
  WAIT_FOR_VENDOR_GUMP:
  if #CONTNAME = normal_gump && ( #CONTSIZE = 134_168 )
  + || ( #CONTSIZE = 142_240 ) || ( #CONTSIZE = 116_150 )
  + || ( #CONTSIZE = 214_204 ) || ( #CONTSIZE = 139_168 )
  + || ( #CONTSIZE = 183_168 ) || ( #CONTSIZE = 214_168 )
  + || ( #CONTSIZE = 170_168 ) || ( #CONTSIZE = 214_186 )
  + || ( #CONTSIZE = 171_150 ) || ( #CONTSIZE = 171_168 )
  + || ( #CONTSIZE = 183_204 ) || ( #CONTSIZE = 234_204 )
  {
    return

40
Crafting / Re: Penny's Bodswapper
« on: October 09, 2021, 06:52:13 AM »
Thank you! I fixed it! Will let you know when I get the BODs for you and I'll start working on the other aspects.

41
Crafting / Re: Penny's Bodswapper
« on: October 08, 2021, 05:27:01 PM »
I've had great success with Blacksmithing and Carpentry turn ins.

Now doing Tinkering turn ins it gets hung up at the point of getting a new BOD from the NPC.

I'm looking through the script to fix it but honestly I'm not very good at this.

It says there is an error with the bod gump.

I am using the vendor named Chalmers the Tinkerer in Moonglow Tram.

The script gets hung up at the drop down selection window where you would normally choose "Bulk Order Info"

I tried using a different NPC and changing screen size and resolution but that changed nothing.

42
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: October 08, 2021, 05:19:38 PM »
Finally got around to turning in my Tinkering BODs to get new ones and help you with this but the script I have for turning in BODs and gathering the rewards doesn't work on tinkering for some reason.

I was using Penny's BOD Swapper ( http://www.scriptuo.com/index.php?topic=14992.msg125421;topicseen#msg125421 )

Manually turning in these bods (500+) for points is very time consuming. I need to find a solution.

43
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: October 01, 2021, 04:20:38 AM »
I think I've filled all of my container engraving BODs but I am probably going to be done filling all my other BODs later today and doing turn ins so I'll probably have some more tonight or tomorrow that I can give you.

I play on Atlantic.

As for the testing you need done I will try to get to it when my time allows. I spend way more time scripting UO than actually playing it right now because of parenting and family duties. I might be able to get some of it done tonight though.

44
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: September 30, 2021, 06:50:37 PM »
It fails and starts using the engraving tool when the tinker tool runs out in the middle of the process. That is 100% reproducible for me so far.

This occurs even if there are other tools in the bag.

45
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: September 30, 2021, 03:52:55 PM »
Sometimes "Metal container engraving tool" is used in place of the "tinker's tools" causing the script to get stuck.

Pages: 1 2 [3] 4 5 6