PDA

View Full Version : Run Speeds



cjd1
09-27-2004, 07:43 PM
I just noticed the option to have run speed display in the status bar. Then I noted how fast Jboots ran (16) and Run3 (16). I always figured they were about the same. Now I can bank those boots forever. So, has anyone else charted some other run speeds? Sow, Spirit of Eagle, Bih`Li, run4 or 5? Just curious about it all, especially if run5 is worth the work.

jesterbam
10-12-2004, 03:54 AM
The Emp pony is 30 and Bardspeed is 31 last time i looked

Hendrix_Morton
10-12-2004, 09:10 AM
Max bard speed (ie the fastest one can run in the game) is 31....I have gotten it upto 34 with my 67 bard going up REAL high in the air and divebombing a run with levitate and Selo's on with a TDOK drum...

cjd1
10-16-2004, 11:09 PM
Some more tests:

Normal walk: 8
Normal run: 12
Backwards: 8
Run3: 16
Jboots: 16
SoW (30some ranger and shaman): 18
SoE: 20
+1 if you diagonal run

So I'm guessing Run4 and 5 will be 17 and 18.

uRit1u2CBBA=
10-16-2004, 11:16 PM
Some more tests:

Normal run: 12

So I'm guessing Run4 and 5 will be 17 and 18.

Likely since 12 + 40% = 16.8 (rounded up to 17) and 12 + 50% = 18.

Catt
10-23-2004, 05:45 AM
I have modified my code to have the run speed as a 3 digit number instead of just 2, some time ago it was and I missed it. Basically it the same as you are seeing except that it has one more place of accuracy to be able to show smaller differences like:

Spirit of Eagle: 191
Flight of Eagle: 198

I checked those two specifically before posting, I knew that FoE was faster I just didn't recall how much.

The change is trivial, in player.cpp about line 854 change:


emit newSpeed((int)lrint(hypot( hypot( (pupdate->deltaX*80),
(pupdate->deltaY*80)),
(pupdate->deltaZ*80))));

the changes being 8 -> 80