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

    Standing on Quest Chests!!!

    Hey guys, People are able to stand on top of a few quest boxes on my server in the Svargrond Arena reward room. At first I thought there was an issue with my "walkback.lua" however every other chestbox is fine and people can't walk ontop of them. Even teh chest reward boxes for the warlord...
  2. V

    [Sweden] XoriaOT 8.6 Real Map 24x7 [1500x - 1x STAGED EXP]

    Thanks for your support. Any suggestions at all?
  3. V

    [Sweden] XoriaOT 8.6 Real Map 24x7 [1500x - 1x STAGED EXP]

    Does anybody have any suggestions on how we could improve? I'm currently also recruiting GM's that could help me build the community. Open to any advice on how the server could be improved!
  4. V

    [Sweden] XoriaOT 8.6 Real Map 24x7 [1500x - 1x STAGED EXP]

    Introducing: The Xoria 8.6 Real Map Open Tibia Server Server Information:- Latestnews - Xoria OT IP: Xoria.No-Ip.org Server Status: Online Map: Real Tibia 8.6 Client: 8.60 Port: 7171 Online 24/7 Uptime: 99 % Staged EXP:- level 1 - 50 = 1500x level 51 - 80 = 1000x level 81 - 100 = 800x level...
  5. V

    Step On Tile To Remove Wall

    Thank you so much for your help! ID like the wall to appear after 10 minutes. I've also noticed that the tiles I'm using, ID "426", don't depress to ID "425" when I stand on them. Is there any way I can make that happen aswell?
  6. V

    Step On Tile To Remove Wall

    Hello I'm in need of some help with a script where 2 players have to step on tiles to remove a wall. If only 1 person steps on a tile the wall will remain intact. Any suggestions? I tried to edit a script where 1 person steps on a tile to remove a wall but I found it pretty difficult add the...
  7. V

    Request Delay Before doRemoveCreature

    Thank you so much, it's working perfectly now. Would you also be able to help me with this? :- function onStepIn(cid, item, pos) local splash = {x=33186, y=32844, z=7} if item.uniqueid <= 65452 and item.uniqueid >= 65440 then addEvent(doCreateMonster,2*1000,"thief", {x=33187...
  8. V

    Request Delay Before doRemoveCreature

    Hello, I'm trying to edit this script so that instead of removing the creature it's set to remove straight away, it will do it after 10 seconds. I think I'm supposed to use the addevent function, but I'm not sure in what context to use it. Here is the script :- function onStepIn(cid, item, pos)...
  9. V

    Requesting check if monster is in area

    Bump
  10. V

    Requesting check if monster is in area

    I just wanted to thank you all for your help. I'd been stuck for ages trying to figure it out and gave up for quite a while to be honest. I've repp'd everyone that helped. The script is working perfectly now, I managed to get everything I needed out of it. - - - Updated - - - Hello there...
  11. V

    Requesting check if monster is in area

    Thank you! That fixed that error however now a new error has come up. "Attempt to index a nil value. Stack Traceback: [C]: in function 'getSpectators' " This is the lines where ''getSpectators'' is mentioned:- local spectators = getSpectators(pos, 2, 2) -- 2 tile left, 2 right, 2 up, 2...
  12. V

    Requesting check if monster is in area

    local storage = 2021 -- global storage value used to know that lever is available local area = {x=33195,y=32855,z=9} -- tiger center position function onUse(cid, item, fromPosition, itemEx, toPosition) if item.aid == storage then if item.id == 1945 then local spectators =...
  13. V

    Requesting check if monster is in area

    BUMP ~ Anybody have any suggestions?
  14. V

    Requesting check if monster is in area

    Hrmm that script was a little too advanced for me to break down ahah Is there no way a lever can be pulled only if a monster is in a certain area?
  15. V

    Requesting check if monster is in area

    Hello, I'm requesting a script for the following:- If a tiger is in a certain area then a lever can be pulled and the player will be teleported. This is basically the concept of the Nomads Land Quest in Rl tibia. I've been searching all around and been experimenting on my own to...
  16. V

    Mead Bucket - Barbarian Quest Mission 1

    Hey guys, Currently I'm in need of help with The barbarian Quest Mission 1:- On this mission the player needs to drink from a bucket of mead 10 consecutive times without passing out. Passing out == Dead body effect The player only has 20 sips available. When those sips run out he needs to...
  17. V

    Lua Sven! Bucket of Mead Barbarian Quest

    Hey guys, Currently I'm in need of help with The barbarian Quest Mission 1:- On this mission the player needs to drink from a bucket of mead 10 consecutive times without passing out. Passing out == Dead body The player only has 20 sips available. When those sips run out he needs to give NPC...
Back
Top