yo guys
I would like to know if it is possible detect if u are frozen or paralyzed.. Exist any command that returns if you are frozen? (like uo.frozen or something like that?)
Frozen flag..
Moderators: Murderator+, Murderator
Beyonder wrote:There is no packet sent to the client when you got paralyzed or frozen, only the message. So you can get your state only by actually inspecting all incoming messages on for example "You are frozen and can not move" or something like that.
r u sure bout that ??
when someone paralyzes me, server adds statf_frozen on my char.
Server adds it, but doesnt send it to the client.
Thats why if you are frozen and try to move, you are not simply standing on your place, but bouncing on the ground. Thats because client doesnt know that you are frozen, sends new coordinates to the server but server ignores them because of frozen state.
Thats why if you are frozen and try to move, you are not simply standing on your place, but bouncing on the ground. Thats because client doesnt know that you are frozen, sends new coordinates to the server but server ignores them because of frozen state.
Beyonder wrote:Server adds it, but doesnt send it to the client.
Thats why if you are frozen and try to move, you are not simply standing on your place, but bouncing on the ground. Thats because client doesnt know that you are frozen, sends new coordinates to the server but server ignores them because of frozen state.
makes sense ;D