bard speed spells
I ran into an issue with the speed line of bard songs. Up until I actually got AA's, I had great speed. On linux server i'm able to see that movement was around +240. Then I upgraded my instrument enhancement AA's and my speed went to +305, but unfornately I now move with NO added speed benefit. Any ideas?
|
Just off the top of my head, it sounds like there may be a data type issue (using an unsigned 8-bit integer) which causes it to be +49 (binary 100110001 becomes 00110001, which is 49). However, I don't currently have easy access to the source code, so I don't have any way to verify this. If that is the case, though, we just need to mess with the code a bit to make sure we don't overflow like that, either by changing the data type for run speed to 16-bit, or running checks using 16-bit before making it 8-bit.
|
After an extensive search of the forums I found a thread of my exact problem so Im bumping even though its abit old.
These has now become an issue with me as well. Any hope in helping me fix this? Thanks so much! |
i remember they put a cap on movement speed and it might be limited in the client also? at least it sounds like it by what Thott wrote years ago
http://www.afterlifeguild.org/Thott/movement_cap.php Code:
Maximum bard speed has remained unchanged for two years now, since before Kunark. A cap was set on bard speed, when the game was young, to thwart crackers that were modifying the running client (by changing the speed modifier in memory to 255). The cap was set to the fastest speed a bard could move at the highest possible level (50), using the fastest possible drum (Selo's Drum of the March). Anyone setting a higher value was set to no modifier at all. One can assume the attempt would be logged. |
All times are GMT -4. The time now is 02:10 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.