Skip to content

Instantly share code, notes, and snippets.

@RagedUnicorn
Last active June 4, 2019 19:50
Show Gist options
  • Save RagedUnicorn/c11160cf90e5b90f68370f5868ff23c0 to your computer and use it in GitHub Desktop.
Save RagedUnicorn/c11160cf90e5b90f68370f5868ff23c0 to your computer and use it in GitHub Desktop.
A description on how certain actions can influence position update in classic world of warcraft

World of Warcraft Classic Position Update

In normal circumstances the client sends a position update every 0.5 seconds to the server.

The time between package 1 and package 2 is about 0.5 seconds. If the user moves his camera however updates are triggered more often.

Having a look at package no. 593 and no. 591 shows a much shorter time than 0.5 seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment