View Single Post
  #103  
Old 10-06-2008, 10:31 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

I checked in the DB and the values for these are

values in decimal

"Ears" = 18
"Wrists" = 1536
"Fingers" = 98304

Left Finger,2^16=65535
Right Finger,2^15=32768

So I added 65535+32768=98304, and thus all "ring" items are L/R finger by default.

So unless you need a left ring vs. a right ring, I would have to rewrite this.
The reason I did this is because in the database searching for %ring would return 98304 for all ring items, so I designed it based on that logic.
GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//

Last edited by GeorgeS; 10-07-2008 at 06:38 AM..
Reply With Quote