• 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. Tibia Rox

    [NPC] Jorge Greet Message

    I'm trying to creature the npc Jorge from RL Tibia, but I'm not sure how I would go about scripting his greet message, which includes many lines of text: [1]'Hi there! You have surely come here because you have heard of me, and what a great replicating artist I am, right? ...', [2]'Or could it...
  2. Tibia Rox

    Requesting Simple Script

    I'm getting an interesting error when using the first script. It works fine up until this point. If there is a player inside the room and a person outside the room stands directly on the teleporter, the player isn't teleported (which is how it should work), but when the player inside the room...
  3. Tibia Rox

    Requesting Simple Script

    I tried editing and playing around with some other scripts but I couldnt get it to work. I just need a simple script that will not let a player use a teleporter if there is a player already standing in the room. Here is a picture that shows the setup...
  4. Tibia Rox

    TFS 1.1 Quest help

    Error: https://gyazo.com/3b860edce43272e6923a450cf5bcb444
  5. Tibia Rox

    TFS 1.1 Quest help

    I'm trying to add a function so that when a player uses an item (like a chest) and they dont have any capacity or they don't have any space in their backpack then they get denied the reward and sent a message. I've looked around a bit but nothing fits what I'm trying to do. NOT_CLEARED = -1...
  6. Tibia Rox

    TFS 1.1 NPC Dialogue

    Ok I thought I had it fixed, but now the NPC is only responding to the first 'boss arena' key word. Im pretty sure theres a problem with my end tags, but I'm not sure exactly what it is. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  7. Tibia Rox

    TFS 1.1 NPC Dialogue

    I tried to do what you said, and now I'm getting this weird error: https://gyazo.com/f1e5908494f99621655457801e6ff94f local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function...
  8. Tibia Rox

    TFS 1.1 NPC Dialogue

    My NPC that I have for an arena isn't responding to certain keywords the way I want him to. Basically, When you say "boss arena" to him, he will ask if you want to join. If you say "yes", he sets your storage value at 3501, 1. I'm trying to make it so that when you already have storage value...
  9. Tibia Rox

    Lua TFS 1.1 NPC Dialogue

    My NPC that I have for an arena isn't responding to certain keywords the way I want him to. Basically, When you say "boss arena" to him, he will ask if you want to join. If you say "yes", he sets your storage value at 3501, 1. I'm trying to make it so that when you already have storage value...
  10. Tibia Rox

    Debug on server

    Still debugging after all that. Here is the most recent error report, maybe it changed: https://gyazo.com/c39e0d529252fd139744ae77490218ad Also, when I try and create an account on the website, it creates the account but produces this error: https://gyazo.com/5b1d97311ab2e56d2339c5b5c7aefb4d...
  11. Tibia Rox

    Debug on server

    I just tried doing this, and when I try to enter in the second line, it says Field 'conditions' doesnt have a default value
  12. Tibia Rox

    Debug on server

    I downloaded a default version of chat channels, still debugs. I've commented out my xml files in creature scripts and still debugs.
  13. Tibia Rox

    Debug on server

    The only scripts I've edited are npcs and chat channels
  14. Tibia Rox

    Debug on server

    http://pastebin.com/zyD0EKRC And yes, I use the default login lua.
  15. Tibia Rox

    Debug on server

    Is there any way I can get on my server without having to set up all of this unnecessary stuff? I'm just trying to get on this server to see my mapping, I'm not trying to set up an entire server.
  16. Tibia Rox

    Debug on server

    I couldn't get the website to create a character successfully, so I imported an account and player from a different ot that I know worked on another client. I edited the position on the character so it would spawn in the temple.
  17. Tibia Rox

    Debug on server

    Whenever I try to log into my server, my client debugs after I enter in my account name and password. Here is the error: https://gyazo.com/e1294a73a0106c36fee5f8b81dc49bf9 I'm using client 10.77
  18. Tibia Rox

    Solved Cant access local host

    Nevermind, I fixed my database issue, but I'm still getting this error when my server starts: https://otland.net/threads/error-with-groups-xml.241848/ https://gyazo.com/69de60a7e0581c05ca9e7dce939e1f2a <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="player" flags="0"...
  19. Tibia Rox

    Solved Cant access local host

    The password that I set up in UniServer? Its the same password. I've checked many times
  20. Tibia Rox

    Solved Cant access local host

    I downloaded an older version of UniServer and it seems to have stopped crashing and going offline. However, my sever will not start up. When I use 127.0.0.1 as the mysqlHost, the server log doesnt even open. When I use localhost as the mysqlHost, the server log opens, begins to load, then...
Back
Top