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

    Open Tibia Login Server - brand new open source login server

    @Forby - if you are not using otclient, then it's just replacement for very old ProtocolLogin/ProtocolStatus and login.php for tibia 12. Token is just authorization token from tibia 12. I added benchmark, here are the results from my cheap vps (4$/month): Starting benchmark... Connected to...
  2. kondra

    OTClientV8

    I made another update, some bug fixes for version 2.1 regarding preys and imbuements Yes, that's the reason why this project exist, few servers pay for it.
  3. kondra

    Open Tibia Login Server - brand new open source login server

    First version is ready, working with my 10.99 test server Check it out and let me know what you think. My plan is to finish all in 3 days.
  4. kondra

    OTClientV8

    OTCv8 has been updated to version 2.1 - with imbuing, wrap/unwrap and other cool features I am also starting development of new login server - Open Tibia Login Server - brand new open source login server (https://otland.net/threads/open-tibia-login-server-brand-new-open-source-login-server.269004/)
  5. kondra

    Open Tibia Login Server - brand new open source login server

    Hey, Current login server is quite outdated, so I have a plan to create new one. It will be created in typescript (nodejs), so it will be easy to develop and extend. It will have MIT license, fully open source. It will support: Classic tibia login Tibia 12 login with extra information (news...
  6. kondra

    scripts/macros for kondras otclientv8 bot

    example of better follow, including stairs, holes, teleports etc local toFollow = "Player2" local toFollowPos = {} local followMacro = macro(20, "follow target", function() local target = getCreatureByName(toFollow) if target then local tpos = target:getPosition()...
  7. kondra

    OTClientV8

    GameKeepUnawareTiles feature I dont have access to computer for next few days, there's some delay with 2.1 version
  8. kondra

    Adding guild wars icons to older tibia version

    int healthPercent = msg->getU8(); Otc::Direction direction = (Otc::Direction)msg->getU8(); Outfit outfit = getOutfit(msg); Light light; light.intensity = msg->getU8(); light.color = msg->getU8(); int speed = msg->getU16(); int skull =...
  9. kondra

    OTClientV8

    if you want some new features, I can add them, just open issue on github page, then i won't forget about it - OTCv8/otclientv8 (https://github.com/OTCv8/otclientv8)
  10. kondra

    OTClientV8

    @AngeLOT @Evil Puncker Actually GameFasterAnimations is for walking animations only. I recommend to just enable GameEnhancedAnimations, also same flag in dat editor, then you can set your own animation times -
  11. kondra

    OTClientV8 BOT

    New cavebot is under development, it will be done this week. It will have supply check and depositer, should be much faster and easier to develop then current one. Please make a list of features which you would like to have and post them here
  12. kondra

    OTClientV8

    OTCv8 as alternative for Tibia 10 (11) has started to become more popular, two big servers are using it now - garnera-global.net and kivera-global.net as their 3th client. In last 24h, 500 players used OTCv8 to login to Tibia 11 server. After we make full afk bot, I bet even more players will...
  13. kondra

    OTClientV8

    check termina (ctrl + t) for logs, items comes from dat file, check it too
  14. kondra

    OtClient V8 block on serv..

    I am not involed, I just told them what to do to block bots, rsa was a first step. And I know it's very easy to get it, just simple regex in memory dump and it's done. I think in this type of server, changing ids of common containers would be enough to completely block custom clients, that's...
  15. kondra

    OTClientV8

    it will always return error in browser, ask someone on otcv8 discord
  16. kondra

    OTClientV8

    yes, thanks for trying
  17. kondra

    OTClientV8

    OTClientV8 reached 25000 unique users. In 2020 alone it had 15000 unique users. By unique users I mean - unique installations. When it comes to unique cpu and gpu then there's 16600 unique users
  18. kondra

    OtClient V8 block on serv..

    And what you did? Now 2 players are using bot. In next step tibia.dat will be changed, I wonder how you'll deal with that xD
  19. kondra

    OtClient V8 block on serv..

    You won't be able to bypass it easily, don't waste your time
  20. kondra

    I need help with seen range in OTClient

    change max packet size to 65500 in const.h and check terminal for errors, ctrl + t
Back
Top