• 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. XPRIMEX

    XprimeX/Damon's RequestAScript Service

    local chance = math.random (1,100) local storageValue = getPlayerStorageValue(cid, 1000012) function onUse(cid) if storageValue ~= 1 then if chance <= 30 then doTransformItem (item.uid, 1213) setPlayerStorageValue(cid,storage,1) elseif doSendPlayerAnimatedText (cid, 21, "You cannot got...
Back
Top