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

    house save help me

    so guys I would like your help I would like to make my server's houses save anything that is inside it, no matter the attributes it can be anything, if it's inside the house, you have to stay there I found this at iomapserialize.ccp, I made some changes but it generated an error in the save I...
  2. W

    Lua random spawn items

    I need a random spawn items the map Does anyone have it to pass me? fromid="15500" toid="15520"
  3. W

    Lua I need to add decay

    the decay does not work function onUse(cid, item, fromPosition, itemEx, toPosition) local rand = math.random(1, 100) if(rand >= 1 and rand <= 5) then doCreateItem(15464, 1, toPosition) doDecayItem(item.uid) elseif (rand >= 6 ) then doCreateItem(15466, 1, toPosition) doDecayItem(item.uid)...
Back
Top