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

    [Bug Report] Item destructor

    good luck on your career
  2. Stellow

    [Bug Report] Item destructor

    To use mutual exclusive sections, many parts of the code have to be changed. And mutual exclusive sections cannot be simply used without introducing possible side-effects. No code can ever be simple.
  3. Stellow

    [Bug Report] Item destructor

    My love, if you do if (ptr) ptr->something() this can still throw in some cases, e.g. multi-threaded environment. Checking is not as trivial as it sounds. Analyzing the call-stack, in the reported bug, a check is done one line before the code has a memory violation. Don't be writing arrogant...
  4. Stellow

    [Bug Report] Item destructor

    We got a hint, that occurs when using small stones. Removing the feature that small stones fall in the ground, seems to "fix".
  5. Stellow

    Wana make a 7.4 or 7.6 OT, Help

    Omg. Have you open at least one or two links in this forum?
  6. Stellow

    Hosting a server in the Cloud (AWS)

    Thank you for your feedback. I rented a t3.medium in Sao Paulo for the game server instance. t3 because of the unlimited network bandwidth, and their special network driver to reduce network virtualization overhead. Medium because of the 4GB of RAM, the server peaked at around 3GB. The...
  7. Stellow

    Hosting a server in the Cloud (AWS)

    Thank you! CI/CD really saves a lot of time on rolling up/down features. Transferring files to the hosting... compiling... changing versions... all this boring stuff should be gone.
  8. Stellow

    Hosting a server in the Cloud (AWS)

    Hello guys, I have recently posted an article on my experiences hosting a TFS 1.2 on AWS. It does not go into much detail, with respect to the knowledge that you have on custom Tibia servers, however, it is a nice starting point. I am happy to share my experiences with you, and welcome any...
  9. Stellow

    Segmentation Fault on TFS 1.2

    Using TFS 1.2 (Nostalrius), a segmentation fault can occur on the market line: Player::~Player() { for (Item* item : inventory) { if (item) { item->setParent(nullptr); <-- HERE! item->decrementReferenceCounter(); } } What I don't understand, is...
  10. Stellow

    [Brazil][7.4] Patela Server - 15ms ping for Brazilian Players!

    Today's updates (Tuesday, 31-03-2021): 30 items added in Cigano. Now you can sell a lot more stuff! Including more noob items, such as plate set, amulets, rings, etc. NPC Jardim added in Carlin, right in the first house in front of the DP. He will buy items, similar to the Gypsy. Most frequent...
  11. Stellow

    [Brazil][7.4] Patela Server - 15ms ping for Brazilian Players!

    Changes to the last server save (Saturday, 27-03-2021): fixed rollbacks that were occurring on some characters Added more items for sale in Cigano (NPC in Thais' DP), such as Steel Boots, Gold Ring, Scarab Shield, and more ... Exura Tuned Sio Ban time (PK) decreased from 7 to 1 day Red Skull...
  12. Stellow

    TFS 1.X+ my TFS 8.6 crashes multiple times/day in function Player::~Player

    1.2 Nostalrius I don't understand how we have a problem there. We check for item, then it complains about memory. Using original sources. Not sure how to replicate. You do have any idea?
  13. Stellow

    [Bug Report] Item destructor

    Happened here too, but not sure what triggers it. Anyone has a hint on this topic? Bump
  14. Stellow

    TFS 1.X+ my TFS 8.6 crashes multiple times/day in function Player::~Player

    Bump, having the same problem here. Have anyone seem this error before?
  15. Stellow

    Mapper Looking for a mapper to expand our 7.4 server with hunts from newer Tibia versions

    Basically we are looking for a mapper who can expand our current 7.4 Global Map. What we need for example: The Dragon's expansion from Ankrahmun The Darashia's North cave of Dragon (close to the Mino respawn) DL's POI Banuta all the floors etc. We use Nostalrius as a base. So need to keep in...
  16. Stellow

    [Brazil][7.4] Patela Server - 15ms ping for Brazilian Players!

    Many news today! (Thursday, March 25) Game: heal spells, and attack runes can be used at the same time (different exhaust) PVP-Enforced (15% of experience lost, if the dead player's level difference is up to 45 levels) exori damage and exevo gran mas pox set stronger 'exura sio' reward for...
  17. Stellow

    [Brazil][7.4] Patela Server - 15ms ping for Brazilian Players!

    Changes to the last server save (23-03-2021): When using mana fluid, the flasks disappear Creatures can be lured to anywhere, they don't disappear (similar to ancient Tibia) Items no longer fall to the ground when buying them, or conjuring them (as long as there is space in some bp) Fixed bug...
  18. Stellow

    Compiling GDB not loading symbols

    Well, thanks! I will try to use -DCMAKE_BUILD_TYPE=RelWithDebInfo and hope it does not generate another one meanwhile...
  19. Stellow

    Compiling GDB not loading symbols

    Hello, basically I am trying to debug a core dump, but somehow symbols are not visible. I ensure the exe is compiled with -g: add_compile_options(-Wall -pipe -fvisibility=hidden -g) For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from...
  20. Stellow

    [Brazil][7.4] Patela Server - 15ms ping for Brazilian Players!

    This is a simple but serious Brazilian Server, hosted in Brazil. It focus the Brazilian community, since the host is located in Sao Paulo. 7.4 Full Medium Rates Fast Respawn Auto-loot Automatic Tasks Cast System Party Shared Experience Offline Trade Offline Training Guild Wars No pay-to-win...
Back
Top