My edit timer ran out - in the first example:
Quote:
The server checks the distance between Fault and the zonepoint (sqrt(-2444 - -2462)^2 + (-62.5 - -105)^2). This answer is 2130.25.
|
should be:
Quote:
The server checks the distance between Fault and the zonepoint ((-2444 - -2462)^2 + (-62.5 - -105)^2). This answer is 2130.25.
|
There is no sqrt in that formula.
Dax