View Single Post
  #15  
Old 05-02-2009, 11:06 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

Quote:
Originally Posted by demonstar55 View Post
Secrets, fall damage is handled client side
I'm well aware of that. But, is the death opcode ever sent to the server if the damage packet that handles falling damage is missing serverside? You could remove the packet that does that, and while you see falling damage (and your client might go unconcious for a split second, much like what happens when you are GM flagged and fall for more than your max HP) clientsided, nothing happens on the server, and thus, you never die.

As far as i'm aware, there is nothing stopping you from removing the update serverside for HP and have that so when you fall, you see the damage message but nothing happens serversided, resulting in you just getting up when you fall.

Sometimes it's easier to remove stuff :P
Reply With Quote