View Single Post
  #7  
Old 07-30-2011, 10:14 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

So I am kinda new with cpp. I found where the Item_struct is defined in the file item_struct.h and changed the StackSize member from uint8 to uint16 (line 208 in my code). Laying aside a possible client side limit, should that do it?

EDIT: I just re-compiled and tested this and it looks like there is no change, stacksizes are still limited to 244 (I find that amount an unusual number).

Last edited by revloc02c; 07-30-2011 at 10:31 PM.. Reason: more info
Reply With Quote