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

Search results

  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
  16. comedinha

    OpenTibia [10.76] Remere's Map Editor

    Yes, on data/menubar.xml Look: <!-- <menu name="$Live"> <item name="$Host Server" action="LIVE_START" help="Start a live mapping session (as the host)."/> <item name="$Join Server" action="LIVE_JOIN" help="Join a live mapping session."/> <item name="$Leave...
  17. comedinha

    OpenTibia [10.76] Remere's Map Editor

    Update to rev 195 Changes Update version to 10.76 (Official OTB NOW) Download https://mega.co.nz/#!KlUEBZ5B!SZ0FFahkNWUqJ3mtSQHPwJv7y5XI-DZRlrJ07eBaBDw
  18. comedinha

    OpenTibia [10.76] Remere's Map Editor

    https://github.com/Mignari/rme
  19. comedinha

    [10.76] Evolutions Server

    We decided to change the project name for the server name that started using as a base.
  20. comedinha

    OpenTibia [10.76] Remere's Map Editor

    Update to rev 189 and add 10.76 Changes Added browse field window Select town position on towns Changed the loading of data format Implements OTFI Adding missing creature (Fix invisible monsters) Fix menu bar (Fix floors) Added all colors of the minimap (New water 10.76 and others) By Me...
Back
Top