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

Recent content by comedinha

  1. comedinha

    Protocol Version 1111

    Only need change to send the sequence 11.32 Support · malucooo/Otxserver-New@beda91b · GitHub
  2. comedinha

    Protocol Version 1101

    Updated, the getLengthHeader is from tfs 1.3, no my error... https://github.com/otland/forgottenserver/commit/5bfac5e366032342a87b51ec2ba5d262cf1a97a9
  3. comedinha

    Protocol Version 1101

    Try this .cpp /** * The Forgotten Server - a free and open-source MMORPG server emulator * Copyright (C) 2017 Mark Samman <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published...
  4. comedinha

    Protocol Version 1101

    My code have cast, i will made for TFS 1.3 without changes...
  5. comedinha

    Tibia 11 Discussion(+Tutorial how to able to use it)

    $gameserver = $config['gameserver']; $response = array( 'session' => array( 'sessionkey' => $username."\n".$jsonObject->password."\n".$token."\n".floor(time() / 30), 'lastlogintime' => 0, 'ispremium' =>...
  6. comedinha

    Tibia 11 Discussion(+Tutorial how to able to use it)

    Need changes on connection.cpp
  7. comedinha

    Tibia 11 Discussion(+Tutorial how to able to use it)

    Only need add the changes on world... $dict = array( "id" => (int)$dbRet["id"], "name" => $dbRet["name"], "externaladdress" => $dbRet["ip"], "externalport" => (int)$ServerPort, "previewstate" =>...
  8. comedinha

    Tibia 11 Discussion(+Tutorial how to able to use it)

    The new 11.10 change the login...
  9. comedinha

    Protocol Version 1101

    @gunz You are a genius! If the server name no has odd characters, the next boost::asio::buffer(msg.getBuffer(), NetworkMessage::HEADER_LENGTH) bug. Need to send byte per byte! My new connection.cpp (updated 02/09/17 - MM/DD/YY) /** * The Forgotten Server - a free and open-source MMORPG server...
  10. comedinha

    Protocol Version 1101

    My solution without server name is .cpp /** * The Forgotten Server - a free and open-source MMORPG server emulator * Copyright (C) 2017 Mark Samman <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
  11. comedinha

    Protocol Version 1101

    Someone have new ideia to fix this? Only need put to check if writeUTFBytes is recived... https://github.com/comedinha/Flash-News/blob/master/scripts/tibia/network/Connection.as#L695
  12. comedinha

    Tibia 10.98 custom client

    @Madzix you have the changes to new 10?
  13. comedinha

    OpenTibia [10.76] Remere's Map Editor

    Update to rev 213 Changes Update version to 10.77 Changed to release version Bug fixes Official RME Download https://mega.nz/#!askmjZKS!TASLkcDWHI5angaRR8PT10FJrQdWCbKhcAu_gsnWla8
  14. comedinha

    OpenTibia [10.76] Remere's Map Editor

    Update to rev 196 Changes Update version to 10.77 Download https://mega.co.nz/#!ypNmwTLB!oqcV_298A-YO--eDME-JYohR20hT9rliBhUvOxwKIdM
  15. comedinha

    OpenTibia [10.76] Remere's Map Editor

    Use last version, the TFS official OTB fix the errors
Back
Top