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

  1. Tofame

    TFS 1.X+ Optimizing player saves & when saves execute

    Basically what Gesior and Nightwolf have said is the best solution. Your personal approach scared me to be honest, as I dislike a lot the idea of spamming sql queries.
  2. Tofame

    Client crashes but server runs fine.

    Delete otcv's appdata
  3. Tofame

    TFS 1.X+ TFS 1.5 - Exercise Training

    Ye, just compare position and stop event if they are not matching
  4. Tofame

    TFS 1.X+ Bug with dodge system

    Your bytes are not matching. You can either edit TFS source to not send your dodge chance bytes to OTC or edit OTC to read the additional bytes it gets from dodgechance. OTC related method: void ProtocolGame::parsePlayerSkills(const InputMessagePtr& msg) I think probably adding enum in here...
  5. Tofame

    TFS 1.X+ there is no exhaust on runes downgraded tfs by nekiro.

    Just remove the if, dont be scared to change the code
  6. Tofame

    BlackTek-Server Development Thread

    Day 2 of people panic due to simple QoL. 🤣 Its obviously in-game and meant to be placeholder until actual in-client acc making can be done in otc/custom client. Now its in-game as skeleton and to allow it to work in limited 10.98 cip client Still, this primitive acc can be used by people who...
  7. Tofame

    Suggestion Drama Category/Section

    Grow up and stop being immature. I had you blocked on Discord for months, yet now I see another post from you on Otland, where I can’t block you, about your behaviour that is only damaging the communities. Your entire personality seems to revolve around getting excited over dramas happening on...
  8. Tofame

    TFS 0.X build 3777 0.4 (fir3element) on debian 12

    Im not knowledgable with debian so I asked AI and was told that you have to use: default-libmysqlclient-dev. It seems like on Ubuntu its libmysqlclient-dev, while Debian added default- prefix. The Debian page confirms it: Debian -- Details of package default-libmysqlclient-dev in buster...
  9. Tofame

    DeepSeek - China's new AI outperforms ChatGPT. The stock market is crashing

    Thanks for sharing. I've been using GPT 3.5 for a while, as I didnt want to buy premium access, and I think so far DeepSeek is easily outperforming free gpt. With so many users wanting to try it, its a bit overloaded though.
  10. Tofame

    OTClient createWidget is it possible to display text on x,y,z

    1. Needs better mapping instead of looping though all values, maybe unique hashing of position? 2. Can be sent from server with a tile, can be sent as a table from server, or this table can already exist in client (like you do now) 3. The idea of onWalk above is bad and wont work 3.1 You need...
  11. Tofame

    Realpoke Project Sources

    Wait, did you compile it in devcpp? Not in Visual Studio? :O Is it an old engine... 🤔 Great release tho! Good job.
  12. Tofame

    Anti-Bot System - Feedback Request

    Cant give you feedback without seeing code. But seeing code would make the system vulnerable (possibly). Do you generate image with letters client-side or e.g. you are using API for that or you simply use "setText" in OTC?
  13. Tofame

    Unjustifield Points doesnt work

    Remove otclient/modules/game_unjustifiedpoints and in interface.otmod file remove line: - game_unjustifiedpoints
  14. Tofame

    Unjustifield Points doesnt work

    Canary has the code for it: canary/src/server/network/protocol/protocolgame.cpp at 42bd15bac180466751ff5dcf9cd8e66edc60a1aa · opentibiabr/canary (https://github.com/opentibiabr/canary/blob/42bd15bac180466751ff5dcf9cd8e66edc60a1aa/src/server/network/protocol/protocolgame.cpp#L4671C20-L4671C41)...
  15. Tofame

    [Module] - Loot Simulator - TFS 1.5

    Wrong mindset, if someone wants they can make this module fully client-side, which will make it compatible with any engine (since it will be irrevelant). Thats what I did, I made a separate app.exe though, so it could generate prices table and monster/loot tables for me which client could use.
Back
Top