PDA

View Full Version : Change Runspeed?


mushko
08-31-2019, 04:18 PM
Hi all,

I've got my server up and running and all seems fine. I'm now tweaking and customizing the DB. So far I've been able to make some changes I want, but one thing I'd like to do is increase the base runspeed for all characters. Essentially, like every player has perma-SoW.

The only thing I've found is the BaseRunSpeedCap variable in the rule_values table. However, this seems to just be the maximum possible speed, and has no effect on the base speed.

A second question: is there a variable for a base "haste" effect for all characters? I.e. a perma-haste effect?

If anyone knows the variables for these, and tables these might exist in, it would be very helpful. Thanks a lot!

iceman115571
08-31-2019, 07:55 PM
Hello im pretty new as well and im sure somebody else may have a better answer but i know in the "zone" table there is a column for walk speed i think so you can change by zone if you want different settings per zone that may work havent tried myself.. also in that table is exp multiplier by zone as well as rest hp and mana settings far as haste i dont have an answer for that hopefully this has helped you some im sure there is a better answer but this may help

mushko
09-01-2019, 07:04 AM
Thanks for the reply. The values of "walkspeed" in the zone table were all set to 0.4. I tried changing the values for all zones to a higher number, but it did not seem to noticeably affect the character movement speed...

Huppy
09-01-2019, 07:28 AM
A lot of "base values" for many client characters are hard coded in the source code. To edit that, you need to get into learning about that and compiling the binaries.(with cmake and visual studio). An easy route though (just my thoughts), go into the spells_new table and increase the duration of the spirit of wolf spell, and/or create a clicky item to be given to toons on startup. Or even better, use the runspeed AA ? ;)

mushko
09-04-2019, 01:35 AM
That's a good idea! I've been tinkering with giving players a clicky item with SoW... thank you!