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
The packet to request a slave teleport to master in openkore is not working properly (sendSlaveStandBy - slave_move_to_master - 0234).
It seems to be somewhat related to the character movement packets.
A test to imply that can be done in the following way.
Get a character stopped in AI Manual with the homunculus off the screen (range > 14), then do: eval $char->{homunculus}-> sendSlaveStandBy
It won't work, the homunculus won't be teleported to master.
Then try: north 1 eval $char->{homunculus}-> sendSlaveStandBy north 1
It will work
Why? I don't know, but we should investigate it.
The text was updated successfully, but these errors were encountered:
The packet to request a slave teleport to master in openkore is not working properly (sendSlaveStandBy - slave_move_to_master - 0234).
It seems to be somewhat related to the character movement packets.
A test to imply that can be done in the following way.
Get a character stopped in AI Manual with the homunculus off the screen (range > 14), then do:
eval $char->{homunculus}-> sendSlaveStandBy
It won't work, the homunculus won't be teleported to master.
Then try:
north 1
eval $char->{homunculus}-> sendSlaveStandBy
north 1
It will work
Why? I don't know, but we should investigate it.
The text was updated successfully, but these errors were encountered: