Doggynub
LUA / C++
- Joined
- Sep 28, 2008
- Messages
- 2,541
- Reaction score
- 186
i have been trying to make a max level for server , but i cant seem to succeed,
this what i tryed , no errors and no progress.
or i can make in creature event setrat exp 0? will this work
LUA:
function onAdvance(cid, skill, oldlevel, newlevel)
if skill == SKILL__LEVEL and newlevel > 150 then
return false
end
return true
end
this what i tryed , no errors and no progress.
or i can make in creature event setrat exp 0? will this work
Last edited: