Page 1 of 1

Razor macros

Posted: Tue Jul 27, 2010 8:13 pm
by grepler
Anyone know why my macros keep getting stuck on wait for menu and wait for target? Im guessing but Id say it happens approx 2% of each loop thru the macro so I have too keep checking them again every few minutes. This sint just 1 macro im having problems with, all of them have the same problem. Ive gotten around it most of the time by using a pause instead but for some macros that wont work, especially menu's.

Re: Razor macros

Posted: Tue Jul 27, 2010 10:23 pm
by Dagon
the default wait time for those is 300 seconds, or at least for one of them.. so for every macro you make you should be right clicking on the wait for in the macro and selecting edit or whatever it says, and change the timeout to 3 seconds or so..

Re: Razor macros

Posted: Tue Jul 27, 2010 11:18 pm
by marmalade
what dagon said. right click, select edit timeout and enter a more reasonable value. make sure the timeout value you enter is higher than whatever the line is waiting to do though.

ie. dont put a timeout value of 1 second when you're waiting to cast a 3 second spell.

Re: Razor macros

Posted: Tue Jul 27, 2010 11:23 pm
by grepler
God I must be blind or something. thanks guys.
My only excuse is theres so much to learn and Im trying to do it all at once ;-)