Please refer to the following resources for help using OpenKore:
faqs - http://openkore.com/index.php/Frequently_Asked_Questions (such as "Packet Tokenizer")
forum - http://forums.openkore.com
documentation wiki - http://openkore.com/index.php/Main_Page
Include relevant code snippets and source code references
Include relevant code snippets and source code references
please use the template and fill with steps to reproduce, it will be better if you post a image with error
just paste in your macros.txt
automacro fix_tele {
console /any work in progress/
timeout 5
call {
pause 1
do warp cancel
pause .2
do ai on
pause .2
do reload config
pause .2
do reload macros
release all
}
}
People need to stop regurgitating the one above...it's slow and gets you killed
automacro fix_tele {
console /any work/
timeout 1.5
call thefix
}
macro thefix {
pause .1
do warp cancel
pause .1
do ai on
pause .1
do reload macros
release all
}
you probably don't need the ai on or reload macros part either...
I looked at macros.txt files in Openkore folder.. and I found 4 of them..
which macro.txt should I put this script?
Simply use this
automacro CancelTeleport {
console /any work in progress/
call {
do warp cancel
}
}
Might wanna check your timeouts.txt and your internet connection if it keep spamming.
Might wanna add exclusive 1 on the macro condition.
@ncplay91 macros.txt is inside control folder.
Any script is put there.
Don't touch plugins folder.
Macros have 2, macros.txt with macro.pl and eventMacros.txt with eventMacro.pl
You need the plugin (.pl) to use the script in (.txt)
@fadreus
There's no macros.txt in control folder... so should I make one?
Yes.
@ncplay91 Read here http://openkore.com/index.php/Macro_plugin or you will end up asking every little things.
Most helpful comment
just paste in your macros.txt
automacro fix_tele {
console /any work in progress/
timeout 5
call {
pause 1
do warp cancel
pause .2
do ai on
pause .2
do reload config
pause .2
do reload macros
release all
}
}