Hiding/Stealth Training Advice

Snowcrunch

Novice
I''m training hiding and stealth using bits and pieces of info from this forum, Stratics and word of mouth. Stealth seems to be going fine but Hiding seems to have stalled at 84.4. This could be normal. I just don't know. I'm feeding & hydrating. Not in a house. Any tricks to the macro I should be using? I appreciate any and all advice. Thanks.
 
Just takes a long time. Make a hide macro with a 10 second wait and run it while you sleep. It will be GM when you wake up.

I have a great macro to GM stealth but can't paste it in until I get home later tonight. Will take a couple of days standing in town.
 

Salsa

Grandmaster
You can always use the town moongate to train stealth. It's autohides you upon using, so you don't need to bother making sure you're hidden.

(But no gain bonus, like you would get in a dungeon)
 

FingersFinn

Grandmaster
Hiding does take a while; just loop a macro with 10000ms wait in Razor. Mine got stuck around the same time (80s). Stealth I found to increase when I was past 80 by putting on bits of leather armor to where I was gaining points again. I thought there was some kind of AR maximum or type involved in this and breaking stealth. Unfortunately I don't remember where I saw the information.

Hiding and stealth gains will be faster in dungeons too.
 

Snowcrunch

Novice
Hiding does take a while; just loop a macro with 10000ms wait in Razor. Mine got stuck around the same time (80s). Stealth I found to increase when I was past 80 by putting on bits of leather armor to where I was gaining points again. I thought there was some kind of AR maximum or type involved in this and breaking stealth. Unfortunately I don't remember where I saw the information.

Hiding and stealth gains will be faster in dungeons too.
Thank you very much for your attention to this question. Good advice i will take.
 

Snowcrunch

Novice
You can always use the town moongate to train stealth. It's autohides you upon using, so you don't need to bother making sure you're hidden.

(But no gain bonus, like you would get in a dungeon)
I've seen the moongate trick a time or two and have observed it being used. I will try it. Thank you for your reply.
 

Snowcrunch

Novice
Just takes a long time. Make a hide macro with a 10 second wait and run it while you sleep. It will be GM when you wake up.

I have a great macro to GM stealth but can't paste it in until I get home later tonight. Will take a couple of days standing in town.
Ambien your way to GM lol. Sounds like a winner to me! Thank you!
 
Just got home, here is the stealth macro:

Code:
!Loop
Assistant.Macros.IfAction|4|0|you begin to move quietly.
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:11
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|you have hidden yourself well.
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:11
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|you can't seem to hide here.
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:11
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|you fail in your attempt to move unnoticed.
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:11
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|you must hide first
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:11
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|you must wait a few moments to use another skill.
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:11
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:11




Just hit play and wear appropriate clothes. You can add clothes as you go form 50-GM or just start off with a leatherchest armor and nothing else and it will go from 50-GM like that but at a slower rate than wearing the right stuff.

You can use this in a dungeon or in town. It will hide you if you are not hidden and stealth you.

Make sure to GM hiding before you start for fastest gains, you can do it without GM hiding and it will actually level your hiding also, but it will be much slower.
 
Top