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
46
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: September 30, 2021, 01:20:16 PM »
It takes ingots and boards.

I tried using this script on my other Nunchaku BODs of various sizes, color ingots, and quality and every situation came out the same with it claiming it didnt have the resources.

47
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: September 30, 2021, 11:15:28 AM »
Had dull copper Nunchaku 15 pieces tinkering BOD that kept saying I didn't have the resources. I tried even manually putting the resources into my bag and it would not work. Eventually had to do it manually.

48
Crafting / Re: Penny's Bodswapper
« on: September 29, 2021, 02:43:07 PM »
Well, I saw over on Stratics that once you hit maximum points you need to pick a reward with every turn in.

I haven't personally tried this.

49
Crafting / Re: Penny's Bodswapper
« on: September 29, 2021, 09:47:52 AM »
So far so good! Thankful! Doing BOD churning by hand is not my idea of a good use of my time! lol

Does anyone know what the script does when it reaches maximum reward points?

Wondering if I need to stick around for that point or if it will automatically stop or what.

50
Crafting / Re: neo's Bod Swapper Public Edition v1.0 out 09/22/2011
« on: September 29, 2021, 05:30:38 AM »
Anyone know if this is still operable?

51
Crafting / Re: MeWon's Smith BOD Sorter-er
« on: September 29, 2021, 05:19:42 AM »
Going to give this a try! Trying to make BODs as easy as possible!

52
Crafting / Re: Penny's Bodswapper
« on: September 29, 2021, 05:15:16 AM »
Going to try this out.

With the new BOD filler out something like this is NEEDED!!

53
12TimesOvers' Script Library / Re: XIIxOveR's Miner For Dummies 3.0
« on: September 27, 2021, 05:14:09 PM »
haha, its cool!

54
Crafting / Re: No Leather Tailor Trainer (uses Gargish Cloth Armor to 120)
« on: September 14, 2021, 09:51:37 AM »
Around 117.3 it starts saying no item type CUI which is the cut up cloth despite there being plenty.

I tried removing the smallest stack and this seems to have allowed it to keep going for now. I'll update if it gets stuck again.

55
New member introductions / Re: going back to UO
« on: September 14, 2021, 05:01:52 AM »
Welcome!

1 million gold in 3 days with a dexxer that's not all geared out? How? You playing all day long?

56
Crafting / Re: No Leather Tailor Trainer (uses Gargish Cloth Armor to 120)
« on: September 13, 2021, 02:25:27 PM »
Whats the best way to set this up?

Is this something you can run in a tailor shop or do I need to stockpile a ton of cloth in my house?

57
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: September 13, 2021, 02:17:45 PM »
Just has to be facing north when you start script.

58
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: September 13, 2021, 01:26:38 PM »
I started running this script again and I am running into a problem.  After killing a serpent and the boat needs to move to make it lootable the script goes the opposite way of the corpse. for example if the boat needs to go backwards to loot, the script has the character say forward one and it just goes on endlessly going the wrong way. 

I am not sure how to fix the problem.  I don't know how to figure out if the problem lies in the script identifying the character XY or the dead body XY   It calculates the incorrect direction to go based on the location calculated on the comparison of the XY of the body/character.

I tried swapping the forward one/backward one commands in the sub but it did not fix it. It has to be something in the calculation of body/character location.  any help is appreciated.



here is the sub it is getting stuck in
;-------------------------------------------------------------------------------
sub LootSerpent
  namespace push
  namespace local LS
  set !temptargetkindid #LTARGETKIND
  set !templtargetid #LTARGETID
  set !templobjectid #LOBJECTID
  set #LTARGETKIND 1
  finditem YFM G_10 ; locate a dead body
  if #FINDKIND = -1
  {
    namespace pop
    return
  }
  wait 2s
  finditem YFM G_10 ; locate a dead body again, first body may have changed.
 
  event property #FINDID
  if serpent NOTIN #property ; be sure the located body is a serpent of some sort
  {
    ignoreitem #FINDID
    namespace pop
    return
  }
  set !presentserp #FINDID
  ignoreitem #FINDID
  set %deadserpcount %deadserpcount + 1
  set %totalserps %totalserps + 1
  menu set EUOStatus Serpent looting in progress...
  set !tempxxx #CHARPOSX
  set !tempyyy #CHARPOSY
closey:
  set !xdist #CHARPOSX - #FINDX
  set !ydist #CHARPOSY - #FINDY
  if !xdist = -1 && ( !ydist < -1 || !ydist > 1 )
  {
    event macro 3 0 left one
    wait 25
    goto closey
  }
  if ( !xdist = 0 || !xdist = 1 ) && ( !ydist < -1 || !ydist > 1 )
  {
    event macro 3 0 right one
    wait 25
    goto closey
  }
  set !ydist #CHARPOSY - #FINDY
  if !ydist < -1
  {
    event macro 3 0 back one
    wait 25
    goto closey
  }
  if !ydist > 1
  {
    event macro 3 0 forward one
    wait 25
    goto closey
  }
closex:
  set !xdist #CHARPOSX - #FINDX
  if !xdist < -2
  {
    event macro 3 0 right one
    wait 25
    goto closex
  }
  if !xdist > 2
  {
    event macro 3 0 left one
    wait 25
    goto closex
  }

Sounds like your boat is facing the wrong direction.

Has to face north.

60
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: August 30, 2021, 11:41:31 AM »
Thanks for the info on the CLAw. Sounds like I was using it properly! Glad to know I'm able to work through a lot of this myself and that it, for the most part, is decipherable for me.

Yea, it sounds like I should do a VM. I used to do QA for a web developer a long time ago where I used VM and others extensively as well as various other reasons over the years.

Is there a virtual machine software you prefer? VirtualBox I guess?

I used to use VMWare Workstation until my licenses got too old.  VirtualBox is sufficient (though seems slower).  They both allow for cloning VMs, and that's what's important.  Another nice byproduct of consigning your UO session to the VM is that you can use your computer for general stuff simultaneously since the mouse/keyboard interaction is negated and you can minimize the display so that even OCR-intensive scripts will still work.

I used to use VMWare and I can probably get a free copy. I'll see if I can do that before trying VirtualBox.

Pages: 1 2 3 [4] 5 6