• 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!

[12.x] OTServBR-Global

In OTCv8 I added missing protocol codes to: OTCv8/otclientv8 (https://github.com/OTCv8/otclientv8/blob/master/src/client/protocolgameparse.cpp)
However, tibia 12 modules must be implemented in lua, and this implementation is pending, you can edit/see it here: OTCv8/otclientv8 (https://github.com/OTCv8/otclientv8/blob/master/modules/game_protocol/protocol.lua)
If someone have some free time, he can port opentibiabr/otservbr-global (https://github.com/opentibiabr/otservbr-global/tree/develop/data/modules/scripts) to game_protocol in otclientv8, I'll accept pull request to otcv8 repo. I'm too busy in this month to do it.
 
im trying run this on Windows 10 64bit, but still instand closing (release x64)
i found this lane <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
in otservbr-global.vcxproj file
when i delete it and compile it(release x64), server will start without trouble.
any one know what was that?
 
Got problems with gesior aac on this server, somehow i can create a account but when i log out and back in i get a error

Somehow i can not log back in, account excists in database
 
Got problems with gesior aac on this server, somehow i can create a account but when i log out and back in i get a error

Somehow i can not log back in, account excists in database
Using uniform server?
Post automatically merged:

step-by-step we are writing the old updates into the news.

--- update back to the past (Jun 15th, 2020)

Fortnightly Update #06 | OpenTibiaBR


---

Unfortunately, we did not have any donations in the period. If you like our project, feel free to pay us a coffee, pizza, or something else. Click here to check donation methods.
 
Last edited:
When does soul war Quest maps come out ?
Who adds new maps and how are you getting them ?
 
Hi, does anyone have working charms?
my server scores charm points and buys charms, but he doesn't do anything
for example poison charm don't attack monster by poison :)
 
In protocolgame.cpp switch:


Code:
if (operatingSystem >= CLIENTOS_OTCLIENT_LINUX) {
        disconnectClient("Only official client is allowed!");
        return;
    }

Per:

Code:
if (operatingSystem >= CLIENTOS_OTCLIENT_LINUX) {

        NetworkMessage opcodeMessage;

        opcodeMessage.addByte(0x32);

        opcodeMessage.addByte(0x00);

        opcodeMessage.add<uint16_t>(0x00);

        writeToOutputBuffer(opcodeMessage);

    }

He tried to login into and find this line, but now is something different,

Lua:
if (operatingSystem >= CLIENTOS_OTCLIENT_LINUX)
        {
            player->registerCreatureEvent("ExtendedOpcode");
        }

        player->lastIP = player->getIP();
        player->lastLoginSaved = std::max<time_t>(time(nullptr), player->lastLoginSaved + 1);
        acceptPackets = true;

And says Only Protocol login with client 12.60 Allowed
 
Or maybe there is any chance to run OTservBR into a Min / Max version, like 12.50 - 12.60 Clients ?
If yes how we can do it, i try do many changes on sources but nothing in forums can be founded, no one talks about this, i saw some Otservbr running with 12.5 protocol, i want also use a 12.5 protocol, for one reason, 12.5 protocol we can Customize the client, but the 12.60 i can't,

Thanks
 
In protocolgame.cpp switch:


Code:
if (operatingSystem >= CLIENTOS_OTCLIENT_LINUX) {
        disconnectClient("Only official client is allowed!");
        return;
    }

Per:

Code:
if (operatingSystem >= CLIENTOS_OTCLIENT_LINUX) {

        NetworkMessage opcodeMessage;

        opcodeMessage.addByte(0x32);

        opcodeMessage.addByte(0x00);

        opcodeMessage.add<uint16_t>(0x00);

        writeToOutputBuffer(opcodeMessage);

    }
Still same steps?
Thanks
 
The only reply was ask on discord for Otservbr 12.60 , ( Join the OTServBR - Global Discord Server! (https://discord.gg/3NxYnyV) ).
Also someone talks about use Saiyans Client

But we still waiting about anyone can tell us how Use protocol 10 or 11 or 12.20 on OtservBR , there are 30 Servers using Protocol 10 on OtservBR also mobile client... but no one share this information :/
 
Last edited:
Back
Top