Page 1 of 1
Tailoring Macro on Razor
Posted: Fri Apr 17, 2009 7:37 am
by kayla22
I created a macro in razor for tailoring. But when my sewing kit is worn out, it crashes. This is my macro:
Double click (sewing kit ####)
Wait for target
Absolute target
Wait for menu(any)
Menu response 2
Wait for menu(any)
Menu response 5
Pause 10.00 sec
And it loops to itsself. Can anyone let me know what happens? Also,
It will time out for 4 to 5 minutes when it crashes.
Re: Tailoring Macro on Razor
Posted: Fri Apr 17, 2009 9:55 am
by slida
I don't know if I completely understand the question. The program shuts down? If your sewing kit wears out and you have no other sewing kits, there is nothing for the macro to target. In most scenarios, Razor will timeout for five minutes when it encounters a problem like this, presumably to avoid wasting bandwidth and cpu on an uncompletable task.
Re: Tailoring Macro on Razor
Posted: Fri Apr 17, 2009 10:23 am
by kayla22
It just times out. Then when i put more sewing kits in my backpack, it doesn't run properly anymore. So, I will have to redo the entire macro.
Re: Tailoring Macro on Razor
Posted: Fri Apr 17, 2009 1:44 pm
by JasonNtn
You'd be better served by having Target By Type instead of Absolute Target. (If you want it to work more than just one time)
Re: Tailoring Macro on Razor
Posted: Fri Apr 17, 2009 2:43 pm
by Pristiq
I run into this problem too. The issue is the pause. Anything longer than 4 sec. times out.
Try:
Pause 4 sec
Pause 4 sec
Pause 2 sec
Re: Tailoring Macro on Razor
Posted: Fri Apr 17, 2009 6:12 pm
by Silverfoot
As JasonNtn said, put a bunch of sewing kits in your backpack, then right-click the "Double click (sewing kit ####)" line in your razor macro and change it to target by type. That should solve your problem.
Re: Tailoring Macro on Razor
Posted: Sat Apr 18, 2009 1:26 pm
by RoadKill
Another thing you need to do is edit time outs on ALL the "Wait For Targets", it's prolly set to 300, set it to like 12 (I always set mine slightly higher than the typical save time, just in case)
Re: Tailoring Macro on Razor
Posted: Tue May 12, 2009 7:00 am
by kayla22
Thnx for all your help guys. that actually helped alot.