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
Last edited by GeorgeS; 10-07-2008 at 06:38 AM..
|