| 08-01-2009, 02:11 AM | #1 |
I'm sure this is already up somewhere but I cannot find it. Does anyone know all the valid chars for Unit/Item/etc.. ID's? 'A010' - 'A000' is 256 so I would assume there are 256 chars I can use, so does anyone know them all? |
| 08-01-2009, 02:53 AM | #2 |
Thanks for making my job harder by using ASCII but using gaps of 256 between IDs blizz. |
| 08-01-2009, 07:01 AM | #3 | |
Quote:
Well ascii (7-bits) and extended ascii (8-bits) uses a single byte (8 bits: 256 different combinations). That's why rawcode is 256-based. |
