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

    [7.4] Authentic Real Map - Extracted from TibiCAM files

    Aha, now it works. Thanks! :)
  2. A

    [7.4] Authentic Real Map - Extracted from TibiCAM files

    Can you please elaborate or share the tool for those of us who are not familiar? :) I would like to convert the 7.1 map released here as well 1590969356 I'm having issues walking on this map on shoreline tiles. This is as far south/east/west I can move. Could this be an issue with the...
  3. A

    [7.1] Real Tibia Map as close as possible

    Thanks! How strange, I tried web archive before I posted, but I could only go back to 2004. Now that I tried again it goes way further.. Yeah, looks like it! 1590790591 Hah! Found myself in one of the screenshots in the library :)
  4. A

    [7.1] Real Tibia Map as close as possible

    This is fantastic! Really nice work! But would you mind elaborating a little on your sources? Specifically, where I can find the 7.1 world map? And what exactly are you drawing from memory?
  5. A

    [ServicePort::open] Error: bind: Address already in use

    Trying to run a server on a mac, and got everything to compile just fine and it seems to run, but I can't log on and I keep getting this error: [ServicePort::open] Error: bind: Address already in use over and over again. Any ideas on what could be wrong? Settings in config.lua: ip =...
  6. A

    Nostalrius 7.7

    Yes, I'll try again to get the real 7.7 up and running to do some more tests. What part of the math makes no sense? I understand that your expected value comes from thinking it should cast every second. What I'm saying is for the hunter that's true, but for the dragon it should calculate its...
  7. A

    Nostalrius 7.7

    Yes, this is very clear from your results. Yes, they're calculated independently, but at the same time. Meaning the cast chance for all spells is calculated in the same code block, independently from each other, and this code block is called with different intervals (1 or 2 sec) depending on...
  8. A

    Nostalrius 7.7

    Thank you for your input! Very interesting to see the results of your research. I have a few comments and questions below :) From Monster Behavior 7.7.md your results were: Dragon stationary trapped, expected number of GFB in 5 minutes (1/7 chance) 42 to 43, got 47. Dragon kitted never at melee...
  9. A

    Nostalrius 7.7

    I’ve been curious about some of the previous discussion on how often monsters cast spells etc, so I’ve done a little bit of observation/research and thought I’d share what I’ve learned so far. TL;DR: As pinata suggested, I think spell chance should be calculated using uniform_random(1...
  10. A

    Tutorial Running Cipsoft Server Files

    Thanks! Same result unfortunately :/ I guess I'll try to run the gameserver on a different VM.
  11. A

    Tutorial Running Cipsoft Server Files

    Thanks for the info! Yes, they're running on the same VM. I saw so many posts saying it wasn't necessary to split them up that i figured I would give it a go. If nothing else works, I'll try running the game server on CentOS 3. It's so strange though. Sometimes I make a change when I'm...
  12. A

    Tutorial Running Cipsoft Server Files

    Thanks for replying! I really appreciate it :) I'm using the modified binary, I think it's bonez, but if there are others that are modified maybe I got the wrong one(?). I think I got it from one of your posts, if I'm not mistaken. Also using "dennis" libs. The connection seems ok. If I run...
  13. A

    Tutorial Running Cipsoft Server Files

    Ah, you're absolutely right! The character list is just loaded from the database. I'll troubleshoot the network connection then. Thanks!
  14. A

    Tutorial Running Cipsoft Server Files

    You're welcome! Too bad it didn't help :P Thanks for the tip. I am getting pings through, so I don't think it's a network thing. Even turned firewall off, so I don't think it should be a closed port. And besides, the character list loads, so clearly there is some contact. At one point I did...
  15. A

    Tutorial Running Cipsoft Server Files

    I have .tibia in /root (only) and the game file in the same location as you /home/game/bin. That works for me. However, I had to edit the file paths in .tibia to be /home/game/bin etc, as opposed to /game/bin Also I have to run it as root. If I don't, I get that an error saying it can't find...
  16. A

    Tutorial Running Cipsoft Server Files

    I've been at this for many hours now. Seems I got every possible error and managed to find a solution in the forum. Now I have all servers up and running. However, the character list loads, but then it just waits to connect to game world forever. And I'm not seeing any activity in the...
  17. A

    Nostalrius 7.7

    Thanks! That works if I'm logged in as a GM, right? Is there any way of doing it without being logged in?
  18. A

    Nostalrius 7.7

    Is there any way of shutting down the server and saving house items without waiting for the automatic server save?
  19. A

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Could you please share the querymanager? :) I'm having trouble finding it.
  20. A

    Nostalrius 7.7

    I'm also trying to learn how to compile this myself, since I would like to eventually be able to change things to be more like the previous versions of Tibia, before the magic system got updated etc. But I'm running into a lot of trouble compiling in Visual Studio and have spent the past few...
Back
Top