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

Search results

  1. M

    BlackTek-Server Development Thread

    beautiful work, thanks man @Codinablack i sent a PR
  2. M

    C++ Adding Reward chest on BTS Server

    I was using a non-updated version 😅😅 I'm not hurry, i like to help in some way, so i tried, if i was successful it would be something could share with the community, as this is something many are looking for for tfs 1.3~1.4++
  3. M

    C++ Adding Reward chest on BTS Server

    I tried to add the system to black tek, but I was unsuccessful, everything was compiled but the operation is not 100%, can anyone help fix it? https://github.com/M4GO/BlackTek-Server/commit/2cfea10eb29e5084e411960a9b69c834f7039057
  4. M

    BlackTek-Server Development Thread

    I managed to add, with some changes, but the operation is not 100%, the reward container does not appear on the monster's corpose or on the reward chest. I'll post it to support later to try fix it.
  5. M

    BlackTek-Server Development Thread

    @Codinablack implements Boss Reward :D
  6. M

    BlackTek-Server Development Thread

    I'll look for client 10.98 1721880719 1721881786 I did a test with tfs 1.4.2 it worked normally, but when I use bts with the same pack I get this error. I don't know where to look as there is no error in console 1721882955 After comparing the files I found the possible error...
  7. M

    BlackTek-Server Development Thread

    Could anyone do a test? look in battleList player, monster or npc, i get disconnect when I do this. I compiled the server(last version) without changes and used OTClient Redemption.
  8. M

    C++ Black Tek Server auras/wings

    please delete wrong post
  9. M

    BlackTek-Server Development Thread

    How can i compile to generate gdb log? https://otland.net/threads/how-to-use-screen-gdb-in-sh-executable.279301/#post-2682516
  10. M

    BlackTek-Server Development Thread

    followed these instructions https://github.com/Black-Tek/BlackTek-Server/blob/master/Dockerfile Ubuntu 22.04 solved thanks @Gesior.pl @Codinablack
  11. M

    BlackTek-Server Development Thread

    Ubuntu 20.04.6 LTS (GNU/Linux 5.4.0-105-generic x86_64) I think it's here, since the folder isn't called Black-Tek-Server this line on black-tek-server.make TARGET = $(TARGETDIR)/Black-Tek-Server How can I change this?
  12. M

    BlackTek-Server Development Thread

    how i can solve it ? root@vmi1969669:/usr/src/bts# premake5 gmake2 && make -j $(nproc) config=debug_64 Building configurations... Running action 'gmake2'... Generated projectfiles/Black-Tek-Server.make... Done (431ms). make: *** No targets specified and no makefile found. Stop...
  13. M

    Black Tek Server Pre-Release

    still without reflecting the damage 1717553685 this is my custom system, work fine 🥰 🥰
  14. M

    Black Tek Server Pre-Release

    I didn't test it again after the bug
  15. M

    Black Tek Server Pre-Release

    i changed this and it seems to work if (attacker != nullptr) { Player* attackerPlayer = attacker->getPlayer(); if (attackerPlayer != nullptr) { for (int32_t slot = CONST_SLOT_FIRST; slot <= CONST_SLOT_LAST; ++slot) { Item* item =...
  16. M

    Black Tek Server Pre-Release

    sorry, it was not specified, yes the damage does not reflect, I will test the others 1717473046 ❗has a bug reproduce: Summon a demon when you have the burning condition relog and the server will crash
  17. M

    Black Tek Server Pre-Release

    i updated, but it didn't work
  18. M

    Black Tek Server Pre-Release

    how can i set reflection with script using storage or configure it on items?
  19. M

    C++ Black Tek Server auras/wings

    if anyone have problem to add system, i made these changes auras.cpp Aura* Auras::getAuraByName(const std::string& name) { auto auraName = name.c_str(); for (auto& it : auras) { if (strcasecmp(auraName, it.name.c_str()) == 0) { return &it; } } return...
  20. M

    C++ Black Tek Server auras/wings

    i tried add auras and wings system on black teck server, but i couldnt, have this error unity_PV4WV16A2HJFQIXU.cpp unity_EFKQCKK6WWIP54DC.cpp unity_9SK63FI0YRRGU7SN.cpp unity_9NTLKJMJVLH2H2TO.cpp d:\Downloads\BlackTek-Server-master\BlackTek-Server-master\src\weapons.h(168,18): warning...
Back
Top