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

  1. ralke

    TVP 7.4 Develop & TVP 7.7 Stable Full Distribution

    @murphy This thread is about The Violet Project. Please do not use it for unrelated support questions, if you need help with OTCv8, Nekiro's distribution, or client issues, open a separate thread in the Support board using the proper format and include the required details :) Regards!
  2. ralke

    AAC Char Bazaar in myaac doesnt work?

    When an auction is created, there is no bidder yet, so bid_account should usually be initialized as 0 or NULL, depending on how your script checks for “no bidder”. First, check the real table structure: SHOW TABLES LIKE '%auction%'; SHOW CREATE TABLE character_auctions; Also check the insert...
  3. ralke

    problem charges runes and potions please tfs 0.3.6 versión 8.60

    My suggestion is to migrate to a recent framework, especially if you use 8.6 protocol which offers many options. TFS 0.3.6 is really outdated, you can see it was released in 2012. [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8...
  4. ralke

    Not valid packet

    I suggest to update to a more recent framework, such as TFS 1.5 or newer. The server receives a packet with an invalid RSA block size, so it rejects it before decrypting. In other words your server can't decrypt the packet sent by client. My advice is first read the error using cmd, so you can...
  5. ralke

    AAC Character Bazaar

    https://otland.net/resources/release-complete-character-bazaar-system-server-client-myaac.128/ Here you can check this one. For which server protocol are you looking for? Also which AAC?. Depending on the specifications, the system can be changed accordingly. Hope this helps you @Elac. For...
  6. ralke

    Need Tfs Protocol 810

    @jimmy12088 Please read the rules from support board before posting. https://otland.net/threads/rules-for-the-support-board.217087/ "any one can help me" is not a valid question, since it lacks of information. Also thread title points to a request instead of support. I'll close the thread since...
  7. ralke

    REVORIA - An Oldschool Tibia Network

    @wojewodzki12 I removed advertising elements from the thread so you can follow the discussion respecting the rules. https://otland.net/threads/no-otserv-support-advertising-in-here.18396/ Let us know which features you're preparing and wanting to discuss with other members. Please keep the...
  8. ralke

    Project antica files deletion reminder

    Hi, here's a friendly reminder to stay on topic in this thread. A few post were removed due reports applying our rules. https://otland.net/threads/the-official-rules-for-otland.256173/ Specifically, some posts were removed under Rule 1 and Rule 6. Let's keep the discussion clean and avoid...
  9. ralke

    Suggestion Add Captcha for thread creation...

    No worries on that, I just saw all those threads and they have been handled. I'm pretty sure we will stay consistent. Let us get familiar with our new tasks, and please keep reporting. Regards!
  10. ralke

    OtLand OTLand Staff Update: Promotions, New Arrivals, and Farewells

    Thanks for trusting me with this role. I'll be attentive! Congratulations to the new mods and global mods as well, and a special thanks to the retiring staff members for all the work they did for OTLand. Thanks Javi! Appreciate it, I'll do my best. Also, let’s try to use English outside the...
  11. ralke

    ⚔️ TFS 1.8 Downgrade 8.60 — Open Source Tibia Server Base

    Simply merge the changes. Remember that versions are nothing else than code differences, reached milestones, etc. I see @Mapperforfun commented right before and he's right. Probably you have to upgrade c++ features but you can guide youserlf step by step screenshoting or copying the code and...
  12. ralke

    Suggestion Add Captcha for thread creation...

    I see the threads have been moderated. Anyways a good way could be the usage of ALTCHA since it is way easier to install and deploy. Regards!
  13. ralke

    Qwen on local workflow

    Here's a really good video about Aider. I'm moving forward, and already made a few projects with it. I'll be attaching more stuff... Here's anoter intresting one:
  14. ralke

    Best, most stable engine for 8.6 classic real tibia ots?

    Millhiore repository is a fork of Nekiro downgrade. Nekiro did the clean downgrade from TFS main branch and Millhiore continued with the repository, upgrading it with latest features. So you probably are going to face a few compatibility issues, since newer system requieres, sometimes, a few...
  15. ralke

    Qwen on local workflow

    Guys i've been experimenting with Ubuntu 22.0.4 in an older pc I built with an rtx 2060 6gb and i3 processor. Installed ollama and already make Qwen2.5-code:7b run on it with Open WebUI to serve it on localhost:8080. The thing is I tried to pair it up to Visual Studio Code using Continue (so I...
Back
Top