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

Pages: [1]
1
UOSteam / Re: Masteries with UO steam
« on: April 02, 2017, 05:45:28 PM »
Friend found a way to update steam to cast them, I'll try to get back to you on it once he writes it down for me.

2
UOSteam / Afk Vet Trainer(Steam)
« on: April 01, 2017, 06:46:35 PM »
So this was just thrown together today for a friend, I have the bandages set to the color you can buy off luna vendor
and they'll pick them up from the top left of the bank box.
I prefer harm because if you stand 1 tile away it does less damage, or more if preferred.

Need to swap serial ids for whatever pet you're hitting and or resing, other than that it seems to work.

I added two bandages to poison for the purpose of healing any damage buildup from poison, but it wouldn't heal enough for gains
so I also added harm so it would at least count for something.
>
>
>
>
//change target serials to pets and put bandages in top left of bank, 1742 is color of bandages, only thing you need to change if using dif bandages.
if not listexists 'bank'
  @createlist 'bank'
else
endif
if not listexists 'harm'
  @createlist 'harm'
else
endif
if not listexists 'poison'
  @createlist 'poison'
else
endif
if not listexists 'res'
  @createlist 'res'
else
endif
@poplist 'bank' 'front'
if not @findtype 0xe21 1742 'backpack'
  msg 'bank'
  @movetype 0xe21 'bank' 'backpack' 18, 105, 0 1742 100
  pause 600
  turn 'east'
  walk 'east'
  turn 'west'
  walk 'west'
  @pushlist 'harm' 'front'
else
  @pushlist 'harm' 'front'
endif
@poplist 'harm' 'front'
if not @findtype 0xe21 1742 'backpack'
  @pushlist 'bank' 'front'
else
  while  skill 'Veterinary' < 60
    cast "Harm"
    pause 1250
    @target 0x2671ed2
    pause 1000
    @usetype 0xe21 1742
    waitfortarget 5000
    @target 0x2671ed2
    pause 1150
  endwhile
else
  @pushlist 'poison' 'front'
endif
@poplist 'poison' 'front'
if not @findtype 0xe21 1742 'backpack'
  @pushlist 'bank' 'front'
else
  if skill 'Veterinary' < 85
    @clearusequeue!
    cast "Poison"
    waitfortarget 3000
    pause 500
    @target! 0x2671ed2
    pause 500
    cast 'Harm'
    waitfortarget 2000
    pause 500
    @target! 0x2671ed2
    pause 500
    usetype 0xe21 1742
    waitfortarget 2000
    pause 500
    @target! 0x2671ed2
    pause 2000
    usetype 0xe21 1742
    waitfortarget 2000
    pause 500
    @target! 0x2671ed2
    pause 1000
    @clearusequeue!
  endif
else
  @pushlist 'res' 'front'
endif
@poplist 'res' 'front'
if not @findtype 0xe21 1742 'backpack'
  @pushlist 'bank' 'front'
else
  if skill 'Veterinary' < 120
    @usetype 0xe21 1742
    pause 750
    @target! 0x2671ed2
    waitfortarget 5000
  endif
else
  stop
endif


My first long trainer macro, any feedback would be appreciated.

3
UOSteam / Re: Macro problems with autoheal friends
« on: March 31, 2017, 12:52:53 PM »
That's for euo? could I run it in background with steam? My main goal was to help a friend with a script to autoheal damaged players near her and cure them too while using on uosteam.

4
UOSteam / Macro problems with autoheal friends
« on: March 31, 2017, 12:37:17 PM »
alright so I'm not the best for sure, but I was trying this out to get it to register an allies hps below 100% and cast heal on them, one issue regarding these is that they'll only check a single friend at a time, so I was planning to try and set it up to repeat the same script 3-4x while ignoring previous friends found unharmed, then pressed again it will clear the ignored friends and recheck all.
Now I had this working below.

@getfriend 'friend'
if not poisoned 'friend'
  @ignoreobject 'friend'
else
  setalias '0' 'friend'
  cast 'Arch Cure'
  waitfortarget 2000
  @target '0'
  pause 750
