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!
Pretty nice! I also could not forgive myself to notice, how you are presenting true 7.7 features, with loot messages displaying all around.
But amazing job!
Hello all!
Introduction
I would like to continue (with slight differences) the consulting service I have started in 2016 (Programmer - [Tibia, Websites, Mobile Apps, Marketing] Looking to take your project to a new standard...
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.
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...
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...
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.
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...
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...
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...