Latest 12/04/13 Update Storage Disconnection

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
Message
Author
Balbongzkie
Noob
Noob
Posts: 3
Joined: 05 Nov 2011, 21:54
Noob?: No

Latest 12/04/13 Update Storage Disconnection

#1 Post by Balbongzkie »

Just like what the title says, the bot disconnects when using storage. It just says that it finished talking to kafra but the storage never opened and then disconnects after a few seconds. Using the latest SVN.

heero
Super Moderators
Super Moderators
Posts: 158
Joined: 04 Apr 2008, 11:12

Re: Latest 12/04/13 Update Storage Disconnection

#2 Post by heero »

Specify the server next time its difficult having to browse thru all the servers just to find out where this storage disconnection problem is.

catcha03
Noob
Noob
Posts: 1
Joined: 14 Dec 2013, 01:17
Noob?: Yes

Re: Latest 12/04/13 Update Storage Disconnection

#3 Post by catcha03 »

The problem is from pRO Valkyrie Server

Things goes like this...

talknpc 55 123 c r0
Talking to NPC at (55, 123) using sequence: c r0
Kafra Employee: [Kafra Employee]
Kafra Employee: Welcome. Kafra is always here to help you.
Kafra Employee: How can I help you?
Kafra Employee: Auto-continuing talking
----------Responses-----------
# Response
0 Use Storage Service
1 Use Cart Service
2 Check Other Information
3 Quit
4 Cancel Chat
-------------------------------
Kafra Employee: Type 'talk resp #' to choose a response.
Inventory Item Removed: Cargo Free Ticket (1) x 1
Kafra Employee: [Kafra Employee]
Kafra Employee: I'm opening your storage.
Kafra Employee: Thank you for using Kafra services.
Kafra Employee: Done talking
Done talking with Kafra Employee.
Disconnected from Map Server, connecting to Account Server in 30 seconds...

Config is this: Storage Part

storageAuto 0
storageAuto_npc pay_arche 55 123
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps c r0
storageAuto_password xxxx
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 0
minStorageZeny 50

Update: I just noticed or just a hunch that somehing is wrong after sending the storage passcode. If I leave the password on the config it just automatically close, If i leave it blank it asks me for a passcode then it closes it, some kind of temination signal from the server that disconnects the bot... Just an observation... But still puzzeled...

I Really Appreciate Help... /thx!

heero
Super Moderators
Super Moderators
Posts: 158
Joined: 04 Apr 2008, 11:12

Re: Latest 12/04/13 Update Storage Disconnection

#4 Post by heero »

I have already committed the fix for this just re-download the latest SVN from http://collectskin.com/openkore/

Unthinkable
Noob
Noob
Posts: 1
Joined: 19 Dec 2013, 20:12
Noob?: No

Re: Latest 12/04/13 Update Storage Disconnection

#5 Post by Unthinkable »

Hi,

That resolved the issue for me in pRO New Iris. Thanks!

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

Re: Latest 12/04/13 Update Storage Disconnection

#6 Post by kurotsuki »

If you don't mind, could you tell me in which part of the code that you fix this? I have download the latest snapshot from http://collectskin.com/openkore/ but it seems that my characters still disconnected. I'm at idRO, Thor server.

heero
Super Moderators
Super Moderators
Posts: 158
Joined: 04 Apr 2008, 11:12

Re: Latest 12/04/13 Update Storage Disconnection

#7 Post by heero »

kurotsuki wrote:If you don't mind, could you tell me in which part of the code that you fix this? I have download the latest snapshot from http://collectskin.com/openkore/ but it seems that my characters still disconnected. I'm at idRO, Thor server.
here is the link with the details of what was changed.
http://sourceforge.net/p/openkore/code/8790/

deca2708
Noob
Noob
Posts: 17
Joined: 19 Apr 2016, 05:16
Noob?: Yes

Re: Latest 12/04/13 Update Storage Disconnection

#8 Post by deca2708 »

sorry for bringing this thread back.
I am having the same problem, I am using the latest openkore that I got from here.
How can I apply it to idRO?

mine was
my %handlers = qw(
send_equip 00A9
storage_password 023B
sync 0360
character_move 035F
actor_info_request 0368
actor_look_at 0361
item_take 0362
item_drop 0363
storage_item_add 0364
storage_item_remove 0365
skill_use_location 0366
party_setting 07D7
buy_bulk_vender 0801
i tried changing it to
my %packets = (
);
$self->{packet_list}{$_} = $packets{$_} for keys %packets;

my %handlers = qw(
sync 0360
character_move 035F
@@ -38,6 +34,7 @@
item_drop 0363
storage_item_add 0364
storage_item_remove 0365
storage_password 023B
skill_use_location 0366
party_setting 07D7
buy_bulk_vender 0801
but didnt work. help?
my openkore is the latest, I tried both from collectskin and github
Attachments
dc.png

Post Reply