View Single Post
  #2  
Old 09-06-2011, 05:11 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Nope, no changes there. The field is an INT, so it doesn't take floats (using decimals) like you had it set. Since you had it set to 0.0x, it was basically just cutting off everything after the decimal and making the value 0. You can see the field types here:

http://code.google.com/p/projecteqem...on/ruletypes.h

BOOL is true or false
INT is an integer
REAL is a float that can use a decimal
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote