View Single Post
  #6  
Old 05-01-2012, 03:21 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

I just did a test with SoF.

The client sends OP_TrackTarget with the target entity ID once, when you begin tracking, and nothing after that.

Exactly 6 minutes later, the client says you have lost your tracking target and doesn't appear to send anything to the server.

I assume therefore, that we need to start a 6 minute timer when we receive the OP_TrackTarget, and assuming the target is still alive when the timer expires, clear TrackingID server-side.
Reply With Quote