Bowcrafting Macro and restock agent

Moderator: Support Moderators

Post Reply
Gorgrim
Posts: 8
Joined: Mon Feb 14, 2011 9:20 am

Bowcrafting Macro and restock agent

Post by Gorgrim »

I've read just about every thread I can find on how to make a bowcrafting macro with a restocking agent and 10 organizer agents. I've tried tweaking the macro a million ways and I can't get it to work.

My first question is about the restocking agent - for the 'hot bag' I targeted the bag in my bank that is full of boards. For the target, I targeted the boards in the "hot bag" in my bank, and selected 7 as the quantity, since that's what it takes to make a bow. So here's my macro:

!Loop
Assistant.Macros.HotKeyAction|0|Restock Agent-1
Assistant.Macros.AbsoluteTargetAction|0|0|1079956840|19|145|0|3701
Assistant.Macros.PauseAction|00:00:01.1000000
Assistant.Macros.DoubleClickTypeAction|3922|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|7127
Assistant.Macros.WaitForMenuAction|0|300
Assistant.Macros.MenuResponseAction|2|5042|0
Assistant.Macros.WaitForMenuAction|0|300
Assistant.Macros.MenuResponseAction|1|5042|0
Assistant.Macros.HotKeyAction|0|Organizer Agent-1
Assistant.Macros.HotKeyAction|0|Organizer Agent-2
Assistant.Macros.HotKeyAction|0|Organizer Agent-3
Assistant.Macros.HotKeyAction|0|Organizer Agent-4
Assistant.Macros.HotKeyAction|0|Organizer Agent-6
Assistant.Macros.HotKeyAction|0|Organizer Agent-5
Assistant.Macros.HotKeyAction|0|Organizer Agent-7
Assistant.Macros.HotKeyAction|0|Organizer Agent-8
Assistant.Macros.HotKeyAction|0|Organizer Agent-10
Assistant.Macros.HotKeyAction|0|Organizer Agent-9

After going through one cycle where it successfully creates a bow, the bow is NOT placed in my bank using the organizer agent and I get a timeout on the 'wait for target' step after double clicking my dagger. Other times I get red text telling me item type boards does not exist. What am I doing wrong?

Apologies for any ignorance, this is my second attempt in the last year to get into UOSA, so I'm quite noobish.

EDIT: Also worth noting after running this macro once, I get an action queue in game of something like 60 seconds. I've tried adding pauses here and there, but I can't seem to find out the right combo.

Gorgrim
Posts: 8
Joined: Mon Feb 14, 2011 9:20 am

Re: Bowcrafting Macro and restock agent

Post by Gorgrim »

I think I figured it out. Here's the macro that seems to work - if you guys can help me make it more efficient, I'd very much appreciate it:

!Loop
Assistant.Macros.HotKeyAction|0|Restock Agent-1
Assistant.Macros.AbsoluteTargetAction|0|0|185077|1646|1607|20|400
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.DoubleClickTypeAction|3922|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|7127
Assistant.Macros.WaitForMenuAction|0|300
Assistant.Macros.MenuResponseAction|2|5042|0
Assistant.Macros.WaitForMenuAction|0|300
Assistant.Macros.MenuResponseAction|1|5042|0
Assistant.Macros.PauseAction|00:00:04
Assistant.Macros.HotKeyAction|0|Organizer Agent-1
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|0|Organizer Agent-2
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|0|Organizer Agent-3
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|0|Organizer Agent-4
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|0|Organizer Agent-6
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|0|Organizer Agent-5
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|0|Organizer Agent-7
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|0|Organizer Agent-8
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|0|Organizer Agent-10
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|0|Organizer Agent-9
Assistant.Macros.PauseAction|00:00:02

Post Reply

Return to “New Player Help”