I used to have skills rates 10 magic level 5
config.lua
Until i found this skills stages script: CreatureEvent - Skills & magic level stages (https://otland.net/threads/skills-magic-level-stages.49165/)
But it broke a movemment i used to use:
Skills stages + Movemment change skill
config.lua
Code:
rateSkill = 10.0
rateMagic = 5.0
But it broke a movemment i used to use:
Code:
function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor)...