|
||
|
|||||||
| 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 Novice
Join Date: Mar 2006
Posts: 143
|
I need a simple but efficient Hide/Stealth macro. Basically, I need it to Hide me when necessary, but if Hidden, I want it to repeatedly stealth me every 10 seconds until I am no longer Hidden and able to Stealth.
I should Stealth when the following conditions are met: I've successfully hidden myself. I've successfully stealthed. I should Hide when the following conditions are met: I fail to Hide. I fail to Stealth. Obviously I need to account for the 10 second delay required between performing either of these actions again. I have a script, but it is pretty inefficient and hangs up once in a while. Not sure why. |
|
|
|
|
|
#2 (permalink) |
|
Forum Novice
Join Date: Mar 2006
Posts: 143
|
Well, after messing around a great deal with this, I figured it out. So far, this has proven relatively infallable. It hasn't stopped running under any circumstances, and while Stealth on my server is relatively slow, this is providing the most efficient gains possible.
If ( SysMessage "You begin to move quietly." ) UseSkill Stealth Pause 10.20sec Else If ( SysMessage "You have hidden yourself well." ) UseSkill Stealth Pause 10.20sec Else UseSkill Hiding Pause 10.20sec If ( SysMessage "You fail to hide." ) UseSkill Hiding Pause 10.20sec There you have it. Adjust timings for how good your connection is. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|