Closed Clavss closed 6 years ago
UseSkill
This packet is sent when a skill is used
u_s
Sent by client: u_s {CastId} {VisualType} {MapMonsterId} {MapX} {MapY}
u_s {CastId} {VisualType} {MapMonsterId} {MapX} {MapY}
VisualType: 1 - players (heals/buffs) 2 - ? 3 - monsters (attacks)
u_s 0 3 1868 (basic attack on a monster) u_s 14 1 483273 (buff on myself) u_s 4 1 483273 162 166 (dash on coord 162,166)
u_s 0 3 1868
u_s 14 1 483273
u_s 4 1 483273 162 166
It looks like the second body element is VisualType (3 = Monster and 1 = Player)
Solved in #82
PacketName
UseSkill
Packet Usage
This packet is sent when a skill is used
Packet Header
u_s
Packet Content
Sent by client:
u_s {CastId} {VisualType} {MapMonsterId} {MapX} {MapY}
VisualType: 1 - players (heals/buffs) 2 - ? 3 - monsters (attacks)
Few examples
u_s 0 3 1868
(basic attack on a monster)u_s 14 1 483273
(buff on myself)u_s 4 1 483273 162 166
(dash on coord 162,166)