Page 1 of 1
Inscription macro getting stuck alot...
Posted: Mon Mar 19, 2012 7:06 pm
by Maehix
It will run for a little bit then all of a sudden start hanging for 5 mins and I have no idea why I have inserted pauses of .50 and 1.00sec's after wait for menu sections and when I do it still does the same thing. Any help would be greatly appreciated.
if ( Mana >= 50 )
Exec: Restock Agent
Absolute Target
Pause 1.00sec
Use Skill Inscription
Wait for Target
Absolute Target
Wait for Menu (Any)
Menu Response 3
Wait for Menu 1
Pause 10.00sec
End If
If ( Mana <= 30 )
Use Skill Meditation
Pause 10.00sec
End If
Exec: Origanizer Agent
!Loop
Assistant.Macros.IfAction|1|1|50
Assistant.Macros.HotKeyAction|0|Restock Agent-3
Assistant.Macros.AbsoluteTargetAction|0|0|142871|2885|686|0|400
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.UseSkillAction|23
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.AbsoluteTargetAction|0|0|1081522478|85|75|0|3636
Assistant.Macros.WaitForMenuAction|0|300
Assistant.Macros.MenuResponseAction|3|8387|0
Assistant.Macros.WaitForMenuAction|0|300
Assistant.Macros.MenuResponseAction|1|8351|0
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|1|0|30
Assistant.Macros.UseSkillAction|46
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.EndIfAction
Assistant.Macros.HotKeyAction|0|Organizer Agent-3
Re: Inscription macro getting stuck alot...
Posted: Mon Mar 19, 2012 10:54 pm
by Bartez
Its getting stuck on wait for menu. Right click, edit and set your wait for menus and wait for targets at a 1 second timeout. Do this and you won't need the pauses in between.
Re: Inscription macro getting stuck alot...
Posted: Tue Mar 20, 2012 6:05 am
by Maehix
Ok I will try when I get home.
Re: Inscription macro getting stuck alot...
Posted: Tue Mar 20, 2012 7:41 am
by Malaikat
You may try a 1 second pause per reg you're restocking with the agent. I believe the delay would apply to each so that if you're grabbing both ash and silk you'll need to pause for 2 seconds total. You'll also need a 1 second pause after the organizer agent I believe.
Re: Inscription macro getting stuck alot...
Posted: Tue Mar 20, 2012 1:38 pm
by the bazookas
I had this problem too, no matter what kind of pausing and restocking regime I came up with. It seemed to be a matter of the "target by type" for scrolls not working right somehow. I found, however, that if I put a pile of something like 10 scrolls in my bag, use absolute target, and continually restock that pile back up to 10, that it stopped having the trouble.
This means that everytime you set up the macro, you might need to retarget your Absolute Target to the new pile of scrolls in your pack.
Re: Inscription macro getting stuck alot...
Posted: Tue Mar 20, 2012 1:50 pm
by Light Shade
the bazookas wrote:I had this problem too, no matter what kind of pausing and restocking regime I came up with. It seemed to be a matter of the "target by type" for scrolls not working right somehow. I found, however, that if I put a pile of something like 10 scrolls in my bag, use absolute target, and continually restock that pile back up to 10, that it stopped having the trouble.
This means that everytime you set up the macro, you might need to retarget your Absolute Target to the new pile of scrolls in your pack.
Yes. Use Absolute Target, but make sure you have it set to restock before you use up all your scrolls.
So, say you have it set to restock 100 scrolls. Have your loop restock everytime you use 25 scrolls. This way, even if you have a world save 2 times in a row when you're restocking...you will still have the scroll pile...which is your absolute target. As long as you restock that supply before you run out, it won't break the macro.
Re: Inscription macro getting stuck alot...
Posted: Tue Mar 20, 2012 1:58 pm
by the bazookas
Light Shade wrote:This way, even if you have a world save 2 times in a row when you're restocking...you will still have the scroll pile...which is your absolute target.
That's a good idea

I actually had a "if sysmessage=The server will save in 15 seconds" then pause for like a minute, but this would work too.
Re: Inscription macro getting stuck alot...
Posted: Tue Mar 20, 2012 2:06 pm
by Pehiko
There is a lot of issue with the Organize/Restock/Dress function because the Razor Default delay is not long enough.
If you go in Razor, the More Option Tab change the Object Delay to 1000ms (1100 if you have lag or a bad ping) and you wont have to put a 1 second timer in-between restock or use 2 restock agent.
This will also help with any kind of object queue done by razor ie: Dress/undress or using the Un/Re-equip hand to drink potions
Hope it help.
Re: Inscription macro getting stuck alot...
Posted: Tue Mar 20, 2012 2:53 pm
by satori
best way to fix this is to set aside 1 scroll inside your bank/secure that will never change. then when your macro asks what to target have it target that scrolls. as long as you have scrolls in your backpack it will go through like normal and your absolute target will never change.