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

Speed walking skill

She

New Member
Joined
Feb 1, 2009
Messages
33
Reaction score
1
Hello
I need some script c++. Speed walking skill i want change fishing for it. Please help.
Sorry for bad english. :)

- - - Updated - - -

Bump
 
Code:
function onLogin(cid)
        doChangeSpeed(cid, delta * getPlayerSkillLevel(cid, SKILL_FISHING))
        return TRUE
end

register it in creaturescripts.xml and login.lua
I have no idea how exactly delta works in this function
 
Back
Top