Stealth issue

Discussion in 'Renaissance Discussion' started by j.r._beasley, Jan 25, 2016.

  1. j.r._beasley

    j.r._beasley New Member

    Joined:
    Jan 25, 2016
    Messages:
    2
    Likes Received:
    0
    I tried to search for the answer to this, but didn't find anything.

    I have gm hiding and 32.6 stealth (displayed) after buying it up. As far as I know, when your skill is 25 or above, you auto attempt to stealth when you start walking while hidden.

    Whenever I try, I get the "Now counting steps" message, but I am instantly revealed. I cannot get a single step, much less a single gain.

    Anyone had this problem before?
  2. El Horno

    El Horno Well-Known Member
    UO:R Subscriber

    Joined:
    Aug 4, 2014
    Messages:
    3,612
    Likes Received:
    4,899
    no auto attempt. Hide. Stealth. Then you can move. But for skill gain you don't need to move, just keep stealthing. If you fail and hide breaks, re-hide.
    Code:
    !Loop
    Assistant.Macros.IfAction|4|0|you begin to move quietly
    Assistant.Macros.UseSkillAction|47
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.ElseAction
    Assistant.Macros.IfAction|4|0|you have hidden yourself
    Assistant.Macros.UseSkillAction|47
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.ElseAction
    Assistant.Macros.IfAction|4|0|you fail in your attempt
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.ElseAction
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.EndIfAction
    
    Andersonius and Million like this.
  3. j.r._beasley

    j.r._beasley New Member

    Joined:
    Jan 25, 2016
    Messages:
    2
    Likes Received:
    0
    Thank you for the answer!
  4. Mes

    Mes Well-Known Member

    Joined:
    Mar 17, 2013
    Messages:
    2,402
    Likes Received:
    2,946
    Welcome to UO:R JR Beasley
    Andersonius likes this.
  5. Andersonius

    Andersonius Well-Known Member
    UO:R Subscriber

    Joined:
    Sep 2, 2013
    Messages:
    941
    Likes Received:
    411
    I second that!

    Welcome aboard J.R.!!

Share This Page