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

    i get an error when i try to close my server

    this is the error i get when i try to close my server, i dont know why this happens, i've been having this problem since i downloaded the distro. everything works fine till i try to close it.
  2. C

    a monster that changes his own outfit?

    hello otlanders, i want a monster that changes its outfit, like sometimes is a red demon other times is a blue demon, other times green blah blah, and maybe if you guys can i would also want to know if its possible for the monster to change name?
  3. C

    [Archived] "[Quick Showoff] Post your latest maps"

    okay ill try to improve thanks
  4. C

    [Archived] "[Quick Showoff] Post your latest maps"

    my best with nature :l took me like 20 minutes " Coco Island "
  5. C

    [Archived] "[Quick Showoff] Post your latest maps"

    thank you im learning how to map im sure this threat will help me improve my skills as a mapper. im thinking of posting more stuff here
  6. C

    [Archived] "[Quick Showoff] Post your latest maps"

    My first mapping show off picture, is a torture room, what do you guys think?
  7. C

    Solved How can i increase the duration of a magic wall?

    thank you, you helped a lot
  8. C

    Lever that gives you items depending on your vocation and only if you have an item

    Hello i want a script that will allow players to get certain items for example this is my zone : example: if the player has an x item and is a paladin then he will be able to get a set and weapon the paladin one is the one with bow and arrow hehe if...
  9. C

    Solved How can i increase the duration of a magic wall?

    in my server the magic wall lasts for about 20 seconds, so does my wild growth rune, how can i increase the duration of my wild growth rune? i want it to be 40 instead of 20, and also i dont want the wild growth rune to be destroyed by destroy field rune i want it to be destroyed by a machete or...
  10. C

    Problem with houses in my server!

    whenever a player wants to buy a house and says .!buyhouse, i just says " you are not invited, and if i use the command /owner ~~ it still says nobody owns it but the player is the owner like he can say sio and som and invite and say alana sio :(!
  11. C

    Need help with quest room ideas !

    Hello, i want help with making a quest room for my server, im out of ideas lol im going to put 4 new quests into my server tomorrow and i was thinking maybe you guys have a similar room, can you guys get some screenshots from ur server or make a quest room idk thank you, and if this is in the...
  12. C

    Solved Help me edit this script :(!

    Wow thank you bud ! lol
  13. C

    Solved Help me edit this script :(!

    function onUse(cid, item, frompos, item2, topos) local level = 500 if getPlayerLevel(cid) < level then return doPlayerSendTextMessage(cid,22,"Voce nao possui level suficiente.") end doTransformItem(item.uid, item.itemid + 1) playerpos = getPlayerPosition(cid) doorpos = {x = frompos.x, y...
  14. C

    Solved Help adding script into actions.xml

    thank you :)
  15. C

    Solved Help adding script into actions.xml

    Hello i want to add a level system like a door that only allows players with a certain level or + to pass and i wanted to tested but i dont know how to add the script to the actions.xml lol xD this is my script -- level doors based on actionId -- to make door for level x create door on map and...
  16. C

    Can't open doors :(

    Hello i dont know what i did but now i cant open doors and i get this message in the console: please help :'( and this is my actions/scripts/other/doors script k local function checkStackpos(item, position) position.stackpos = STACKPOS_TOP_MOVEABLE_ITEM_OR_CREATURE local thing =...
  17. C

    Help Me Edit The Sudden Death Rune Please!

    Tell me how to do it, and where i can put the script, i want the rune to hit min= 13,000 and max= 15,000 thank you
  18. C

    Solved item that you can only use once? :) pls help

    you're awesome dude thank you xD
  19. C

    Solved item that you can only use once? :) pls help

    hi, so i made an item that gives you life and mana and heals you, you dont have to do it yourself :) but before i put it in my server i want to make sure that the item is only usable once so if the person uses the item, the person cant use the item again ( if he gets another one hehe ) this is...
Back
Top