View Single Post
  #6  
Old 06-06-2015, 06:48 PM
Coenxai's Avatar
Coenxai
Hill Giant
 
Join Date: Dec 2013
Posts: 151
Default

Code:
			SendHPUpdate(!iBuffTic); // the OP_Damage actually updates the client in these cases, so we skill them
	}	//end `if damage was done`

	//send damage packet...
	if(!iBuffTic) { //buff ticks do not send damage, instead they just call SendHPUpdate(), which is done below
?
__________________
"The true sign of intelligence is not knowledge but imagination."
Reply With Quote