Page 4 of 4

Re: Stuck after teleport

Posted: 21 Dec 2012, 01:11
by ever_boy_
you should use the error message in the console condition.

Re: Stuck after teleport

Posted: 21 Dec 2012, 10:50
by Phyzoon
I don't get any :(

Re: Stuck after teleport

Posted: 28 Dec 2012, 21:03
by suggipuss
does anyone have a fix for this yet? im using svn 8353 and im playing on iRo Classic.. problem on iro is there is no error message on kore when the teleport popup is on screen so we cant syntax it with a macro... anyone have solution yet?

Re: Stuck after teleport

Posted: 02 Feb 2014, 22:11
by Habacucc
Sorry if I'm necroing this post, but I found a solution for this problem. Instead of using the full console message error ("any work in progress (npc dialog manufacturing...)quit and try again"), I used a regular expression. Works just fine, here's the macro (thanks to Inserio for the original code):
#### Fix Double Tele ####

automacro fix_tele {
console /any work/
timeout 5
call thefix
}

macro thefix {
pause 1
do warp cancel
pause .2
do ai on
pause .2
do reload config
pause .2
do reload macros
release all
}