Disconnected whenever trying to open storage

Indonesia

Moderator: Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) maybe outdated. Read the wiki for instructions on how to update those information and please contribute when you obtain them. Contact Cozzie to join the team as a regular server supporter.
Message
Author
kurotsuki
Noob
Noob
Posts: 6
Joined: 29 Apr 2011, 08:54
Noob?: Yes

Disconnected whenever trying to open storage

#1 Post by kurotsuki »

I have a problem that whenever my characters try to open storage, it always disconnected. Both auto storage and manual storage (by talk #npc_no then talk resp 1) are disconnected. I have try to fix unknown packet earlier but it only removes unknown packet warning and not solving this problem.

I have try to debug the openkore by turn on debugging section in the config.txt. Here is the result (with added comments regarding my understanding about kore-server communications):

Code: Select all

**** Here, I talk to kafra ****
talk 0
Sent packet    : 0090    [ 7 bytes]  [Talk]

<< Received packet:      01B3 - NPC Image [67 bytes] --> Show NPC image: kafra_05.bmp
<< Received packet:      00B4 - NPC Talk [16 bytes] --> Kafra Staff: [Kafra]
<< Received packet:      00B4 - NPC Talk [87 bytes] --> Kafra Staff: Selamat datang di Kafra Corp.Kami akan selalu bersamamu dimanapun kamu berada.
<< Received packet:      00B4 - NPC Talk [31 bytes] --> Kafra Staff: Ada yang bisa dibantu?
<< Received packet:      00B5 - NPC Continue [ 6 bytes] --> This might be the signal that previous responses is over

Kafra Staff: Auto-continuing talking
Sent packet    : 00B9    [ 6 bytes]  [Talk Continue]

**** After several auto-continued talk, it shows the menu ****
<< Received packet:      00B7 - NPC Response [107 bytes]
----------Responses-----------
#  Response
0  Simpan Posisi
1  Gunakan Storage
2  Gunakan layanan Teleport
3  Sewa Cart
4  Periksa informasi lainnya
5  Batal.
6  Cancel Chat
-------------------------------
Kafra Staff: Type 'talk resp #' to choose a response.

Sent packet    : 0360    [ 6 bytes] --> This might be a signal to server that kafra menu is opened

<< Received packet:      007F - Received Sync [ 6 bytes] --> This might be the server's acknowledgement for previous signal (somekind of handsake?)

**** Sending response to open storage ****
talk resp 1
Sent packet    : 00B8    [ 7 bytes]  [Talk Response]

<< Received packet:      00B0 - Your Status Info [ 8 bytes]
<< Received packet:      00B0 - Your Status Info [ 8 bytes]
<< Received packet:      00B1 - Your Status Info (Exp, Job Exp, Zeny) [ 8 bytes] --> You lost 40 zeny.
<< Received packet:      00B4 - NPC Talk [16 bytes] --> Kafra Staff: [Kafra]
<< Received packet:      00B4 - NPC Talk [41 bytes] --> Kafra Staff: Akan kubuka Storagenya sekarang.
<< Received packet:      00B4 - NPC Talk [49 bytes] --> Kafra Staff: Terima kasih sudah menggunakan jasa ini.
<< Received packet:      00B6 - NPC Cancel [ 6 bytes] --> Kafra Staff: Done talking

**** Sending close dialog ****
Sent packet    : 0146    [ 6 bytes]  [Talk Cancel]

<< Received packet:      01B3 - NPC Image [67 bytes] --> Hide NPC image: kafra_05.bmp
<< Received packet:      023A [ 4 bytes]

**** I don’t know what these packet do ****
Sent packet    : 0000    [36 bytes]

<< Received packet:      01B3 - NPC Image [67 bytes] --> Hide NPC image: kafra_05.bmp

<< Received packet:      00B1 - Your Status Info (Exp, Job Exp, Zeny) [ 8 bytes]
<< Received packet:      00B1 - Your Status Info (Exp, Job Exp, Zeny) [ 8 bytes]

**** Right after this 00B1 packet), the OK always disconnected ****
Disconnected from Map Server, connecting to Account Server in 30 seconds...
As seen on the debug result above, it always disconnected after the second time kore receive 00B1 packet (which in the previous was stating that the character lost some zeny to pay the storage charge.

I don't know how to fix this so I post it here with hope that maybe someone who have knowledge about this can help.

Thanks in advance.

kurotsuki
Noob
Noob
Posts: 6
Joined: 29 Apr 2011, 08:54
Noob?: Yes

Re: Disconnected whenever trying to open storage

#2 Post by kurotsuki »

It seems that I have duplicate issue with this topic: http://forums.openkore.com/viewtopic.php?f=55&t=154758

Although that it does not seem to solve my problem

rocknroll
Been there done that!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: Disconnected whenever trying to open storage

#3 Post by rocknroll »

maybe this temporary fix can help you
idRO Update
Sorry, my english is very bad !

kurotsuki
Noob
Noob
Posts: 6
Joined: 29 Apr 2011, 08:54
Noob?: Yes

Re: Disconnected whenever trying to open storage

#4 Post by kurotsuki »

rocknroll wrote:maybe this temporary fix can help you
idRO Update
Magnificent. I know there is something wrong with the send password part. But I don't know where to look at. So, in other word, our server (idRO) is not updated when all other server is updated. Hence, when openkore adapt with the new change, our storage ceased to work. Is that it?

kurotsuki
Noob
Noob
Posts: 6
Joined: 29 Apr 2011, 08:54
Noob?: Yes

Re: Disconnected whenever trying to open storage

#5 Post by kurotsuki »

Btw, the package you gave me earlier has a coding glitch. Whenever packet #099F is received, instead of showing unknown packet like the original openkore, it will instead stopped working because on src/Network/Receive/idRO.pm line 103 and 104 will calling binAdd(\@spellsID, $ID) where binAdd is not recognized. I've trying to fix it but I don't know whether it will work or not. I have to test it two-three days ahead before posting the fix.

c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

Re: Disconnected whenever trying to open storage

#6 Post by c4c1n6kr3m1 »

sub binAdd is inside src\Utils\DataStructures.pm
so try add on idRO.pm upper side declaration?( or whatever it's called, i'm not programmer)

Code: Select all

use Utils::DataStructures qw(binAdd);

mnemonictanz
Noob
Noob
Posts: 2
Joined: 11 Dec 2014, 04:09
Noob?: No

Re: Disconnected whenever trying to open storage

#7 Post by mnemonictanz »

there is something error. maybe cause monster casting area skill like "fire pillar" . please help

Image
other one error
Image

Post Reply