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.
inventory_item_removed packet error in twRO
Moderators: Moderators, Developers
-
- Noob
- Posts: 13
- Joined: 18 Feb 2013, 17:28
- Noob?: Yes
-
- Halfway to Eternity
- Posts: 398
- Joined: 08 Jun 2012, 15:42
- Noob?: No
- Location: Brazil
Re: inventory_item_removed packet error in twRO
Please do the following test:
Within the file \src\Network\Receive\twRO.pm, add
Post here talking if it worked or not.
Within the file \src\Network\Receive\twRO.pm, add
within the hash %packets'07FA' => ['inventory_item_removed', 'v3', [qw(reason index amount)]], #//0x07fa,8
Post here talking if it worked or not.
-
- Noob
- Posts: 13
- Joined: 18 Feb 2013, 17:28
- Noob?: Yes
Re: inventory_item_removed packet error in twRO
Hello KeplerBR,
It works, after add the following into \src\Network\Receive\twRO.pm
Thanks.
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
-
- Halfway to Eternity
- Posts: 398
- Joined: 08 Jun 2012, 15:42
- Noob?: No
- Location: Brazil
Re: inventory_item_removed packet error in twRO
Fixed: http://openkore.svn.sourceforge.net/vie ... ision=8438
Thanks for the help, continue cooperating with the project, please.
Thanks for the help, continue cooperating with the project, please.
-
- Noob
- Posts: 13
- Joined: 18 Feb 2013, 17:28
- Noob?: Yes
Re: inventory_item_removed packet error in twRO
Sure, it is my pleasure.KeplerBR wrote:Fixed: http://openkore.svn.sourceforge.net/vie ... ision=8438
Thanks for the help, continue cooperating with the project, please.
