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.


Topics - tandj99

Pages: [1]
1
Script Debug / Adding repair deeds to Bench
« on: April 16, 2019, 04:11:37 PM »
So I started to mess around with wanting to add deeds in my backpack to the repair bench. So I was able to get it to open the gump to add and even got it to click the button to start targeting the deeds. But im stumped on how to go about targeting the deeds in my pack and then going back to making deeds. Here is what I have so far


Code: [Select]
Finditem SLJC G_5 ;, #BackpackID
wait %LagDelay
If #FindKind <> -1
{
   set #LOBJECTID #FINDID
   wait 10
   event macro 17 0
   wait 20
   click 180 517
   wait 1s
   finditem EWH C_ , #backpackid
   if #findkind = -1
      Return

}
Return

Can someone point me in the correct directions

2
UOSteam / Continue getting error when starting Steam.
« on: August 06, 2017, 06:08:17 AM »
Get the following File Error
 
  "Failed to open file C:\Program Files (x86)\Electronic Arts\Ultima Online Classic\soundLegacyMUL.uop: Error 0."

I have been getting this error since that last uo patch. I have uninstalled and reinstalled UO twice, tried to use the last working client to open steam. Both did not work.

3
Script Debug / Multi client targeting
« on: January 13, 2017, 09:48:24 AM »
Looking for a simple shared target for my tamers   So when im on my main account i can say all kill my will attack and then the other follow suit as of right now i cant seem to get it to work .I know im missing something some where Little Point in right direction.

this is what i have  If yall know a better way let me know thx

;=========== MAINCODE =============
sub main
while #true
{
  onhotkey F9
    gosub TargetCursor
  onhotkey F11
    gosub attack
}
return
;==================================
sub TargetCursor
event macro 13 1
target 20
until #targcurs = 1
set #ltargetid #findid
set #ltargetkind 1
event macro 22 0
}
wait 20
uoxl swap
}
return
;==================================

4
Player Templates / Wanting to make new sampire need help please
« on: May 17, 2015, 09:52:06 AM »
I am wanting to make a char that can solo oaks, harrowers (with secondary char discording it), pretty much the harder stuff. Not worried about cost of making suit or weapons but just need to know whats the best skills, stats, race, and maybe what is the best type of suit to use (and arties to use)

Any help would be greatly appreciated.

5
General UO Chat / Enchanted essence and valorite runic mallets
« on: December 28, 2013, 03:38:32 AM »
Looking to buy a ton of essence and maybe 20 valorite runic mallets. I am mainly on GL but would got to another shard to pick them up possibly. If you can let me know how much you have and a price would be great.

6
General UO Chat / Tailoring BOD's
« on: August 27, 2013, 05:58:50 PM »
Looking for Tailoring CLOTH BOD's on either Great Lakes, ATL, or Cats. If you have a bunch for sale I would like to buy them. Not sure what the going rate per cloth bod is so just let me know a price and how many you have for sale I'd greatly appreciate it.

Thank you

7
General UO Chat / Account transfer
« on: March 09, 2013, 12:33:27 PM »
does anyone know how i can give my account to someone else? Trying to give my one account to a friend of mine but its linked to my master acct or something like that. Just want to make it so she can put all the info in her name and start paying for it. Any help would be appreciated. I tried emailing ea but never got a reply.

8
Player Templates / Need help with thrower template.
« on: May 09, 2012, 04:34:12 PM »
looking for a char that can do spawns and stay alive if attacked by player. here are my skills so far

120 Anat
120 Resist
120 Tactics
120 Throwing
90 healing

What other skills should i have on the char.

Willing to spend whatever needed for an insane suit as well.

9
General UO Chat / Epiphany armor
« on: February 26, 2011, 05:52:19 AM »
was wondering if anyone had an ID list for the new armor that drops from Blackrock Golems

Pages: [1]