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

Pages: [1] 2 3 ... 8
1
Good morning everyone. So last night I decided that i needed to get a char inventory of skills and such. Well I fired the latest version up and put my info in like normal. Pressed play and selected the char inventory and off it went. Except it never actually logged into any char (I think its a problem in the click 370 !charclicky area but not positive line: 1374)

Looks like I got it to work with changing the the following
Click 370 !Charclicky x 4 f

2
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

3
New member introductions / Re: New player, old man...
« on: March 23, 2019, 05:53:12 AM »
Welcome to the group.

4
Site News / Re: Website Down
« on: June 18, 2018, 01:51:41 AM »
Nice work on getting it figured out and back up.

5
New member introductions / Re: My introduction
« on: April 05, 2018, 09:58:52 AM »
Welcome to the club. Thank you for the intro.

6
UOSteam / Re: Continue getting error when starting Steam.
« on: September 03, 2017, 07:23:49 PM »
Is there a way to tell what I need and what I don't need to have running in the background?

ok it says I had like 79 background processes running on startup. will look into which ones I actually need to be running and not.

7
UOSteam / Re: Continue getting error when starting Steam.
« on: September 03, 2017, 04:20:25 PM »
applied the patch and still the same issue. :(

8
UOSteam / Re: Continue getting error when starting Steam.
« on: September 02, 2017, 06:28:35 PM »
the "out of memory error" isn't my problem though.

This is something different that it is sayin that it failed to open the soundlegacyMUL.uop file. I have tried to delete the program and reinstall a fresh download. (no luck) also had friend send me a copy of his working files. (no luck) I have deleted the file out of my uo folder and had the client repair it upon restart of the client. (still no luck)

I have posted on a couple of different places and no response on there either of a fix. :(

9
General UO Chat / Re: Your favorite castle placement locations
« on: August 16, 2017, 05:14:52 PM »
Well I guess we can't say the castle I placed in Green Acres huh?

10
General UO Chat / Re: Champ spawns in 2017
« on: August 16, 2017, 05:12:33 PM »
I have to agree with Ghost with the Riki and Semi. Those spawns have the best chance of better items as drops. (if you can solo the abyssal inferno down in hythloth it  drops the stealth cloak that is probably the highest priced drop from champs).  All champ spawns are soloable with a sampire.

11
Questing / Re: Shadowguard Helper
« on: August 15, 2017, 04:24:51 AM »
That's kinda the way,we do it as well as a group but i think what Ghost wrote (in my head at least) will make it so you could do it like you are just with no spawn

12
Questing / Re: Shadowguard Helper
« on: August 15, 2017, 02:01:23 AM »
I see the part you turned off and the next line you have a gosub with no sub? (was that meant or did you forget to add that part?)

13
Questing / Re: Shadowguard Helper
« on: August 14, 2017, 04:20:01 PM »
I just thought if you had it feed the pet once it learned everything it would automatically throw at the correct tree.

Will try and put your edit in and try it out

14
Questing / Re: Shadowguard Helper
« on: August 14, 2017, 03:54:28 PM »
So I had a wild thought about the orchard. I see people do it without any spawn and was wondering if we changed the following section and have it feed the apple to our pet it will still learn the tree and should be able to do the whole thing without any spawn.

Code: [Select]
menu set status Now I know the tree and i can trow away the apple!
          wait 10
          gosub adctd_throw %currentApple %currentTree 10 1
          wait 10
          ignoreitem %currentTree

I think if you change the gosub and have it feed the pet it would possibly work

15
UOSteam / Re: Continue getting error when starting Steam.
« on: August 06, 2017, 03:03:18 PM »
I also did the patch and have restarted computer several times still same error.

Pages: [1] 2 3 ... 8