View Single Post
  #272  
Old 07-14-2008, 12:09 AM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

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
Reply With Quote