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

    [7.4] D2 Server with automated infrastructure setup, compilation and provisioning. Deploy all with few clicks

    Is there any way to compile in Ubuntu? I don't understand much to tell the truth. But in the conventional way, as the tutorials point out, I couldn't.
  2. Z

    Lua Task.lua (Creaturescript).

    After a long time breaking my head, I managed to make the party shared by players within a party. But I have some problems with the final version of the code. If any player has 2 players in a party, one player gives a hit, and the other gives the "last" hit, one task counts twice for each...
  3. Z

    Lua Problem with ban / RedSkull

    -- Limitadores para a tabela `account_bans` -- ALTER TABLE `account_bans` ADD CONSTRAINT `account_bans_ibfk_1` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `account_bans_ibfk_2` FOREIGN KEY (`banned_by`) REFERENCES `players`...
  4. Z

    Lua Problem with ban / RedSkull

    TFS 1.2 / Nostalrius 7.72. Good afternoon guys. After a Redskull kills 6 times (which would result in a temporary ban from the killer) on my server, I'm getting this error: - [Error - mysql_real_query] Query: INSERT INTO account_bans (account_id, reason, banned_at, expires_at, banned_by)...
  5. Z

    TFS 1.X+ Questions about RSA KEY

    Good afternoon everyone. I have some questions about RSA, and I would like some guidance. I currently use Tibianic Client for my server. I also use TFS 1.2 (Nostalrius 7.72) and I was wondering how I could add RSA to the Client. It's possible? What do I need to do for this? Adaptations at...
  6. Z

    Lua [TFS 1.2] Task Party.

    I will test and return you. Thank you so much for this! --------------- The code I got was really bad. In addition to a duplicate message when you kill a task monster ... If I kill any other monster I get a message even if I didn't get a task. And there's more ... A task counts only for those...
  7. Z

    Lua [TFS 1.2] Task Party.

    How could I do that? Could you help me with this code?
  8. Z

    Compiling Problems when copying the SRC (Nostalrius 7.7)

    I solved the problem. If you want I can send you the Combat.cpp
  9. Z

    Nostalrius 7.7

    i remove: add_compile_options(-Wall -Werror -pipe -fvisibility=hidden) add: add_compile_options(-Wall -pipe -fvisibility=hidden) My Cmakelist.txt include(cotire) add_compile_options(-Wall -pipe -fvisibility=hidden) if (CMAKE_COMPILER_IS_GNUCXX)...
  10. Z

    Solved libmysqlclient.so.18: cannot open shared object file

    Good morning everyone! I'm trying to open an application that uses Mysql to connect to the LAMPP database (phpmyadmin), but when trying to do so I run into the following error: $ ./tfs ./tfs: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such...
  11. Z

    Lua [TFS 1.2] Task Party.

    I tried the following code. I haven't been successful yet. function onKill(player, target) local monster = config[target:getName():lower()] if not monster or target:getMaster() then return true local party = player:getParty() if party:isSharedExperienceEnabled() and...
  12. Z

    Compiling Problems when copying the SRC (Nostalrius 7.7)

    I can compile the source itself, but I came across some errors and I'm afraid it might interfere with the game. Could someone there help me? Good Morning Original files of src Nostalrius 7.7.zip below Thanks
  13. Z

    Nostalrius 7.7

    Are 3 different alternatives? Or does one complement the other in some way? And what is the most efficient way? PS: Compiling - Problems when copying the SRC (Nostalrius 7.7) (https://otland.net/threads/problems-when-copying-the-src-nostalrius-7-7.273548/)
  14. Z

    Lua [TFS 1.2] Task Party.

    bmp
  15. Z

    Lua [TFS 1.2] Task Party.

    I am still looking for a solution to this. I haven't done it yet :/
  16. Z

    Lua [TFS 1.2] Task Party.

    I did not understand. Perhaps because of the language barrier. Excuse me.
  17. Z

    Lua [TFS 1.2] Task Party.

    I keep trying. Still unsuccessful.
  18. Z

    AAC [MyACC] Problem with redirection.

    Thank you for that. I haven't found it yet but I'm still looking.
  19. Z

    AAC [MyACC] Problem with redirection.

    I can't say. As I said I don't understand ... So I look for help, or guidance. Maybe a tip who knows.
Back
Top