|
||
|
|||||||
| 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 Newbie
Join Date: Feb 2007
Age: 22
Posts: 2
|
Hi, I'm trying to build a macro for crafting (tinkering, carpentry:make last action). I used to do this properly but I haven't played for about a year and I forgot all about it. I'm recording this:
Double Click (tool kit (1EB8)) Gump Response (Button 21) Wait For Gump (Any) Gump Response (Button 21) I remember that I have to modify some of these lines, because it stops at Gumps and it also stops when there are no uses left on the tool although there are numerous similar tools in my backpack. Can anyone help me with this, either by pointing out my mistake or directing me to a link? (I couldn't find something as easy as this when I searched the forums =] ) |
|
|
|
|
|
#2 (permalink) |
|
Forum Expert
|
I use double click by type that will solve the running out of charges unless you run out of tools. I usually put a 1 sec wait in between problem areas cause it moves to fast for the game and ends up in some 25 sec pause.
__________________
Broadside ~AkA~ Bad Karma |
|
|
|
|
|
#3 (permalink) | |
|
Forum Expert
|
Simply enough:
Code:
For 1 To #Amount (Ingore this if you want to repeat it for like...Ever.) DoubleClickByType(Tool) WaitForGump(#Any) GumpResponse(21) If SysMessage "You have worn" DoubleClickByType(Tool) EndIf EndFor (Ingore this if you want to repeat it for like...Ever.)
__________________
Zelda Freak ^^ Quote:
|
|
|
|
|
|
|
#5 (permalink) | |
|
Forum Expert
|
no problem, tbh..............
Lemme guess, you didn't understand a single word, eh? I gave you a fairly huge hint on what to do, I'm sure its not that hard to work out...tbh.
__________________
Zelda Freak ^^ Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|