EnemyData¶
Namespace: ChannelToClient · Opcode: 0x0011 (17)
Spawn a hostile demon in the receiving client's current zone. Carries entity id, demon type, HP, level, zone, world-space position, and any active status effects. Envision sends StatusEffectCount=0 so the packet ends after VariantType.
Fields¶
| Field | Type | Modifiers | Description |
|---|---|---|---|
EntityId |
s32 |
— | — |
DemonType |
s32 |
— | — |
MaxHp |
s32 |
— | — |
CurrentHp |
s32 |
— | — |
Level |
s8 |
— | — |
ZoneId |
s32 |
— | — |
DynamicMapId |
s32 |
— | — |
PositionX |
float |
— | — |
PositionY |
float |
— | — |
Rotation |
float |
— | — |
StatusEffectCount |
u32 |
— | — |
VariantType |
u32 |
— | — |