UO:R Stealth Guide

Discussion in 'Guides' started by HateCrime, Aug 7, 2012.

  1. Saloth

    Saloth New Member

    Joined:
    Nov 15, 2018
    Messages:
    8
    Likes Received:
    8
    Is your cd set to 10 or 11sec? I'm doing this with 0 armor, but on IRC and here someone mentioned it's not about AR, but type of armor and studded armor helped. Maybe I should buy this type. Already read whole thread and that should make sense.
  2. Hollywood

    Hollywood Well-Known Member
    UO:R Subscriber

    Joined:
    Apr 14, 2017
    Messages:
    3,650
    Likes Received:
    3,752
    i have all my cooldowns set to 12, but that's more determined by the individuals ping. I think it is has to do with some type of armor, but I don't think it's as strict as some people may think. I think I did with some ringmail or chain armor last. Maybe even some plate arms and a plate gorget included
  3. Saloth

    Saloth New Member

    Joined:
    Nov 15, 2018
    Messages:
    8
    Likes Received:
    8
    Thx, I forgot to remove damn gorget lol. And set resisting spells down and then it started taking the points out. That's weird bc there are many other skills selected to go 0 and out of the blue gm chose maybe the biggest points cache if i may call that way. Like there's also 10.2 of spellweaving to drop.

    Damn i've ran out of points showing real.
  4. Sapharious

    Sapharious Active Member

    Joined:
    Dec 2, 2018
    Messages:
    127
    Likes Received:
    120
    I just GMed it. I macroed naked until gain slowed then added clothes, once this slowed I added plate gorget until that slowed in 70s. I then just added AR slowly as gain slowed (ringmail gloves then sleeves then chain pants) till GM. Ii think my AR from 91ish to GM was 7.
  5. Jax Cevaal

    Jax Cevaal New Member

    Joined:
    Apr 10, 2019
    Messages:
    3
    Likes Received:
    1
    Mind you, I'd suggest starting Stealth as soon as you hit 80. You can work up to GM on your hiding in the process, knocking out 2 birds with one stone instead of doing them separately. See below. Includes if you fail to hide, 5x in a row. Sit in town and do it.

    You WILL knock time off of your total grind by doing it this way. Otherwise you GM hiding and then do stealth entirely separately, having to use the "Hide" skill even more than necessary. It's a very generic macro with a few extra copy-paste "If" statements that make it look complicated.

    Code:
    !Loop
    Assistant.Macros.UseSkillAction|47
    Assistant.Macros.PauseAction|00:00:10.1000000
    Assistant.Macros.IfAction|4|0|to move unnoticed.
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|4|0|you must hide first
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|4|0|revealed!
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|4|0|fail to hide.
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|4|0|fail to hide.
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|4|0|fail to hide.
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|4|0|fail to hide.
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|4|0|fail to hide.
    Assistant.Macros.UseSkillAction|21
    Assistant.Macros.PauseAction|00:00:10
    Assistant.Macros.EndIfAction
    
    Nikolaj likes this.
  6. JCap5000

    JCap5000 Member

    Joined:
    Dec 18, 2020
    Messages:
    92
    Likes Received:
    22
    How do you program macros in? Like copy and paste this in?

Share This Page