UO steam help
UO steam help
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.
Re: UO steam help
you can do this:
or
and set a hotkey for this macro in the hotkeys tab of uos
Code: Select all
useobject! 'lastobject'
waitfortarget 3000
target! 'lasttarget'
Code: Select all
autotargetlast
useobject! 'lastobject'
Re: UO steam help
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.
Re: UO steam help
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.
Re: UO steam help
I used to use the in game system for this but sometimes it works and sometimes it is broken. On Razor it always worked.
- Alamiester
- Legendary Scribe
- Posts: 279
- Joined: Wed Jan 04, 2017 8:49 pm
Re: UO steam help
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.
Re: UO steam help
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"
- Alamiester
- Legendary Scribe
- Posts: 279
- Joined: Wed Jan 04, 2017 8:49 pm
Re: UO steam help
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.
Re: UO steam help
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.
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.