Openkore: "any work in progress (NPC dialog, manufacturing...)quit and try again.# RE:Start Odin when using teleport (im using teleport belt)

Created on 3 Sep 2017  路  7Comments  路  Source: OpenKore/openkore

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

  • Before submitting an issue, ensure you are on the latest release
  • Check if an issue already exists for your request
  • Please post in English if possible

------------------ Bug Report Template ------------------

Summary:
Affected configuration(s)/ file(s):

Include relevant code snippets and source code references

Impact:
Expected Behavior:
Actual Behavior:
Steps to Reproduce:

------------------ Feature Request Template ------------------

Summary:
Affected configuration(s)/ file(s):

Include relevant code snippets and source code references

Impact:
Benefits:
Drawbacks:
Additional Details:

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
}
}

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

comdevx picture comdevx  路  3Comments

Queroz picture Queroz  路  4Comments

lututui picture lututui  路  5Comments

williamrtiu picture williamrtiu  路  4Comments

farrainbow picture farrainbow  路  4Comments