SphereCommunity
Packet Response - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: General Discussion (/Forum-General-Discussion)
+--- Forum: UO/Sphere Discussion (/Forum-UO-Sphere-Discussion)
+--- Thread: Packet Response (/Thread-Packet-Response)



Packet Response - xfolder - 06-22-2014 10:36 AM

How to capture clients/server packets response?

I want to do an anti-crash system but sometimes the "isonline" function returns 1 even if the client is crashed. I want to send a packet, so if the client is disconnected the answer will be zero.


RE: Packet Response - Extreme - 06-22-2014 11:07 AM

PACKETX=F_PACKETX on Sphere.ini

On function F_PACKETX you collect/send data.

X is the packet you want to capture.