|
||
|
|||||||
| Razor: The Cutting Edge UO Assistant Razor is an Assistant program (similar to the popular UOAssist) for player run Ultima Online shards. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
Join Date: Jan 2003
Location: Florida
Age: 24
Posts: 509
|
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 Pause 9.00s UseSkill Stealth If Journal Contains "you fail" Pause 10.00s UseSkill Hiding Pause 9.00s Else UseSkill Hiding Pause 10.00s |
|
|
|
|
|
#3 (permalink) |
|
Join Date: Aug 2004
Age: 34
Posts: 12
|
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) |
|
|
|
|
|
#4 (permalink) |
|
Join Date: Aug 2004
Age: 34
Posts: 12
|
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:
|
|
|
|
|
|
#5 (permalink) |
|
Join Date: Sep 2004
Age: 33
Posts: 3
|
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
![]() |
|
|
|
|
|
#6 (permalink) |
|
Join Date: Aug 2004
Age: 34
Posts: 12
|
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 |
|
|
|
|
|
#7 (permalink) | |
|
Join Date: Sep 2004
Age: 33
Posts: 3
|
Hey thanks alot, I came up with this while waiting for your reply..
Quote:
|
|
|
|
|
|
|
#8 (permalink) | |
|
Join Date: Aug 2004
Age: 34
Posts: 12
|
Quote:
![]() |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|