BitMask
From Source Peek Wiki
A binary flag (or bit masked field) uses bits in the field to define the presence or absence of the attribute.
| Bit | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 |
| Value | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 |
In this instance bits 1, 4 and 6 are set, so the attributes that are specified by those bits are set and the others are disabled.
[edit]
32-bit Conversion Utility
This will allow you to input them pesky binary flags to retrieve all the identifiers. I just created this so I could start to figure out some of them Unknown Fields in Spell.dbc!
Hope someone finds this useful. --guur3k
