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

Lua error demon oak

kleitonalan

New Member
Joined
Mar 21, 2013
Messages
289
Reaction score
3
demon.png


Code:
function onStepOut(cid, item, position, fromPosition)
    if item.uid == 32193 then
        doTransformItem(item.uid, 2709)
    end
    return TRUE
end
 
Back
Top Bottom