You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Openkore version git:
OpenKore what-will-become-2.1 ( version git:ebd0be1_2023-09-22 ctime:2023_06_03 )
Server:
Private Server ((serverType kRO_RagexeRE_2015_11_04a))
Bug Report / Feature Request:
Configured avoidList to respawn at save point and then disconnect for 3600 seconds if any job/character is in sight. As per the doc here when teleport is set to 2, kore will respawn and then disconnect,
Here is the avoid.txt :
# Same as above, but uses player jobs instead of names
# There is no disconnect on chat for this section.
# Examples:
# see https://github.com/OpenKore/openkore/blob/master/src/Globals.pm#L141
Novice 1 2
Swordsman 1 2
Mage 1 2
Archer 1 2
Acolyte 1 2
Merchant 1 2
Thief 1 2
Knight 1 2
Priest 1 2
Wizard 1 2
Blacksmith 1 2
Hunter 1 2
Assassin 1 2
Peco Knight 1 2
Crusader 1 2
Monk 1 2
Sage 1 2
Rogue 1 2
Alchemist 1 2
Bard 1 2
Dancer 1 2
Peco Crusader 1 2
Wedding Suit 1 2
Super Novice 1 2
Gunslinger 1 2
Ninja 1 2
Xmas 1 2
Summer 1 2
High Novice 1 2
High Swordsman 1 2
High Magician 1 2
High Archer 1 2
High Acolyte 1 2
High Merchant 1 2
High Thief 1 2
Lord Knight 1 2
High Priest 1 2
High Wizard 1 2
Whitesmith 1 2
Sniper 1 2
Assassin Cross 1 2
Peco Lord Knight 1 2
Paladin 1 2
Champion 1 2
Professor 1 2
Stalker 1 2
Creator 1 2
Clown 1 2
Gypsy 1 2
Peco Paladin 1 2
Super Baby 1 2
Taekwon 1 2
Star Gladiator 1 2
Flying Star Gladiator 1 2
Soul Linker 1 2
Given the avoid.txt above, kore should respawn to seeing any of the Jobs specified and then disconnect. After some testing, it seems kore disconnect out right without waiting to teleport/respawn,
i tried the following scenario: Paladin 0 1
kore teleports on sight of a Paladin Palading 1 1
kore disconnect without teleporting Paladin 1 0
kore disconnects <~ this is correct scenario Paladin 0 2
kore respawns to savepoint Paladin 1 2
kore just disconnects without respawn first
I made sure it has fly wing, butterfly wing, or teleport skill.
I tested on Priest, High Priest with only skill, I also check with taekwon with fly wing and butterfly wing.
For some reason, ai_useTeleport(1) or ai_usetTeleport(2) was not called/finished before doing relog($config{avoidList_reconnect}, 1);
Summary:
openKore outright disconnects with out performing teleport/respawn when configured to use avoid list:
teleportAuto_onlyWhenSafe is also set to 0 in config.txt avoidList_inLockOnly is also set to 0 in config.txt
Not sure if the timeouts.txt teleport related numbers are affecting this, this is what is configured for mine:
Kore definitely knows it needs to teleport before it disconnects, from the screenshot, it already disconnected before the teleport was even called/finished
OpenKore what-will-become-2.1 ( version git:ebd0be1_2023-09-22 ctime:2023_06_03 )
Private Server ((serverType kRO_RagexeRE_2015_11_04a))
Configured avoidList to respawn at save point and then disconnect for
3600
seconds if any job/character is in sight. As per the doc here when teleport is set to 2, kore will respawn and then disconnect,Here is the
avoid.txt
:Given the
avoid.txt
above, kore should respawn to seeing any of the Jobs specified and then disconnect. After some testing, it seems kore disconnect out right without waiting to teleport/respawn,i tried the following scenario:
Paladin 0 1
kore teleports on sight of a Paladin
Palading 1 1
kore disconnect without teleporting
Paladin 1 0
kore disconnects <~ this is correct scenario
Paladin 0 2
kore respawns to savepoint
Paladin 1 2
kore just disconnects without respawn first
I made sure it has fly wing, butterfly wing, or teleport skill.
I tested on Priest, High Priest with only skill, I also check with taekwon with fly wing and butterfly wing.
For some reason,
ai_useTeleport(1)
orai_usetTeleport(2)
was not called/finished before doingrelog($config{avoidList_reconnect}, 1);
openKore outright disconnects with out performing teleport/respawn when configured to use avoid list:
teleportAuto_onlyWhenSafe
is also set to 0 inconfig.txt
avoidList_inLockOnly
is also set to 0 inconfig.txt
Not sure if the
timeouts.txt
teleport related numbers are affecting this, this is what is configured for mine:The text was updated successfully, but these errors were encountered: