no inventory information SVN r8349

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
ptcarino
Plain Yogurt
Plain Yogurt
Posts: 62
Joined: 17 Jul 2010, 00:48
Noob?: No
Location: pRO Valkyrie

Re: no inventory information SVN r8349

#11 Post 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.
Image

Kiranetix
Noob
Noob
Posts: 16
Joined: 28 Jul 2012, 14:17
Noob?: No

Re: no inventory information SVN r8349

#12 Post 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.

iMikeLance
Moderators
Moderators
Posts: 208
Joined: 01 Feb 2010, 17:37
Noob?: No
Location: Brazil - MG
Contact:

Re: no inventory information SVN r8349

#13 Post 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).

fireway
Noob
Noob
Posts: 5
Joined: 29 Dec 2012, 14:03
Noob?: Yes

Re: no inventory information SVN r8349

#14 Post 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)]],
Last edited by fireway on 20 Jan 2013, 02:42, edited 2 times in total.

chenchut20
Noob
Noob
Posts: 13
Joined: 19 Feb 2010, 09:16
Noob?: Yes

Re: no inventory information SVN r8349

#15 Post 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?

exe099
Noob
Noob
Posts: 7
Joined: 03 Apr 2012, 00:50
Noob?: Yes

Re: no inventory information SVN r8349

#16 Post by exe099 »

I already know the solution. I just replaced the OLD TABLES folder by the UPDATED TABLES folder. And it worked :D

kazeken
Noob
Noob
Posts: 7
Joined: 27 Dec 2012, 23:17
Noob?: Yes

Re: no inventory information SVN r8349

#17 Post 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... =(

flashdbest
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 12 Nov 2012, 09:22
Noob?: Yes

Re: no inventory information SVN r8349

#18 Post 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 :(

ptcarino
Plain Yogurt
Plain Yogurt
Posts: 62
Joined: 17 Jul 2010, 00:48
Noob?: No
Location: pRO Valkyrie

Re: no inventory information SVN r8349

#19 Post 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
Image

kazeken
Noob
Noob
Posts: 7
Joined: 27 Dec 2012, 23:17
Noob?: Yes

Re: no inventory information SVN r8349

#20 Post by kazeken »

right click src folder
Tortoise SVN > Update to revision...
select Revision and input 8344
press OK
Awesome! Finally fixed it! Thanks! =)

Post Reply