|
||
|
|||||||
| 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) |
|
Lurker
Join Date: Jul 2008
Age: 24
Posts: 2
|
Hello. I am having trouble with my tinker script. I have two seprate macros that control my tinkering. The first part initiates the action and selects 'make last'(I first create the item I want so I could just hit make last).
The second part just keeps selecting make last until a message comes up saying my item has worn out. Then it goes back to the first script etc. However when the msg for worn out item comes up my macro times out and I have to stop and restart it again. First part: Code:
!Loop Assistant.Macros.DoubleClickTypeAction|7864|True Assistant.Macros.WaitForGumpAction|2002155655|False|300 Assistant.Macros.GumpResponseAction|25|0|0 Assistant.Macros.PauseAction|00:00:01.5000000 Assistant.Macros.HotKeyAction|0|Play: tinker2 Code:
!Loop Assistant.Macros.GumpResponseAction|25|0|0 Assistant.Macros.WaitForGumpAction|2002155655|False|300 Assistant.Macros.IfAction|4|0|you have worn out your tool! Assistant.Macros.PauseAction|00:00:01 Assistant.Macros.HotKeyAction|0|Play: tinker lockpicks Assistant.Macros.EndIfAction Also I am using razor 1.0.0.Does anyone know if the new version works with clients under 5.0.7? Where I play we only use clients under that and I read that the new razor only supports the newest client. Thanks |
|
|
|
|
|
#2 (permalink) |
|
Newbie
Join Date: Nov 2007
Age: 26
Posts: 60
|
The easiest way to do this kind of macro is just to have one macro that doubleclicks a tool every loop. Its not really that much slower unless you lag a lot and its a lot quicker to set up.
For example: Code:
!Loop Assistant.Macros.DoubleClickTypeAction|7864|True Assistant.Macros.WaitForGumpAction|2002155655|False|3 Assistant.Macros.GumpResponseAction|25|0|0 Assistant.Macros.WaitForGumpAction|2002155655|False|3 Assistant.Macros.GumpResponseAction|0|0|0 |
|
|
|
|
|
#4 (permalink) | |
|
Newbie
Join Date: Feb 2004
Age: 22
Posts: 16
|
Quote:
I use client version 5.0.6e, and recently I have switched over from 1.0.0 to develop a BoD addon for Razor. The latest version of Razor works fine with 5.0.6e, but the macros run much slower than on 1.0.0. |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|