Class Flag 0x0500001
JediMindTrix
Member Posts: 305
I do not recognize (nor can I find any references in IESDP or in DLTCEP, etc) this flag and it's boggling me a bit. Can anyone explain what exactly this means? These class flags appear to be set on random minions of the Five such as Yaga-Shura Officers and Black Reavers.
0
Comments
In IESDP these flags have the offset 0x10 and following flags are used:
bit 0 Show longname in tooltip
bit 24 Related to random walk (ea)
bit 26 Related to random walk (race)
Every value could be a number between 0-7, if you want use "Show longname in tooltip" and "No corpse" the value should be 0x0000003 (Because "Show longname in tooltip" has the value 2 and "No corpse" has the value 1 in the first bit... )