Page 1 of 1

creamy card causing disconnections?

Posted: 15 Oct 2017, 09:08
by ScriptKiddy
Hey all,

I have been trying to troubleshoot whats going on for days now. Very regularly while teleporting away due to low HP using a creamy card causes openkore to disconnect.

I think a big part of the issue is it trys to do things after the teleport, but before the teleport has actually finished and the bot knows where i am and whats around me. A bit culprit seems to be using potions or other skills.

I tried playing around with the timeout.txt and increase it, i went all the way from 0.5 up to 5 seconds but all this does is kill me faster because i don't teleport away, and it STILL happens anyway, because the issue isn't the teleport actually causing it, but other actions happening before the teleport is complete.

Anybody have similar issues or know how to fix this?

Code: Select all

Monster Green Venatu (6) is casting Guidedattack on location (71, 132) (Delay: 1000ms)
You are casting Teleport on yourself (Delay: 0ms)
------------------ Warp Portal -------------------
#  Place                           Map
--------------------------------------------------
You use Teleport on yourself (Lv: 1)
"any work in progress (NPC dialog, manufacturing...)quit and try again.#"
Map Change: juperos_01.gat (237, 69)
Unknown #51366 shown unknown effect 9999 at location 242, 91 with the color [R:255, G:255, B:0, A:0]
------------------ Warp Portal -------------------
#  Place                           Map
--------------------------------------------------
You use Teleport on yourself (Lv: 1)
You failed to use item: White Potion (2023)
"any work in progress (NPC dialog, manufacturing...)quit and try again.#"
Monster Blue Venatu (1) hit You when your HP is under 25. Teleporting...
[ 20/ 99] Monster Blue Venatu (1) attacks you (Dmg: Miss!) (Delay: 1020ms)
Monster Orange Venatu (7) hit You when your HP is under 25. Teleporting...
[ 20/ 99] Monster Orange Venatu (7) attacks you (Dmg: Miss!) (Delay: 1020ms)
Map Change: juperos_01.gat (137, 81)
Calculating random route to: Ruins of Juperos (juperos_01): 43, 197
Disconnected from Map Server, connecting to Account Server in 34 seconds...

Re: creamy card causing disconnections?

Posted: 18 Nov 2017, 03:24
by fadreus
Not just creamy card.
Any teleport skills are the same.

It's normal for me though it's only happen on random occasion.

Re: creamy card causing disconnections?

Posted: 18 Nov 2017, 09:28
by jack2017
Use this macro.

automacro CancelTeleport {
console /any work in progress/
call {
do warp cancel
}
}