[Help] Market Warehouse Problem (5165)

04/29/2010 16:13 HardNotTo#31
Quote:
Originally Posted by ahmedpik View Post
go to character.cs
Search for
public void ReadThis(System.IO.BinaryReader BR)
the look down search for
MAWarehouse = new ArrayList
and make the (40)
make it (20)
and remmber i helped you ++ me :D :D
you didn't help, read the whole thread. we are trying to get the 2nd page to work without dc. not how to set it back to 1 page...we allready know that
04/29/2010 20:51 ©Hyperlink#32
could it be done with creating an extra warehouse and call it, when page 1 is done?
04/30/2010 20:14 samehvan#33
i think it's not a socket prob ,it is the packet length ,since they expanded the item attributes that increased the bytes needed for each item , although we should send the warehouse items one by one to avoid, this yet u still can use your system but u will need to divide the Market Warehouse items (when they are more than 31 items) and send them bye two packets , or u may increase the socket packet max length more than 1300 instead of 1024 bytes since each item needs 32 bytes as i can remember, i ddnt give it a try yet but i guess this might do it