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

Search results

  1. S

    [onAdvance] function

    Trying to make a script that gives a player an item when they level, here's what I have so far: function onAdvance(cid, skill, oldLevel, newLevel) if(oldLevel==9) or newLevel==10 then doPlayerAddItem(cid, 2151, 1) end return true end Why doesn't this work?
Back
Top