stealth macro

Playguides written by Staff and Players.
Much more information on specific skills can be found in our T2A wiki.
z3ppy
Posts: 8
Joined: Sun Sep 13, 2009 3:49 pm

stealth macro

Post by z3ppy »

Most macro's didnt seem to flow well so i took a stab at my own stealth macro what do you guys think?




!Loop
Assistant.Macros.UseSkillAction|21
Assistant.Macros.IfAction|4|0|seem
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.UseSkillAction|21
Assistant.Macros.EndIfAction
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|well
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:00.2000000
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|quietly
Assistant.Macros.ForAction|5
Assistant.Macros.IfAction|4|0|fail
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.UseSkillAction|21
Assistant.Macros.EndIfAction
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:00.2000000
Assistant.Macros.EndForAction
Assistant.Macros.EndIfAction
Assistant.Macros.PauseAction|00:00:10

Hicha
UOSA Donor!!
UOSA Donor!!
Posts: 2264
Joined: Tue May 05, 2009 10:03 am
Location: out selling permits

Re: stealth macro

Post by Hicha »

Much more efficient macro:

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
Image
"I consider most of you NPC's that inhabit the single player game that I am here to enjoy." - MatronDeWinter

User avatar
leterrien
UOSA Donor!!
UOSA Donor!!
Posts: 167
Joined: Fri Feb 15, 2008 3:48 am
Location: K to the S

Re: stealth macro

Post by leterrien »

And for an even simpler one just use:

If (SysMessage "fail")
UseSkill Hiding
Pause 10.00sec
Else
UseSkill Stealth
Pause 10.00sec
End If
!loop

Just make sure you are hidden before you start the macro and let er go!

You can also add in an object while you are waiting on the skill cooldown. So say, herd a cat(or snoop a bag for dex) for 10 secs before it goes on to hide/stealth.
Image

User avatar
archaicsubrosa77
UOSA Donor!!
UOSA Donor!!
Posts: 3477
Joined: Fri Jul 03, 2009 5:31 pm
Location: Taylor Michigan

Re: stealth macro

Post by archaicsubrosa77 »

The above simplest macro works well as I GMed all my stealthers by it under two circumstances.

#1:You are a Grandmaster at Hiding
#2:You are not revealed by another player

If you fail to hide or are revealed you will have to hide again and restart macro. You will be happy to know though there are many obscure places that will work just fine. Just don't do it in the middle of the street or places of heavy traffic.

Remember to gradually add to AR in order to increase the difficulty to hasten gains.
Derrick wrote:I wish it were possible that a mount could be whacked while you are riding it, but to the best of my knowedge it is not.

User avatar
leterrien
UOSA Donor!!
UOSA Donor!!
Posts: 167
Joined: Fri Feb 15, 2008 3:48 am
Location: K to the S

Re: stealth macro

Post by leterrien »

Haha, yeah, I was thinking about this the other day and I realized I had gotten it backwards! It should be:

Used skill Stealth
If Sysmsg "quietly" (from "You begin to move quietly")
Pause 10000
Else
Use skill Hiding
Pause 10000
!loop

This way, if you get revealed it will rehide you
Image

Layt
Posts: 109
Joined: Tue Oct 21, 2008 3:15 pm

Re: stealth macro

Post by Layt »

If sysmsg(quietly)
useskill stealth
else
if sysmsg(hidden)
useskill stealth
else
useskill hiding
end if
end if
pause 10s

User avatar
cokomantis
Posts: 39
Joined: Sat Apr 03, 2010 7:08 am
Location: Istanbul

Re: stealth macro

Post by cokomantis »

i've come up with a macro that can be used when hiding is between 80 and 100.

useskill hiding
wait 10sec
if sysmsg "have hidden"
useskill stealth
wait 10sec
end if
loop

after you GM hiding, no need to wait 10 seconds each time though. so this one's only useful between 80-100 hiding.

Lazarus
Posts: 899
Joined: Tue Feb 09, 2010 2:24 pm
Location: Atlanta, GA

Re: stealth macro

Post by Lazarus »

I GM'd hiding first and then went to macro stealth, its not hard, just do as was mentioned and add some armor to yourself when you get in the high 80s, low 90s.

