• 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!

Requesting Speed Walk Skill

She

New Member
Joined
Feb 1, 2009
Messages
33
Reaction score
1
Hello
Looking for a script on the skill of walking speed. I mean, if we have a 20speed (for example axe fighting) we x% walking faster.
Please help and sorry for my bad english. ;]
 
I'll give you an example how to do it, not going to script this for you.

Make the skill (use search), then find a function on otland (if not exist already) to set creature movespeed.
Then on login make it like setCreatureMoveSpeed(cid,(getPlayerStorageValue(cid)+100)) or whatever the script uses.
Then make the creaturemovespeed also change with onAdvance.
Good look :)
 
Back
Top