Issue information

Issue ID
#7788
Status
Fixed
Severity
None
Started
Lelouch
Oct 28, 2013 9:40
Last Post
iskoy.flores
Jul 7, 2014 7:21
Confirmation
Yes (1)
No (0)

Lelouch - Oct 28, 2013 9:40

Ok here it goes after i update my svn to the latest revision which i didnt know :D. while ingame and tryed using @storage the game just freeze up and this msg pops up the map server.
[code=auto:0][Error]: WFIFOSET: Dropped too large client packet 0x0995 (length=28692, max=24576). [Error]: WFIFOSET: Dropped too large client packet 0x0996 (length=30090, max=24576). [/code]

This post has been edited by Lelouch on Oct 28, 2013 10:18

Viollently Happy - Oct 28, 2013 10:54

Same here!

Ind - Oct 28, 2013 11:13

whats your max_storage value?

Lelouch - Oct 28, 2013 13:55

[quote name="Ind" timestamp="1382958809"]
whats your max_storage value?[/quote]

Oh!? Im guessing that your asking if my or our max_storage value has not exceed maybe 800+? if that so i answer it by "Yes" my max_storage is 1000 and it cant be lowered maybe 800 becuase if i did that some of the items in the storage will be gone.

This post has been edited by Lelouch on Oct 28, 2013 13:56

ossi0110 - Oct 28, 2013 14:04

Max Storage what is supported is [color=rgb(40,40,40)][font=helvetica, arial, sans-serif]731[/font][/color]

[color=rgb(40,40,40)][font=helvetica, arial, sans-serif]all above it will be a to large Packet and will most be displaying in that the weapons/Armors are not beeing displayed correct[/font][/color]


[color=rgb(40,40,40)][font=helvetica, arial, sans-serif]so you have to lower it to 731 [/font][/color]

Lelouch - Oct 28, 2013 14:26

[quote name="ossi0110" timestamp="1382969051"]
Max Storage what is supported is [color=rgb(40,40,40)][font=helvetica, arial, sans-serif]731[/font][/color]

[color=rgb(40,40,40)][font=helvetica, arial, sans-serif]all above it will be a to large Packet and will most be displaying in that the weapons/Armors are not beeing displayed correct[/font][/color]


[color=rgb(40,40,40)][font=helvetica, arial, sans-serif]so you have to lower it to 731 [/font][/color][/quote]

Well that should a problem becuase as i said i cant lowered it to 800 nor 731 (As Recomemded) there will be some items missing in the storage and it will get a huge problem too. Im gonna wait what Ind or any devs have to wrote in this topic if its the same ill just get a rope and hang my self :P.

This post has been edited by Lelouch on Oct 28, 2013 14:26

Ind - Oct 28, 2013 14:29

There was a problem with the newest packet, Fixed in [url="https://github.com/HerculesWS/Hercules/commit/25aca4d72678d65a5d90d8b02d57d32bf192211f"]https://github.com/HerculesWS/Hercules/commit/25aca4d72678d65a5d90d8b02d57d32bf192211f[/url] (thanks to haruna!), however be aware that the new packet uses 31 bytes per equip item, and 28 per other item types, so for example 1.000 gears in a storage will fail, there is currently no known way around this (the client doesn't accept higher), alternatives are using a older packetver where item data is smaller (e.g. on the previous it was 28/24 instead of 31/28)

Lelouch - Oct 28, 2013 14:39

[quote name="Ind" timestamp="1382970541"]
There was a problem with the newest packet, Fixed in [url="https://github.com/HerculesWS/Hercules/commit/25aca4d72678d65a5d90d8b02d57d32bf192211f"]https://github.com/HerculesWS/Hercules/commit/25aca4d72678d65a5d90d8b02d57d32bf192211f[/url] (thanks to haruna!), however be aware that the new packet uses 31 bytes per equip item, and 28 per other item types, so for example 1.000 gears in a storage will fail, there is currently no known way around this (the client doesn't accept higher), alternatives are using a older packetver where item data is smaller (e.g. on the previous it was 28/24 instead of 31/28)[/quote]

Thanks Ind :D oh and also to the great Haruna *I should enslave myself to her/him Lol*. But wait wow 31 and 28 bytes per equip nor item 0_0.

Zezicla - Oct 30, 2013 18:41

so 730 or 731 is the max and safe'st we can use ??

Ind - Nov 2, 2013 19:25

since [url="https://github.com/HerculesWS/Hercules/commit/d080ed83f6c02ccf774cae906c4da698e793a310"]https://github.com/HerculesWS/Hercules/commit/d080ed83f6c02ccf774cae906c4da698e793a310[/url] the size shouldn't be a problem

iskoy.flores - Jul 7, 2014 7:21

It's my first time creating a server. Just wanted to clarify if this issue is really fixed and if it is SAFE for me to set storage capacity to 1000 or 3000 or 30000?