User avatar
nightshark
UOSA Subscriber!
UOSA Subscriber!
Posts: 4550
Joined: Mon Apr 20, 2009 10:47 pm

Re: stealth macro

Post by nightshark »

Lazarus wrote:I GM'd hiding first and then went to macro stealth, its not hard, just do as was mentioned and add some armor to yourself when you get in the high 80s, low 90s.
I just GMed stealing last night and am going to start on hiding/stealth today.

When you say "add armor", how heavy should the armor be at what levels? Does it matter? In 11 years I've never once had a character with stealth!
<green> grats pink and co. .... the 3 of you f---ing scrubs together can blow up a bard. IMPRESSIVE

Lazarus
Posts: 899
Joined: Tue Feb 09, 2010 2:24 pm
Location: Atlanta, GA

Re: stealth macro

Post by Lazarus »

nightshark wrote:
Lazarus wrote:I GM'd hiding first and then went to macro stealth, its not hard, just do as was mentioned and add some armor to yourself when you get in the high 80s, low 90s.
I just GMed stealing last night and am going to start on hiding/stealth today.

When you say "add armor", how heavy should the armor be at what levels? Does it matter? In 11 years I've never once had a character with stealth!
Me neither but I was inspired by some cA people. :lol:

Don't worry about the armor until like high 80s. I can't remember the AR you are aiming for, I wanna say like 10. I will double check my character.

Lazarus
Posts: 899
Joined: Tue Feb 09, 2010 2:24 pm
Location: Atlanta, GA

Re: stealth macro

Post by Lazarus »

Ok my skill is at 91.5 and AR is 12. I think I hit a brick wall at 90 and stopped gaining skilll. Added the armor and it went up quickly to 91.5.

User avatar
zavoltapa
Posts: 32
Joined: Fri May 14, 2010 2:02 pm

Re: stealth macro

Post by zavoltapa »

leterrien wrote:And for an even simpler one just use:

If (SysMessage "fail")
UseSkill Hiding
Pause 10.00sec
Else
UseSkill Stealth
Pause 10.00sec
End If
!loop

Just make sure you are hidden before you start the macro and let er go!

You can also add in an object while you are waiting on the skill cooldown. So say, herd a cat(or snoop a bag for dex) for 10 secs before it goes on to hide/stealth.
i used this one but added

If (SysMessage "first")
UseSkill Hiding
Pause 10.00sec
Else


been working perfectly even since.
Name is Kelektra on IRC

Uomac
Posts: 4
Joined: Wed Jun 30, 2010 6:12 am

Re: stealth macro

Post by Uomac »

any tips? hiding is at 84.1, plenty of skills turned down...but stealth refuses to budge past 26.9...was wearing death robe, just tried some leather pieces to jar it loose...still nada.

User avatar
Populus
Posts: 2223
Joined: Tue Jul 14, 2009 8:01 am
Location: Sweden

Re: stealth macro

Post by Populus »

Uomac wrote:any tips? hiding is at 84.1, plenty of skills turned down...but stealth refuses to budge past 26.9...was wearing death robe, just tried some leather pieces to jar it loose...still nada.
GM Hiding, by just spamming hiding.
When GM, start stealth.
When stealth is 80.2, wear some studded leather and start stealthing again.
ImageImageImage
[cA]

Uomac
Posts: 4
Joined: Wed Jun 30, 2010 6:12 am

Re: stealth macro

Post by Uomac »

Kind of not what was asked, but ty for the reply. I don't have room for GM hiding and I'm aware of when to start wearing armor. I realize with 80 hiding I will not always succeed I'm fine with that. The point is with a macro set for stealth when I clearly have enough hiding to gain stealth, I woke up after 8 hours of macro to be stuck at 26.9, I was around 17 when I went to sleep. So it was gaining, but stopped.

I had about 10 skills turned down...maybe totaling around 50-60 skill points. I just went to the tailor, to try and gain any skill to think maybe I'm bugged and jar something loose...tailor gave me the red skill cap message...Having 50-60ish worth of skills turned down clearly is enough to gain 30ish tailoring...

I then turned down my last skill, wrestling which was at 33.3, giving me roughly 80 down turned skill points and bam.

In the time it took to type this I've went up .7 stealth...so something was clearly wrong.

Post Reply