UOS Stealth macro

General Macro Help UOS Stealth macro

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1698
    b3rtil
    Member
      • Topics - 5
      • Replies - 21
      • Total - 26
      • Novice
      • ★★

      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?

      #1701
      b3rtil
      Member
        • Topics - 5
        • Replies - 21
        • Total - 26
        • Novice
        • ★★

        -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

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.