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

    Manarune?

    Nice one Fresh, even not using it .. I'll like it =)
  2. B

    Don't know how to explain .. Check inside please.

    Hello guys, I don't really know how to explain this without showing the code. Here is the thing, I want to teleport everyone in a certain area to two different positions, according to something. (It can be: LookFeet color, Storage Value, anything) Here is the piece of code: upper5 = {x =...
  3. B

    Request: Help in a Harry Potter ATS.

    Yeah, its not THAT GOOD .. I think you can work more on it, I'll try too .. Thanks anyway =)
  4. B

    Request: Help in a Harry Potter ATS.

    Hello guys, I know my post count sucks and everything, but thats because I'm brasilian, and I'm not usually here. But you guys know, brazilians sucks and they can't sprite. So I'm here requesting some open sprites, so everyone can use, including me. =) These sprites will not be posted in any...
  5. B

    Lua Rank Statue

    edit-- Damn, sorry for double post.
  6. B

    Lua Rank Statue

    function onLook(cid, thing, position, lookDistance) statue = {x=x, y=y, z=z} item = getThingFromPos(statue) if (item.itemid == 9751) then query = db.getResult("SELECT * FROM `players` ORDER BY `level`") doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You see a monument with a...
  7. B

    Lua God Skull

    "attempt to call global" means you don't have the Function. Try using another one with the same value.
Back
Top