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

    CipSoft's "Creator" software (Map Editor and more)

    One ID - one object, and vice versa. So, obviously it's the same barrel with a new name. Probably to differ it more from a wooden barrel (and other types if there ever are any), rather than using a general name; and to be consistent, because that's what it actually is - when you use one in the...
  2. kay

    CipSoft's "Creator" software (Map Editor and more)

    They also changed the map format in the late 2005 (7.55), from one similar to that used by the game protocol, to a fully text-based.
  3. kay

    [UK][7.4] Tibiantis Online

    Merry Christmas! Writing these words, it's hard for us to believe that it's already the fourth time we have the opportunity to spend the Holidays together with Tibiantis players! With each passing year, it becomes increasingly more challenging to come up with original wishes for you, but is...
  4. kay

    [UK][7.4] Tibiantis Online

    No content update has ever brought any crashes, rollbacks or duping to Tibiantis. In fact, duping has never happened at all. Perhaphs, you are in a wrong thread, sir.
  5. kay

    [UK][7.4] Tibiantis Online

    - Three more pints! - a man, already half seas over, bellowed in a voice so deep and loud as if he wanted the whole island to hear him. There was no need to shout though, for this early in the morning the tavern was still - or already - almost completely empty. Dwarves, who devoted most of their...
  6. kay

    [UK][7.4] Tibiantis Online

    Dear Players, since the number of bans for cheating has been breaking records lately (with more than 300 only this month), we would like to remind everyone that there's only one acceptable level of cheating in Tibiantis - which is none. There are no exceptions or excuses for cheating. Neither...
  7. kay

    Script and tutorial to automate install of "Leaked" 7.70 server

    No, they don't. Login server and query manager run separately from game server, you don't need to close them when you only want to restart the game. Game server is dependant on query manager (it won't start if QM is not up), but not the way around, and neither of them is dependant on login...
  8. kay

    Script and tutorial to automate install of "Leaked" 7.70 server

    Pid (process id) is a number that identifies a running process within the system. The process will be called the same as your binary file, but if you search by name you will also find child processes and you still need to differ them. Therefore, I recommend you read the game.pid file inside save...
  9. kay

    History of Tibia/Antica documentary

    Proud to have contributed to this masterpiece, even if it wasn't significant. I wish we could have more vids like this to preserve history, possibly about other servers too, but the amount of work it requires is insane.
  10. kay

    Script and tutorial to automate install of "Leaked" 7.70 server

    Have you read the page that I posted? The "Sending Signals" paragraph in particular. It explains what command you can use to sends signals to a process, and how to use it exactly.
  11. kay

    Script and tutorial to automate install of "Leaked" 7.70 server

    https://www.tutorialspoint.com/unix/unix-signals-traps.htm Yes, they do save the rest as well
  12. kay

    Script and tutorial to automate install of "Leaked" 7.70 server

    Ctrl+C sends signal 2, in order to save the map you need to close by signal 3, 15 or 30. Signals 3 and 30 will result in instant shutdown and the map will not be refreshed (so even refreshable tiles are going to be saved), while signal 15 will result in closing the server in 6 minutes (after...
  13. kay

    Script and tutorial to automate install of "Leaked" 7.70 server

    Houses are saved on the map. If after restarting all the items were back, it means that you have not closed the server in a way that that it saved the map.
  14. kay

    Question about the rules of OTland

    My answer was kinda ironic, cause it is confusing to me as well. But those are the rules, you must not offer to buy any resources but you are allowed to offer to hire someone in order to create them. The same goes for selling, e.g. you can't sell sprites but you can offer to draw them (in the...
  15. kay

    What is the meaning of math.randomseed(os.mtime()) in startup.lua

    It doesn't matter, but only because you will never be able to predict the loot of any nth demon, regardless of it being "only" pseudorandom, lol. Not an issue either. Tibia's randomness is all safe to an acceptable degree for a game. Again, this topic is significant in cryptography and possibly...
  16. kay

    Question about the rules of OTland

    You are allowed to hire them to work for you, but you're not allowed to ask them to sell their work to you. I hope this is clear to you.
  17. kay

    What is the meaning of math.randomseed(os.mtime()) in startup.lua

    It doesn't matter. Even if one were to guess the exact time of seeding (which is already unlikely), they have no way to know how many times the server calls for the next number in the sequence and for what purpose, therefore realistically no player will ever be able to predict anything. And as...
  18. kay

    Script and tutorial to automate install of "Leaked" 7.70 server

    It is correct, except for the fact that it mentions "blood hits" and if you don't consider rounding. E.g. if you are a druid, the multiplier for melee skill is 1.8 and starting value is 50, so you need: 50 hits to advance from skill 10 to 11 50 * 1.8 = 90 hits to advance 11-12 (140 in total) 90...
  19. kay

    Script and tutorial to automate install of "Leaked" 7.70 server

    If you are behind a router, you need to set up port forwarding, or create a virtual LAN, such as Hamachi. You need a certain number of points in order to advance to the next skill level, and upon the advancement that number is multiplied by a static multiplier corresponding to that skill and...
Back
Top