• 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

    Need a simple script, 1 min effort!

    Alright so I am learning to code, but I just cant get a hang of how to make onAdvance to check for a specific level @ tfs 0.3.6 function onAdvance(cid, skill, newLevel) if(newLevel == 100) then doSendAnimatedText(getCreaturePosition(cid), "Level 100 text.", math.random(1,255)) end end Will...
Back
Top