Page 2 of 4

Re: no inventory information SVN r8349

Posted: 29 Dec 2012, 05:07
by ptcarino
sofax222 is right though. the problem is in src/Network/Receive/ServerType0.pm

i tried replacing it with the one from the previous version i had and it showed inventory info.

Re: no inventory information SVN r8349

Posted: 29 Dec 2012, 09:09
by Kiranetix
Here's the temporary fix:

revert your current svn revision to r8344.

The cause of this bug lies within r8345. If this update is base from iRO, then pRO doesn't have this.

Re: no inventory information SVN r8349

Posted: 29 Dec 2012, 12:58
by iMikeLance
Someone broke inventory, cart and storage info at ServerType0 for bRO, pRO and maybe other servers too while trying to fix iRO. I tried to make an account at pRO website but I couldn't, maybe if someone can donate me an account there (just a clean account, without chars or items) I can fix it AND write a proper servertype for pRO (pRO shouldn't be using iRO's servertype).

Re: no inventory information SVN r8349

Posted: 29 Dec 2012, 14:11
by fireway
for twRO fix...

Code: Select all

'02D0' => ['inventory_items_nonstackable', 'x2 a*', [qw(itemInfo)]],
'02D1' => ['storage_items_nonstackable', 'x2 a*', [qw(itemInfo)]],
'02D2' => ['cart_items_nonstackable', 'x2 a*', [qw(itemInfo)]],
'02E8' => ['inventory_items_stackable', 'x2 a*', [qw(itemInfo)]],
'02E9' => ['cart_items_stackable', 'x2 a*', [qw(itemInfo)]],
'02EA' => ['storage_items_stackable', 'x2 a*', [qw(itemInfo)]],

Re: no inventory information SVN r8349

Posted: 29 Dec 2012, 22:25
by chenchut20
Kiranetix wrote:Here's the temporary fix:

revert your current svn revision to r8344.

The cause of this bug lies within r8345. If this update is base from iRO, then pRO doesn't have this.

how to revert my current svn?

Re: no inventory information SVN r8349

Posted: 30 Dec 2012, 03:27
by exe099
I already know the solution. I just replaced the OLD TABLES folder by the UPDATED TABLES folder. And it worked :D

Re: no inventory information SVN r8349

Posted: 30 Dec 2012, 14:39
by kazeken
Kiranetix wrote:Here's the temporary fix:

revert your current svn revision to r8344.

The cause of this bug lies within r8345. If this update is base from iRO, then pRO doesn't have this.
http://openkore.svn.sourceforge.net/vie ... ision=8344

is this it?

i changed the command.pm with this one. still the same...

btw. i notice that even the "eq" command that shows my equipment is empty... =(

Re: no inventory information SVN r8349

Posted: 30 Dec 2012, 17:31
by flashdbest
kazeken wrote: is this it?

i changed the command.pm with this one. still the same...

btw. i notice that even the "eq" command that shows my equipment is empty... =(
using tortoise svn. you have to revert the whole src folder.

or probably just the servertype0.pm and iRO.pm

@Mike
unfortunately I don't think it's possible yet for users outside the country to login to pRO yet :(

Re: no inventory information SVN r8349

Posted: 31 Dec 2012, 01:05
by ptcarino
chenchut20 wrote:
Kiranetix wrote:Here's the temporary fix:

revert your current svn revision to r8344.

The cause of this bug lies within r8345. If this update is base from iRO, then pRO doesn't have this.

how to revert my current svn?
right click src folder
Tortoise SVN > Update to revision...
select Revision and input 8344
press OK

Re: no inventory information SVN r8349

Posted: 02 Jan 2013, 02:31
by kazeken
right click src folder
Tortoise SVN > Update to revision...
select Revision and input 8344
press OK
Awesome! Finally fixed it! Thanks! =)