Page 1 of 1

how to change the characters walking speed?

Posted: Sun Apr 02, 2017 1:37 pm
by brunzenstein
either in the Lula file or better by a Lula command - please advise

Re: how to change the characters walking speed?

Posted: Sun Apr 02, 2017 2:02 pm
by daniel34

Code: Select all

/c game.player.character_running_speed_modifier = 2
The default running speed is 0, if you enter positive numbers e.g. 2 it means +200% running speed.
If you wanted to reduce the number then -0.5 would mean -50% and halves the running speed.

And please, call it Lua in the future.

Re: how to change the characters walking speed?

Posted: Sun Apr 02, 2017 4:04 pm
by brunzenstein
daniel34 wrote:

Code: Select all

/c game.player.character_running_speed_modifier = 2
The default running speed is 0, if you enter positive numbers e.g. 2 it means +200% running speed.
If you wanted to reduce the number then -0.5 would mean -50% and halves the running speed.

And please, call it Lua in the future.
Thank you indeed. This makes a lot of newbies happy