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

5cc za 50 lvl jak ??

function onAdvance(cid, type, oldlevel, newlevel)
if (oldlevel ~= newlevel and type == SKILL__LEVEL) then
if (newlevel >= 45 and getPlayerStorageValue(cid, 12345) == -1) then
doPlayerAddItem(cid, 2157, 10)
setPlayerStorageValue(cid, 12345, 1)
end
end
return true
end

Dobra masz i koniec tematu ;d
 
Back
Top