Stealth

Discussion in 'Guides' started by Tater Salad, Jan 12, 2013.

  1. Tater Salad

    Tater Salad Renaissance Volunteers
    Renaissance Volunteers

    Joined:
    Nov 15, 2012
    Messages:
    312
    Likes Received:
    15
    Stealth

    Buy skill to mid 30s
    30 – 63 Start out naked/normal clothes.
    After you pass 50 put your clothes back on in many layers (pants, skirts, aprons, robes, cape, hat, ect) and do the same thing you did to get to 50
    60 – 80 with the clothes you have on add plate gorget and plate gloves or studded suit.
    80 – 90 you will want to add plate arms some time soon.
    90 – 100 take off all clothes and armor and just wear a chain tunic or closed helm.



    If (SysMessage "you begin to move quietly.")
    UseSkill Stealth
    Pause 10.00sec
    Else
    If (SysMessage "you have hidden yourself well.")
    UseSkill Stealth
    Pause 10.00sec
    Else
    If (SysMessage "you fail in your attempt to move unnoticed.")
    UseSkill Hiding
    Pause 10.00sec
    Else
    UseSkill Hiding
    Pause 10.00sec
    End If

    Attached Files:

  2. Chris

    Chris Renaissance Staff
    Renaissance Staff

    Joined:
    May 14, 2012
    Messages:
    3,385
    Likes Received:
    6,195
    Beethoven likes this.
  3. izcenine

    izcenine Member

    Joined:
    Dec 30, 2012
    Messages:
    39
    Likes Received:
    3
    I actually used this exact macro to 80 and added a leather helm to 91, then put on 10ar worth of armor to GM. Took about a day
  4. Gideon Jura

    Gideon Jura Well-Known Member
    UO:R Donor

    Joined:
    Sep 8, 2012
    Messages:
    6,364
    Likes Received:
    5,579
    .
    Last edited: Dec 29, 2018
  5. Aegis

    Aegis Member

    Joined:
    Oct 18, 2012
    Messages:
    116
    Likes Received:
    3
    simplified macro code:
    Code:
    !Loop
    Assistant.Macros.IfAction|4|0|you begin to move quietly.
    Assistant.Macros.UseSkillAction|47
    Assistant.Macros.ElseAction
    Assistant.Macros.IfAction|4|0|you have hidden yourself well.
    Assistant.Macros.UseSkillAction|47
    Assistant.Macros.ElseAction
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.EndIfAction
    Assistant.Macros.EndIfAction
    Assistant.Macros.PauseAction|00:00:10
    
    Einar likes this.
  6. Daffy Duck

    Daffy Duck Guest

    Just thought i would add in case no one knows or has forgotten like me -

    you cant train stealth skill until you have 80 hiding.
  7. Blaise

    Blaise Well-Known Member
    UO:R Subscriber

    Joined:
    Jul 14, 2012
    Messages:
    7,706
    Likes Received:
    3,632
    I use the exact macro that Aegis posted.



    I bought a set of NPC studded leather and just added pieces as the gains slowed down.
  8. Random

    Random Well-Known Member

    Joined:
    Apr 6, 2014
    Messages:
    306
    Likes Received:
    533
    Here is my version. No "else" and a "revealed" check.
    No much of a use here , but when bank get crowded it can save a night being revealed for no gain =)


    !Loop
    Assistant.Macros.UseSkillAction|47
    Assistant.Macros.PauseAction|00:00:10.0000000
    Assistant.Macros.IfAction|4|0|to move unnoticed
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10.0000000
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|4|0|must hide first
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10.0000000
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|4|0|revealed
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10.0000000
    Assistant.Macros.EndIfAction
    Beethoven likes this.
  9. CrazyJoe

    CrazyJoe Active Member

    Joined:
    May 14, 2014
    Messages:
    149
    Likes Received:
    92
    So I know it's been years, but I seem to remember it being pretty much impossible to fail a stealth when wearing nothing but a death robe at a level as high as 76 Stealth - however 2 fails in 10 tries seems a bit high.

    Seems Stratics guides got lost some time ago, as there was breakdown of the percentage rates, so I can't link it :/

    There is this : http://www.uoguide.com/Stealth

    It has been suggested by some players that you will not fail stealth checks with 60.0 Stealth and while wearing medable armor, though this might not cover the effect of passive (as well as active) detect hidden skill of the players around the stealther

Share This Page