- This topic has 1 reply, 1 voice, and was last updated 5 years, 10 months ago by b3rtil.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
› General › Macro Help › UOS Stealth macro
It’s me again 😉
I am trying to get a Stealth macro to work but the script ignores my “if not buffexists ‘Hiding'” exception.
The entire script:
if not buffexists ‘Hiding’
useskill ‘Hiding’
endif
pause 10000
if buffexists ‘Hiding’
useskill ‘Stealth’
endif
pause 10000
Anyone know what I am doing wrong? or does anyone have an alternative macro for Razor?
-Update-
So after getting some information buff statuses probably does not work on our client and that’s the reason the macro is not working, So I am abandoning UOS xD
Got a macro to work in Razor. if anyone is interested:
!Loop
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:05
Assistant.Macros.IfAction|4|0|you are now moving stealthily
Assistant.Macros.PauseAction|00:00:05
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:05
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:10