UO steam help

If you make a Client-side script you can publish it here for other players to use
Post Reply
Figger4
Expert Scribe
Posts: 32
Joined: Sat Feb 03, 2018 8:07 am

UO steam help

Post by Figger4 »

I cant figure how to make a macro to do "Last Object", then "Last Target". Or how could I put hotkeys in the macro? If I could somehow put Ctrl Alt O and Ctrl Alt T, in the macro, it would work.
Eless
Master Scribe
Posts: 65
Joined: Thu Feb 22, 2018 12:54 pm

Re: UO steam help

Post by Eless »

you can do this:

Code: Select all

useobject! 'lastobject'
waitfortarget 3000
target! 'lasttarget'
or

Code: Select all

autotargetlast
useobject! 'lastobject'
and set a hotkey for this macro in the hotkeys tab of uos
User avatar
[Glyph]
Legendary Scribe
Posts: 226
Joined: Mon Sep 14, 2015 12:04 am

Re: UO steam help

Post by [Glyph] »

You can also do this with the ingame macro system. Very simple. I have these set up and use them for repetitive things lilke planting and lumberjacking.
Figger4
Expert Scribe
Posts: 32
Joined: Sat Feb 03, 2018 8:07 am

Re: UO steam help

Post by Figger4 »

thanks for trying, it worked for lumberjacking but not for mining, its a multi-use hotkey. I used it alot on Razor and I got everything Razor had on UO Steam except this one. Please try again.
Figger4
Expert Scribe
Posts: 32
Joined: Sat Feb 03, 2018 8:07 am

Re: UO steam help

Post by Figger4 »

I used to use the in game system for this but sometimes it works and sometimes it is broken. On Razor it always worked.
User avatar
Alamiester
Legendary Scribe
Posts: 279
Joined: Wed Jan 04, 2017 8:49 pm

Re: UO steam help

Post by Alamiester »

there a spot in the macro area where you assign the hotkey, just click in the box and push the desired keys then save that macro.
Figger4
Expert Scribe
Posts: 32
Joined: Sat Feb 03, 2018 8:07 am

Re: UO steam help

Post by Figger4 »

i know how to assign it a hotkey, what i meant before about using hotkeys is if after I hit record, if i hit other assigned hotkeys and they be part of this macro, then it would work. In hotkeys section, there are settings for "use last object" and "last target"
User avatar
Alamiester
Legendary Scribe
Posts: 279
Joined: Wed Jan 04, 2017 8:49 pm

Re: UO steam help

Post by Alamiester »

the hotkeys section is directly related to that box in the macros window. when you save the macro after entering your hotkey it adds it to the hotkey section. you can set it on either end. or you can set hotkeys to every macro you have in the hotkeys window.
Figger4
Expert Scribe
Posts: 32
Joined: Sat Feb 03, 2018 8:07 am

Re: UO steam help

Post by Figger4 »

I played with it and found something that works, here it is:
useobject! 'lastobject'
target! 'last'


Although, I have to use it twice the first time and once each time after, at least now it works with lumberjacking, mining, decorator tool and others, a general use macro.
Post Reply