tRO problem (items_stackable)

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: tRO problem (items_stackable)

#11 Post by EternalHarvest »

When I not modifed bot can stored items to kafra but cannot give items from kafra
bot will stop for sometime and timeout on map server
It's a sign of wrong packet being sent. Check which packet your client sends when you're moving item from the storage. If it's 0365, just add "storage_item_remove 0365" to %handlers in your serverType's Send file.

devilnaked
Noob
Noob
Posts: 15
Joined: 05 Jul 2011, 11:59
Noob?: Yes

Re: tRO problem (items_stackable)

#12 Post by devilnaked »

EternalHarvest wrote:
When I not modifed bot can stored items to kafra but cannot give items from kafra
bot will stop for sometime and timeout on map server
It's a sign of wrong packet being sent. Check which packet your client sends when you're moving item from the storage. If it's 0365, just add "storage_item_remove 0365" to %handlers in your serverType's Send file.
I haven't skill to do that . I can't detect what packet to send to TRO server
Can I help you to ifx there problem?

Please tell me in easily English word. I can't speak or read English well I can for a little bit.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: tRO problem (items_stackable)

#13 Post by EternalHarvest »

It's the same as http://wiki.openkore.com/index.php/Connectivity_Guide, but instead of trying to login you'll need to record the movement of item to the storage. Log in, open your storage, start recording, move the item, stop recording.

If you'll give an example of resulting data, we may be able to fix it.

devilnaked
Noob
Noob
Posts: 15
Joined: 05 Jul 2011, 11:59
Noob?: Yes

Re: tRO problem (items_stackable)

#14 Post by devilnaked »

When I go back to home from working end (about 10.00PM GMT +7) I will do this.

devilnaked
Noob
Noob
Posts: 15
Joined: 05 Jul 2011, 11:59
Noob?: Yes

Re: tRO problem (items_stackable)

#15 Post by devilnaked »

I don't understand how to filter

this file from Wireshark when I store item and give item from kafra Please help me

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: tRO problem (items_stackable)

#16 Post by EternalHarvest »

Packets for moving items to/from storage are the same as in serverType0:

Code: Select all

f3 00 26 00 01 00 00 00
f5 00 01 01 01 00 00 00
You may run openkore with "debugPacket_sent" in config and check if openkore uses "f3 00" and "f5 00" when storaging too, but it should work like that already.

Does storage item list display correctly in openkore?

devilnaked
Noob
Noob
Posts: 15
Joined: 05 Jul 2011, 11:59
Noob?: Yes

Re: tRO problem (items_stackable)

#17 Post by devilnaked »

Inventory Item Removed: Horn of Hilsrion (11) x 37
Sent packet : 00F3 [ 8 bytes] [Storage Add]
Storage Item Added: Light Granule (55) x 1
Inventory Item Removed: Light Granule (12) x 1
Sent packet : 00F3 [ 8 bytes] [Storage Add]
Storage Item Added: Old Purple Box (268) x 1
Inventory Item Removed: Old Purple Box (13) x 1
Sent packet : 00F3 [ 8 bytes] [Storage Add]
Storage Item Added: Cello [3] (269) x 1
Inventory Item Removed: Cello [3] (14) x 1
Player uั่J๓กปaๅsิม๓aิ่J (2) uses effect: Unknown #109
Player uั่J๓กปaๅsิม๓aิ่J (2) uses effect: Unknown #65
Sent packet : 00F3 [ 8 bytes] [Storage Add]
Sent packet : 00F3 [ 8 bytes] [Storage Add]
Sent packet : 00F3 [ 8 bytes] [Storage Add]
Sent packet : 00F3 [ 8 bytes] [Storage Add]
Sent packet : 00F3 [ 8 bytes] [Storage Add]
Disconnected from Map Server, connecting to Account Server in 30 seconds...
Bot display this when storage
-- Equipment (Equipped) --
5 Romantic Leaf -- Lower Mask (1)
-- Equipment (Not Equipped) --
-- Non-Usable --
0 Makeover Brush x 1
1 Paint Brush x 1
6 BROKEN Unknown #28 x 1
-- Usable --
2 Fly Wing x 10
3 Butterfly Wing x 2
4 Berserk Potion x 2
7 None x 1
8 BROKEN Unknown #13 [?260:?32:?33:Round Buckler] x 1
items display incorrect

after I modified code from before post items display correct

devilnaked
Noob
Noob
Posts: 15
Joined: 05 Jul 2011, 11:59
Noob?: Yes

Re: tRO problem (items_stackable)

#18 Post by devilnaked »

Pls. Reply me how I can do whis this suggestion.

devilnaked
Noob
Noob
Posts: 15
Joined: 05 Jul 2011, 11:59
Noob?: Yes

Re: tRO problem (items_stackable)

#19 Post by devilnaked »

http://www.mediafire.com/?t82aj68utz93ot6

Mirror 1 : http://www.megaupload.com/?d=QK0BNF0J
This is BOT from Thai Developer (MOD from Openkore) it can help you to my suggestion

This bot is run perfect correctly but I want to use original Bot from Official

This is Modified (Change log) [ I have translate to English]
http://www.mediafire.com/?6xxxhl47y6tn2p8

Mirror 1 : http://www.megaupload.com/?d=QSF7IRV0

Please help me.

Thank you for advance support.
Last edited by devilnaked on 14 Jan 2012, 05:33, edited 1 time in total.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: tRO problem (items_stackable)

#20 Post by EternalHarvest »

Okay, if source is available there (can't download right now) I'll merge changes later.

Locked