Page 1 of 1

inventory_item_removed packet error in twRO

Posted: 16 Mar 2013, 00:09
by kokal
Hello,

I found the problem with inventory_item_removed (07FA) in twRO.

The problem is caused by the following change:
http://openkore.svn.sourceforge.net/vie ... 22&r2=8429

twRO is using "v3", not "V v2".

Can somebody help to double check?

Thanks.

Re: inventory_item_removed packet error in twRO

Posted: 16 Mar 2013, 08:47
by Kaspy
Please do the following test:
Within the file \src\Network\Receive\twRO.pm, add
'07FA' => ['inventory_item_removed', 'v3', [qw(reason index amount)]], #//0x07fa,8
within the hash %packets


Post here talking if it worked or not.

Re: inventory_item_removed packet error in twRO

Posted: 16 Mar 2013, 11:01
by kokal
Hello KeplerBR,

It works, after add the following into \src\Network\Receive\twRO.pm

Code: Select all

'07FA' => ['inventory_item_removed', 'v3', [qw(reason index amount)]], #//0x07fa,8
Thanks.

Re: inventory_item_removed packet error in twRO

Posted: 16 Mar 2013, 19:35
by Kaspy
Fixed: http://openkore.svn.sourceforge.net/vie ... ision=8438

Thanks for the help, continue cooperating with the project, please.

Re: inventory_item_removed packet error in twRO

Posted: 16 Mar 2013, 23:12
by kokal
KeplerBR wrote:Fixed: http://openkore.svn.sourceforge.net/vie ... ision=8438

Thanks for the help, continue cooperating with the project, please.
Sure, it is my pleasure. :D