• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. A

    Lua Remove item on use.

    Bug when i use X item with UNIQUEID 2111 do NOT remove 2344. function onUse(cid, item, fromPosition, itemEx, toPosition) if item.uid == 2111 then if getPlayerStorageValue(cid, 100058) == 2 and doPlayerRemoveItem(cid, 10152, 1) and getPlayerStorageValue(cid, 100060) == -1 then...
  2. A

    Lua SEE IT AT LOGIN (ALWAYS)

    mostrar isso sempre que o jogador logar show it always login player function getUpTimeString() local wut = getWorldUpTime() local h, m = math.floor(wut / 3600), math.floor((wut % 3600) / 60) if m == 60 then m = 0 h = h + 1 end return h..' hour'..(h >...
  3. A

    items.xml real map 8.6

    ok, done... but other problem, i open door but do not close =| ID CLOSED: 10784 - ID OPEN: 10785 - do not go to ID 10784 (CLOOSED)
  4. A

    Problem with doors.

    I have a realmap 8.6, the problem is in the door, they open but then do not close. (CLOSED)>10784>TO> 10785(OPEN)> 10785 (do not go to ID 10784 (CLOSED) bump
  5. A

    Solved Gate of expertise problem

    @EvilSkillz please bro, post items.otb for first spoiler: items.xml 0.4
  6. A

    items.xml real map 8.6

    Yes, but i have other bug... when i will close door, thats transform in a big mushroom....
  7. A

    items.xml real map 8.6

    Bugs in my item.otb or my map, why i solve it? really i need help...
Back
Top