• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Scripter Looking for a scripter to buy a creaturescript

Whoa, did not thought on that.... Thanks for the observation!

I'll try to figure how to use it, looking for the way the BOH works or something like that :p
If i find a way to make it work i'll let you know
BOH works by changing the player's varSpeed attribute. This attribute is not accessible outside of the source or the speed attribute on items.
If you do a source edit, you can add a lua function to get and set the varSpeed attribute, allowing you to alter the player's baseSpeed on the fly.
 
Yeah, i can make source editions, actually was looking on "enums.h" but i have no clue how to do that :P
 
I'm not 100% sure how it would work. I think varSpeed gets updated by the game anytime you initiate a step. I don't know if it will take into account a value manually set, as I haven't personally played around with it.
 
Back
Top