P033_UpdateAgentPosition - GameRevision/GWLP-R GitHub Wiki
GStoC
Upon request by the client sending /stuck the server will reply with this packet to resync the position on the client with the position on the server.
type | field | description |
---|---|---|
ushort | Header | value: 0×0021 (33) |
AgentID | AgentID | the agent to update |
vec2 | Position | the x/y-coordinates |
ushort | Plane | plane the agent ist standing on |