Forget that skill shit, i dont want it hahaha. I want another with just level.
Why this is not working? :(
function onAdvance(cid, skill, oldlevel, newlevel)
if(getPlayerStorageValue(cid, 99963) == 1 and newlevel >= 50) then
doPlayerAddItem(cid, 2160, 5)
setPlayerStorageValue(cid, 99963, 1)...