Go Back   RunUO - Ultima Online Emulation > RunUO > Utility Support > Razor: The Cutting Edge UO Assistant

Razor: The Cutting Edge UO Assistant Razor is an Assistant program (similar to the popular UOAssist) for player run Ultima Online shards.

Reply
 
Thread Tools Display Modes
Old 08-30-2004, 08:21 AM   #1 (permalink)
Forum Expert
 
Join Date: Jan 2003
Location: Florida
Age: 24
Posts: 509
Default Suggestion/Need help with stealth macro :P

Im trying to use razor to make a stealth macro, but, I only want it to "re-hide" me if I come un-hidden/fail stealth.

Here's the macro in code

Code:
!Loop
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:09
Assistant.Macros.UseSkillAction|47
Assistant.Macros.IfAction|4|0|you fail
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:09
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:10
UseSkill Hiding
Pause 9.00s
UseSkill Stealth
If Journal Contains "you fail"
Pause 10.00s
UseSkill Hiding
Pause 9.00s
Else
UseSkill Hiding
Pause 10.00s
r00ted is offline   Reply With Quote
Old 09-09-2004, 10:37 PM   #2 (permalink)
Forum Expert
 
Join Date: Jan 2003
Location: Florida
Age: 24
Posts: 509
Default

anyone got any ideas? Or is this too complicated of a macro to get working the way Im wanting it to work? :*X
r00ted is offline   Reply With Quote
Old 09-10-2004, 05:02 AM   #3 (permalink)
 
Join Date: Aug 2004
Age: 34
Posts: 12
Default

My macro is like this...

I have 1 hiding followed by up to 6 stealth tries... i will only try to stealth if the last stealth succeeded

Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:09
Assistant.Macros.UseSkillAction|47
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
+ a whole bunch of endifs....

This macro has a minimal failure rate and will rehide you directly after you fail a stealth since it wont enter any unneeded stealth blocks

[edit]
At 1st i had the same version you had, but it was very easy to break.. someone macroing detect hidden would mess me up or someone revfealing me, since those events cant be detected in an if block (You can currently only check for 1 condition) so the condition you need is that you are still hidden... and thats only the case if you "begin to move quietly" Any other message indicates that you have become unhidden and you need to start over... This macro gained me from 84-92 stealth yesterday night (Great improvement over my old Hide + stealth only macro)
Purethief is offline   Reply With Quote
Old 09-10-2004, 07:56 AM   #4 (permalink)
 
Join Date: Aug 2004
Age: 34
Posts: 12
Default

Hmmm actually after thinking my macro is shit

It only needs 1 if statement to work correctly...

Here is the optimized version of it...

PHP Code:
Assistant.Macros.IfAction|4|0|begin
Assistant
.Macros.UseSkillAction|21 (=Stealth?)
Assistant.Macros.PauseAction|00:00:09
else (I dont know the exact code.. i am at work)
Assistant.Macros.UseSkillAction|21 (=Hiding?)
Assistant.Macros.PauseAction|00:00:10
Assistant
.Macros.UseSkillAction|47 (=Stealth?)
Assistant.Macros.PauseAction|00:00:09
end 
if 
This will Stealth untill it fails and then hide + stealth
Purethief is offline   Reply With Quote
Old 09-11-2004, 09:27 AM   #5 (permalink)
 
Join Date: Sep 2004
Age: 33
Posts: 3
Default

Hey I don't suppose you could post a completed version of that macro? and maybe a Supernewb version of how to put it all in there? I could edit the .macro file, however it dosen't show for me. Perhpas I need to reload it after I edit that file? Anyhow yeah you guys do good work. I've found a good server to play on, fianlly GMed Hide, now need to GM stealth and lock picking
Postal is offline   Reply With Quote
Old 09-12-2004, 06:04 PM   #6 (permalink)
 
Join Date: Aug 2004
Age: 34
Posts: 12
Default

Here you go...

!Loop
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:09
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:09
Assistant.Macros.EndIfAction
Purethief is offline   Reply With Quote
Old 09-13-2004, 09:14 AM   #7 (permalink)
 
Join Date: Sep 2004
Age: 33
Posts: 3
Default

Hey thanks alot, I came up with this while waiting for your reply..

Quote:
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|begin
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.EndIfAction
Assistant.Macros.EndIfAction
Assistant.Macros.EndIfAction
Assistant.Macros.EndIfAction
Assistant.Macros.EndIfAction
Assistant.Macros.EndIfAction
Another thing you should make note of is that somewhere around 76.x skill you need to throw on some studded leather. The arms and chest. THen at skill 99.0 you can throw on the gloves. I am currently at 99.4.
Postal is offline   Reply With Quote
Old 09-13-2004, 09:29 AM   #8 (permalink)
 
Join Date: Aug 2004
Age: 34
Posts: 12
Default

Quote:
Originally Posted by Postal
Hey thanks alot, I came up with this while waiting for your reply..



Another thing you should make note of is that somewhere around 76.x skill you need to throw on some studded leather. The arms and chest. THen at skill 99.0 you can throw on the gloves. I am currently at 99.4.
That depends on the server you play on... Same about the delay times
Purethief is offline   Reply With Quote
Old 09-13-2004, 05:11 PM   #9 (permalink)
 
Join Date: Sep 2004
Age: 33
Posts: 3
Default

True true Musta forgot which forums I was on! *cringes at being a forums monkey*
Postal is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5