13.05.2011, 16:30
Code:
$distance = hypot($x1 - $x2, $y1 - $y2);
$time = (($distance * $unit_speed)/$config['movement_speed'])/$server_speed;
MfG Manuel
[v1.3] Attack time calculator
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Attack time calculator - by kala - 11.05.2011, 18:18
RE: Attack time calculator - by SlimShady95 - 11.05.2011, 19:46
RE: Attack time calculator - by kala - 13.05.2011, 16:23
RE: Attack time calculator - by SlimShady95 - 13.05.2011, 16:30
RE: Attack time calculator - by kala - 13.05.2011, 16:57
RE: Attack time calculator - by SlimShady95 - 13.05.2011, 17:19
|