Problem with scribing macro
Posted: Fri Nov 13, 2009 11:34 am
Hello
I am using a macro to create scrolls. It calls a restock agent which takes a blank scroll and the raegants from my bank box, and they appear in my backpack. It calls the inscription skill and tries to target the blank scroll but can't. If I do it manually it works fine but, for some reason, the macro can't target it. I have changed it to target by type, and then re-targeted it but it doesn't work. The worst thing is that it works sometimes, so I could get through 100 scrolls ok, then I buy some more to put in my bank box and it stops working. Does anyone else have this problem, or am I doing something wrong? The macro is posted below
Assistant.Macros.IfAction|1|0|40
Assistant.Macros.UseSkillAction|46
Assistant.Macros.PauseAction|00:00:35
Assistant.Macros.EndIfAction
Assistant.Macros.HotKeyAction|0|Restock Agent-1
Assistant.Macros.AbsoluteTargetAction|0|0|8847|3686|2516|0|400
Assistant.Macros.PauseAction|00:00:05
Assistant.Macros.UseSkillAction|23
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|3636
Assistant.Macros.WaitForMenuAction|0|300
Assistant.Macros.MenuResponseAction|2|8390|0
Assistant.Macros.WaitForMenuAction|0|300
Assistant.Macros.MenuResponseAction|1|8370|0
Assistant.Macros.PauseAction|00:00:07
Assistant.Macros.LiftTypeAction|8031|1
Assistant.Macros.DropAction|0x4019693E|(-1, -1, 0)|0
Assistant.Macros.PauseAction|00:00:05
Thanks
Coloram
I am using a macro to create scrolls. It calls a restock agent which takes a blank scroll and the raegants from my bank box, and they appear in my backpack. It calls the inscription skill and tries to target the blank scroll but can't. If I do it manually it works fine but, for some reason, the macro can't target it. I have changed it to target by type, and then re-targeted it but it doesn't work. The worst thing is that it works sometimes, so I could get through 100 scrolls ok, then I buy some more to put in my bank box and it stops working. Does anyone else have this problem, or am I doing something wrong? The macro is posted below
Assistant.Macros.IfAction|1|0|40
Assistant.Macros.UseSkillAction|46
Assistant.Macros.PauseAction|00:00:35
Assistant.Macros.EndIfAction
Assistant.Macros.HotKeyAction|0|Restock Agent-1
Assistant.Macros.AbsoluteTargetAction|0|0|8847|3686|2516|0|400
Assistant.Macros.PauseAction|00:00:05
Assistant.Macros.UseSkillAction|23
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|3636
Assistant.Macros.WaitForMenuAction|0|300
Assistant.Macros.MenuResponseAction|2|8390|0
Assistant.Macros.WaitForMenuAction|0|300
Assistant.Macros.MenuResponseAction|1|8370|0
Assistant.Macros.PauseAction|00:00:07
Assistant.Macros.LiftTypeAction|8031|1
Assistant.Macros.DropAction|0x4019693E|(-1, -1, 0)|0
Assistant.Macros.PauseAction|00:00:05
Thanks
Coloram