iRO 21.12.2012 server merge

International

Moderator: Moderators

Message
Author
support
Noob
Noob
Posts: 11
Joined: 21 Dec 2012, 05:07
Noob?: No

Re: iRO 21.12.2012 server merge

#51 Post by support »

I just finished up the storage packet parsing. Since Harvest has a patch up here that's partially complete, I decided to put his and mine together.

So what does that mean for you guys? First, grab the latest checkout from trunk. Make sure you're fully up to date.

Then, patch with this: http://pastebin.com/zKUECs9R

This will fix inventories, carts, and storages.

Regarding the storage parsing, I was unsure how to treat the 24 bytes following the 0975/0976, so I just threw them into unknown1's just to get me to the data.

EDIT: I left some debugging on the cart add lines (switch = $args->{switch}, ). You guys can pull that out...or whoever commits this stuff.

I'm hooked on perl. LOL! What's next? /gg
Last edited by support on 25 Dec 2012, 04:24, edited 1 time in total.

support
Noob
Noob
Posts: 11
Joined: 21 Dec 2012, 05:07
Noob?: No

Re: iRO 21.12.2012 server merge

#52 Post by support »

Unleash the Kraken. iRO Chaos population is about to go from 1800 -> 4000 overnight. Haha.

pl4y8oy
Human
Human
Posts: 48
Joined: 21 Dec 2012, 07:48
Noob?: Yes

Re: iRO 21.12.2012 server merge

#53 Post by pl4y8oy »

support wrote: Regarding the storage parsing, I was unsure how to treat the 24 bytes following the 0975/0976, so I just threw them into unknown1's just to get me to the data.
Wow you are faster than me...

yeah the 24 bytes is the storage name (e.g Main storage/ygg/Val). I'm also not sure where to put the name, for now I just ignore it.

Btw, I'm still struggling with the unpack TEMPLATE, do you have any web documentation that easy to understand. I tried to read on perldoc, but still can understand the template clearly...

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

Re: iRO 21.12.2012 server merge

#54 Post by EternalHarvest »

Committed everything we've got so far in r8345.

Refrain from posting "download" links to sites where files can't even be downloaded with any browser. Otherwise good posts would be ignored or moved to trash just due to that, as explained in http://wiki.openkore.com/index.php/Patches_Welcome.

necroles
Noob
Noob
Posts: 6
Joined: 25 Dec 2012, 07:11
Noob?: Yes

Re: iRO 21.12.2012 server merge

#55 Post by necroles »

cannot open storage in veins and rachel....help

PuppetSinX
Noob
Noob
Posts: 3
Joined: 20 Dec 2012, 22:53
Noob?: No

Re: iRO 21.12.2012 server merge

#56 Post by PuppetSinX »

I can't use xKore mode 1 (RO Window).. anyone have this problem?

Crimson_Darkness
Noob
Noob
Posts: 10
Joined: 22 Dec 2012, 23:21
Noob?: Yes

Re: iRO 21.12.2012 server merge

#57 Post by Crimson_Darkness »

EternalHarvest wrote:Committed everything we've got so far in r8345.

Refrain from posting "download" links to sites where files can't even be downloaded with any browser. Otherwise good posts would be ignored or moved to trash just due to that, as explained in http://wiki.openkore.com/index.php/Patches_Welcome.
btw i already update to r8345, but still my cart still shown empty with capacity and weight,
u know why?

support
Noob
Noob
Posts: 11
Joined: 21 Dec 2012, 05:07
Noob?: No

Re: iRO 21.12.2012 server merge

#58 Post by support »

I just updated to trunk from a virgin checkout and everything seems to be working fine.

summerkidzz
Human
Human
Posts: 23
Joined: 20 Dec 2012, 23:58
Noob?: Yes

Re: iRO 21.12.2012 server merge

#59 Post by summerkidzz »

support wrote:I just updated to trunk from a virgin checkout and everything seems to be working fine.
yeah it working fine now. hope no more problems again...specially thx to all openkore moderators, developers.

Crimson_Darkness
Noob
Noob
Posts: 10
Joined: 22 Dec 2012, 23:21
Noob?: Yes

Re: iRO 21.12.2012 server merge

#60 Post by Crimson_Darkness »

[qw(itemInfo)]],
#'0902' => ['cart_items_nonstackable'],
#'0903' => ['cart_items_stackable'],
#'0975' => ['storage_items_stackable'],
#'0976' => ['storage_items_nonstackable'],
};

SOLVED
since there are many patch of my servertype0.pm before, it looks like mine is messed of... so i patch it from servertype0.pm from Months a go, and it worked now..thx for Help n guide mod..

Post Reply