View Single Post
  #104  
Old 05-02-2011, 04:12 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

Quote:
Originally Posted by KLS
The way bard songs are sent is really touchy with UF, just quickly glancing at the code it doesn't look like we are doing it right. The bard action packets always came in pairs from EQLive and I could never get it to work right unless I also sent it in pairs like EQLive.
My Conclusion: Run speed focus effects are definitely not being applied in the UF client. Below is what I did for testing on my test server.
I specifically stated run speed because I have not noticed anything else that seems out of kilter. Instrument and AA mods are properly affecting other things (increase DS or spell damage, etc), though those events are all handled server side so maybe that's why.

I could not find anything built in to the GM command list to determine run speeds on the client side so I used MQ2.

These worked in UF
Code:
Level 65 Bard
Unbuffed and no AA (aka base speed): MQ2 Run speed 100

Spell effects always override run speed except for a bard with Innate Run Speed rank 5 and Fleet of Foot rank 2.
Spirit of Wolf: MQ2 Run speed 155.00
Sprit of Bih`Li: MQ2 Run speed 155.00
Spirit of Eagle: MQ2 Run speed 160.00
Flight of Eagles: MQ Run speed 165.00
Selo's Song of Travel (No AA and No Intrument Modifier): MQ2 Run speed 165.00

Innate Run Speed 1/5: MQ2 Run speed 111.43
Innate Run Speed 2/5: MQ2 Run speed 127.14
Innate Run Speed 3/5: MQ2 Run speed 142.86
Innate Run Speed 4/5: MQ2 Run speed 157.14
Innate Run Speed 5/5: MQ2 Run speed 171.43
Innate Run Speed 5/5 & Fleet of Foot 1/2: 185.71
Innate Run Speed 5/5 & Fleet of Foot 2/2: 200.00 <-- This will override unmodified Selo's (165 speed) when no other
                                                   combination prior does, but it does not over ride any modified 
                                                   Selo's even if the modified Selo's is slower.

Fleet of Foot 1/2: 114.29
Fleet of Foot 2/2: 128.57
These did not work in UF, so I loaded SoD and the numbers below are what MQ2 reported in SoD. The reported run speed in UF was always 165 for Selo's no matter what AA or instrument was applied.
Code:
Selo's Song of Travel (No AA):
No Intrument Modifier: MQ2 Run speed 165.00
Modifier 18: MQ2 Run speed 216 (Epic 1.0)
Modifier 28: MQ2 Run speed 256 (Thunderous Drum of Karana)
Modifier 34: MQ2 Run speed 256 (War Drums of the Rathe)

Selo's Song of Travel (No Instrument):
No AA: MQ2 Run speed 165.00
Per rank of Instrument Mastery (4 ranks), Ayonaes Tutelage (3 ranks), or Echo of Taelosia (3 ranks)
Rank 1: MQ2 Run speed 177
Rank 2: MQ2 Run speed 190
Rank 3: MQ2 Run speed 204
Rank 4: MQ2 Run speed 216
Rank 5: MQ2 Run speed 230
Rank 6: MQ2 Run speed 242
Rank 7: MQ2 Run speed 255
Rank 8: MQ2 Run speed 256 (cap)
Rank 9: MQ2 Run speed 256 (cap)
Rank 10: MQ2 Run speed 256 (cap)
Reply With Quote