endif
(at this point I repeat it 3x then clearignorelist at bottom to make sure it checks multiples, if any ideas on how to improve the searching for poisoned friends process, that would be awesome.)

But I can't figure out how to find below 100% hps, or preferably like 80% if you can specify

Any help is appreciated :D

clearignorelist
if not getfriend 'friend'
  sysmsg 'forever alone'
  stop
else
  setalias 'o' 'found'
endif
sysmsg '1'
if friend 'o' hits == 'maxhits'
ignoreobject 'o'
  stop
else
endif
sysmsg '2'
cast 'Greater Heal'
waitfortarget 2000
target 'o'
pause 750
endif

5
UO-Related Tutorials / Re: Satyr Trick Enhanced
« on: May 29, 2016, 03:07:28 AM »
Old post, but better to share alternate method, I summon a water elemental, aggro it onto the satyr from a distance speak all stop all follow, pull satyr to the exit portal, then when stopped at portal, I tell water ele to stay, and drop 3 bagballs around the satyr then wait for ele to die, then drop final bagball in place.
This method gives more than enough time to swap chars (if char wanted not mage).. (Must also aggro it from a diagonal line of sight method) Another issue that will arise is exiting or invising will not reduce the aggro of monsters provoked onto you currently (at least my experience) so be prepared to have to kill a fairy or exit in a hurry.


 Satyr still works 5-29-2016.

6
Scripting Chat / Re: Training on a horse while mounted
« on: May 25, 2016, 09:03:38 PM »
Haha I remember that, I'll have to try it now to verify ---trying now with curse--- Yes, it works for me too.
You might have to rerun the macro if you recall/gate while it is in process.

7
Public Bugs / Re: Client loading error?
« on: May 25, 2016, 08:51:10 PM »
---problem resolved--- I have most recent patch, it did it after I disconnected, and regular client was working without UOS, and I waited maybe 50 min then tried again and it ran smoothly.. reloaded profiles and ran fine with same macro's.
No idea what was the cause but I'm just glad it fixed itself :D

8
New member introductions / Re: Hey guys! Returning to UO.
« on: May 25, 2016, 08:48:21 PM »
Thanks Tana :D

9
Public Bugs / Re: Client loading error?
« on: May 24, 2016, 06:07:02 PM »
I moved my profile folder outside of uos, deleted and reinstalled, then I unchecked every box after your advise, so no actions can be performed.. still loading screen  :-[

10
Public Bugs / Client loading error?
« on: May 24, 2016, 05:38:30 PM »
Okay so I was playing then disconnected, net went down kinda, I restarted computer, ran without a few extra processes I usually run fine with it..
Tried winxp sp3, administator, and nothing worked.. Image is what the error is, I get into login, proceed and then it just loads and says I can't connect?
I built me my own lil macro's and I feel like I can't go without now D: Help please!

Post Merge: May 24, 2016, 05:40:50 PM

11
New member introductions / Re: Hey guys! Returning to UO.
« on: May 23, 2016, 05:12:57 AM »
Thanks guys, I've been having some fun. I think I'll have a look around and see what kinda stuff ya'll have worked on :D

12
New member introductions / Hey guys! Returning to UO.
« on: May 22, 2016, 01:07:21 AM »
Hello everyone, I'm just starting back up on UO, and after a little time doing it the old fashioned way, with some help with friends, it's still going pretty slow. I'm trying to get ahead a little so I can start running some fun stuff sooner than later and get the stuff I need to broaden my characters.. Anyways any advice and guidance would be helpful.

Anyways, I play on Pacific, I started playing around 8 years old on Chesapeake with my parents, they were in well with everyone, but I was too young to really appreciate the game by then.. So I spent most of my time on test shards with the free skill points.
I quit at about 12, and I'm 22 now. It's a much different game than I remember it and I've been having fun with everyone on Pacific and a lot of really kind and helpful people have broadened my access to new content I've never touched.

My friend Tan told me about some scripting so I became interested, as some software has already helped improve certain aspects of the game (The very tedious) anyways I'm hoping to learn more about scripts as I'm full on newb in this area.

Pages: [1]