creamy card causing disconnections?

International

Moderator: Moderators

Message
Author
ScriptKiddy
Noob
Noob
Posts: 16
Joined: 12 Aug 2017, 06:07
Noob?: No

creamy card causing disconnections?

#1 Post 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...

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: creamy card causing disconnections?

#2 Post 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.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

jack2017
Noob
Noob
Posts: 2
Joined: 17 Nov 2017, 09:11
Noob?: No

Re: creamy card causing disconnections?

#3 Post by jack2017 »

Use this macro.

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

Post Reply