Is there a way to read the character class and the gender? I could not find such an attribute. Or can I get it by parsing the charactor Actor Name? Is it the "model name" or the real character name?
Is there a way to read the character class and the gender? I could not find such an attribute. Or can I get it by parsing the charactor Actor Name? Is it the "model name" or the real character name?
You have to read the actor's SNO, and look for a match:
class: male, female
Wizard: 0x1990, 0x197e
DemonHunter: 0x125c7, 0x123d2
Barbarian: 0xce5, 0xcd5
WitchDoctor: 0x1955, 0x1951
Monk: 0x1271, 0x126d
you can find actor SNO (sadly not complete) list here: LINK