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

    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.
  2. K

    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...
  3. K

    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 🤣 ------------
  4. K

    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
  5. K

    TFS 1.X+ Center Text in OTC Mehah

    Nice monster sprite, where did you buy it? 🤣
  6. K

    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
  7. K

    [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.
  8. K

    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()...
  9. K

    MyAAC v0.8.13

    How do i activate this? "dashboard statistics from last 14 days"
  10. K

    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,
  11. K

    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...
  12. K

    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
  13. K

    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...
  14. K

    C++ +9 players in some stack debug

    I just realized that I also have this bug haha. Does anyone know a solution for 1.5 downgrade?
  15. K

    OTClient player does not appear in the battle if he is in the same sqm

    in mehah Use the default version https://github.com/mehah/otclient/tree/main/modules/game_battle I also tested with ( old version of battle) https://github.com/ralke23/Greed-OTC/tree/main/modules/game_battle in v8 default version...
  16. K

    OTClient player does not appear in the battle if he is in the same sqm

    I have this bug For some reason, if I go up a ladder and there is a player in the square that I go up, he doesn't appear in the battle This bug only occurs in otc (v8, mehah) I think it's not the client. since in the old client it works. I think it's the server nekiro 1.5 8.0 video is nekiro...
  17. K

    [MyAAC][Plugin] List Of Items

    How can I add "backpack"?
  18. K

    TFS 1.4.2 Exp stage Issues

    Did the player have premium? the premium gives X% of exp
  19. K

    RevScripts ❤ ℱ𝓇𝑒𝑒 𝒮𝒸𝓇𝒾𝓅𝓉𝒾𝓃𝑔 𝒮𝑒𝓇𝓋𝒾𝒸𝑒 𝒯ℱ𝒮 𝟷.𝟻+ ❤

    would it be possible to make a revscript of a SPELLS like mordekai's ultimate attack of league of legends on tibia. context. spells when targeting another creature, both are teleported to a certain area for approximately 10 seconds, where the caster gains a buff from his abilities. When 10...
  20. K

    TFS 1.X+ [item]correct way to use "two-handed"

    Server: 1.5 nekiro what is the correct way to use dual wield? IF classicEquipmentSlots = false classicAttackSpeed = false Result: If classicEquipmentSlots = true classicAttackSpeed = true result: Item.xml <item id="2377" article="a" name="two handed sword"> <attribute...
Back
Top