• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by kaincer

  1. kaincer

    Follow Crystal Server at GitHub

    I believe that if Canary had maintained more consistent updates by incorporating new protocols, Crystal probably would never have emerged. The main reason people use Crystal is because it “has the latest features.” In my opinion, there aren't any truly skilled developers in that repository...
  2. kaincer

    [8.60] Thais War with PvP bots

    when bot war commits in 1.X? 😁
  3. kaincer

    Feature tfs 1.5 multiworld unfinished

    Thank you, I found it in your repo, thanks for sharing.I'll attach it to this post as backup. Your GitHub is somewhat unstable, sometimes it appears and other times it doesn't. I don't believe you're doing it with malicious intent to leave it visible for 1 hour and then make it private.
  4. kaincer

    Feature tfs 1.5 multiworld unfinished

    "Codinablack" shows interest, and perhaps many others do as well. The irony lies in your request for assistance in fixing your cast system. I've observed numerous comments where the community attempted to aid you, yet you seem unwilling to reciprocate and assist the community. Thank you for...
  5. kaincer

    Feature tfs 1.5 multiworld unfinished

    is it finished? and where is the repo, for the community to implement it?🤣 and then you ask for help for your cast system 🤣 ------------
  6. kaincer

    OTClient Can't open inventory

    haven't you thought that the problem is you and not the clients you use xd? search in the toggle in the repo works perfectly. something you modified you have that bug. with the information you provide it is impossible to help you
  7. kaincer

    TFS 1.X+ Center Text in OTC Mehah

    Nice monster sprite, where did you buy it? 🤣
  8. kaincer

    C++ can somebody teach me how to debug in exe in order to find what code is causing my server crasH'?

    any problem if used in production, does using visual studio attach TFS cause performance loss? +50 player
  9. kaincer

    [TFS 1.5]store stuff limit remover

    Was anyone able to solve this? If I add many articles, console: ERROR: ProtocolGame parse message exception (6 bytes, 0 unread, last opcode is 0x32 (50), prev opcode is 0xffffffff (-1)): InputMessage eof reached Packet has been saved to packet.log, you can use it to find what was wrong.
  10. kaincer

    C++ 1.x+ Correct way to make U32 mana and health

    Src= TFS-1.5-Downgrades/src/protocolgame.cpp at 8.0 · nekiro/TFS-1.5-Downgrades (https://github.com/nekiro/TFS-1.5-Downgrades/blob/8.0/src/protocolgame.cpp#L3085) I'm supposed to change 16 -> 32 but it doesn't work xd msg.add<uint32_t>(std::min<int32_t>(player->getHealth()...
  11. kaincer

    MyAAC v0.8.21

    How do i activate this? "dashboard statistics from last 14 days"
  12. kaincer

    C++ [c++][1.5] Function only applicable to OTC

    I don't know if it's sarcasm but >= that integrates CLIENTOS_OTCLIENT_LINUX = 10, CLIENTOS_OTCLIENT_WINDOWS = 11, CLIENTOS_OTCLIENT_MAC = 12,
  13. kaincer

    C++ [c++][1.5] Function only applicable to OTC

    How can I make an if function so that it can only be seen in OTC(if I don't have player or creature as argument)? networkmessage.cpp in this example void NetworkMessage::addItem(const Item* item) I don't have the creature or player argument my goal is that void NetworkMessage::addItem(const...
  14. kaincer

    C++ [src] Angles of the block missiles

    I have it exactly the same xd compare my map.cpp https://github.com/nekiro/TFS-1.5-Downgrades/blob/8.0/src/map.cpp#L502-L640 vs yours and otland's
  15. kaincer

    C++ [src] Angles of the block missiles

    Hello, good afternoon. Nekiro 1.5 downgrade 8.0 I think I have a problem in c++ with respect to the angles of the block missiles I rule out that it is the .dat because the "block Missiles" is selected. How can I make the angles of attack more restricted? At some angles it should return...
Back
Top