ethanmoffat / EndlessClient

An open source client for Endless Online written in C#
MIT License
34 stars 16 forks source link

Implement arena handling #238

Closed ethanmoffat closed 5 months ago

ethanmoffat commented 1 year ago

Arenas are controlled by the server. Client-side packets need to be implemented.

Arena block timing is captured here: https://pastebin.com/MY0nUjsC

antiblock timer starts at 130 ticks, subtracts 1 tick every 120ms, alerts at 80/70/60/50/40 and disconnects you at 30 (from Sausage)