View Single Post
12/21/16, 12:25 PM   #8
AssemblerManiac
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 51
Originally Posted by Rhyono View Post
Short (2 bytes) to Byte, actually.

Have poisons always stacked to 400 since the beginning or did it come along later? I always assumed the (mostly) 200 cut offs were because ZoS was trying to keep inventory quantities to a byte each, but poisons being in stacks of 400 suggests they are using a short instead. Whoever wrote the code for the guild stores likely didn't keep this in mind and thought "max stack is 200, we'll use just a byte to store this."
Good catch. I was reading the original binary values as bytes when it was nybles. My bad.
  Reply With Quote