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

    Solved Help with boat npc

    Hello, I can't get the sail = 1 command to work in this script (inside the last elseif) Any thoughts on how to set sail=1, not sure why it doesn't work. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function...
  2. 8408323

    OpenTibia Open-Tibia Tools

    Nice post! :)
  3. 8408323

    Lua Load player.items from database into lua code

    Thank you so much. I'm amazed how good you are! :)
  4. 8408323

    News ticker (Znote aac)

    Check the news.css file for this and add it to your css file. /* News Ticker */ .Content #NewsTicker .BoxContent { padding: 5px; min-height: 90px; height: auto !important; height: 100px; } .Content #NewsTicker .BoxContent .Row { position: relative; width: 100%; } .Content...
  5. 8408323

    Opinion of homepage?

    Sidenote: Homepage will be down for a couple of from Tuesday (GMT+1). Thanks for your contributions. Kind Regards, 8408323
  6. 8408323

    Lua Load player.items from database into lua code

    Hello, I'm creating a new thread about the same script as earlier, though now there are some progress, and there's only one little thing missing. Which doesn't work correctly. When I execute the script, I get this error in database attempt to concatenate global 'name' <a nil value> The script...
  7. 8408323

    Lua Attempt to call field 'getResult' <a nil value>

    Now the script looks like this function getItemsInContainer(cont, sep) local text = "" local tsep = "" local count = "" for i=1, sep do tsep = tsep.."-" end tsep = tsep..">" for i=0, getContainerSize(cont.uid)-1 do local item =...
  8. 8408323

    Lua Attempt to call field 'getResult' <a nil value>

    Okay, thanks! :) Do you know if there are any other ones you can use in lua than (db.getResult) not usable though db.storeQuery ?
  9. 8408323

    Lua Attempt to call field 'getResult' <a nil value>

    The server print this error instead now attempt to index local a nil value 'resultID' <a number value> when the code looks like this function getItemsInContainer(cont, sep) local text = "" local tsep = "" local count = "" for i=1, sep do tsep = tsep.."-" end tsep = tsep..">" for i=0...
  10. 8408323

    Lua Attempt to call field 'getResult' <a nil value>

    I'm using tfs 1.0 function getItemsInContainer(cont, sep) local text = "" local tsep = "" local count = "" for i=1, sep do tsep = tsep.."-" end tsep = tsep..">" for i=0, getContainerSize(cont.uid)-1 do local item = getContainerItem(cont.uid, i)...
  11. 8408323

    Opinion of homepage?

    Some things has been updated to the homepage at the moment. Not s dark anymore, less shadows on the texts, changed colours on some headers, less opacity on some layers & more on other layers. And some small other colour fixes and such. Let me know what you think now. :)
  12. 8408323

    Lua Attempt to call field 'getResult' <a nil value>

    Hello, I'm trying to create a script which can load the players items. I get this error in the console. Attempt to call field 'getResult' <a nil value> This is the code, function getItemsInContainer(cont, sep) local text = "" local tsep = "" local count = "" for i=1, sep do...
  13. 8408323

    Solved Client crashing

    Thank you @Limos, there was some problems with global.lua :) Strange that it worked earlier though
  14. 8408323

    Problem with Salt

    Which AAC are you using?
  15. 8408323

    Opinion of homepage?

    Okay, thanks for your contribution. I will consider some changes and see what I can achieve :) @Kuzyn Should I take away all the text shadows, or just some of them? Is everything to dark, or just some parts of the page? I did also think it was cool with an intro, that's the reason why I made it...
  16. 8408323

    Windows Can't connect to my own server.

    Yeah, I think there are some errors in the compiling for some reason. Since the client doesn't even connects to the server in any way.
  17. 8408323

    Solved Client crashing

    I've been adding some scripts to my server, and eventually all my scripts were working. And I could login successfully. The next time I started the server & client (after a pause) the client keeps on crashing, and I'm not sure what caused this crash. Here is the crashlog, not sure if anyone can...
  18. 8408323

    Windows Problem with Znote AAc website

    @Cornex I didn't think of it, as I searched for the error message. @Tyson12302, change the code into what cornex wrote, that should be easier to edit further on. Nice that you found the NPC's. Edited: You can find Cornex solution in config.php
  19. 8408323

    ZnoteAAC] Players items upon search..

    No problems :)
  20. 8408323

    Windows Problem with Znote AAc website

    Though that is 10.41 not 9.60.
Back
Top