baiscly one the numbers is redundant i belive that both 1 and 255 means RENT (=normal item)
and 0 means NO RENT
easy check for this is:
a Summoned Arrow (well known NO RENT item) field value is = 0
and simple Cloth Cape is = 255
i belive i read somewhere on the forums that ANY values greater than 0 for RENT check automaticly redundant with 1, the field should have been a binary one but somehow was made an integer and was left like that - mayby cuase thats how SOE had it
in short, your program shoudl read as following:
0 - no rent? - YES
1 or 255 - - no rent? - NO
|