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

    Linux 1 core or multicore?

    Thx you verymuch for your answere! Any other details that can complete the information?
  2. Kuantikum

    Linux 1 core or multicore?

    Hello guys, I have a question related to the host of an OTSERVER. Which configuration would be most effective when hosting the otserver in relation to the processor. 1 core or multcore or is there no difference in performance? I have understood that TFS use only 1 processor core even though it...
  3. Kuantikum

    Lua Spawn item at multiples random pos.

    Thx you very much!
  4. Kuantikum

    Lua Spawn item at multiples random pos.

    Hello guys, Currently what this script does when the server starts is to create an item in a random position. Is it possible to create the same item in more random positions? local STARTUP = {} STARTUP[#STARTUP + 1] = { -- Quest Stuff action = function() local fromPos = {x=3376, y=776, z=6}...
  5. Kuantikum

    TFS 1.2 Globalevent (spawn item) doesnt work

    I got this: doCreateItem(25457, 1, table.random({{x = 3347, y = 810, z = 6}})) But i need "random frompos topos", somethink like: doCreateItem(25457, 1, table.random({frompos{x = 3347, y = 810, z = 6}, topos{x = 3347, y = 810, z = 6}})) But i dont know how to use frompos topos...
  6. Kuantikum

    TFS 1.2 Globalevent (spawn item) doesnt work

    Hello! Is it possible to TFS 0.4 ?
  7. Kuantikum

    TalkAction Rain Items Event

    How can i use this function, can i have an exemple please ?
  8. Kuantikum

    Compiling Is there Optimal libs to TFS 0.4? UBUNTU 16.04 & 18.04

    Ohh sure hahaha :rolleyes:😅😅 Thx you! 1611058197 Is there more than that? libboost-all-dev I'm still having this error when I try to install:
  9. Kuantikum

    Compiling Is there Optimal libs to TFS 0.4? UBUNTU 16.04 & 18.04

    Hello guys, Im using TFS 0.4 and i got this libs to install: I get this erros when trying to install And i want to know if there some ones i must to get ;) Thx so much!
  10. Kuantikum

    Lua [RME] ¿Full printscreen of the entire map?

    Hello, There is a hotkey i can take some pictures, but I would like to know how I can make full printscreen of the entire map, can anyone help me? Thank you so much!
  11. Kuantikum

    [8.6] [TFS1.3] Alkurius Global & Coustom

    I suggest you to check the Tutorials link, there is alot of knowledge to be known. (BadabumTss) 🙃
  12. Kuantikum

    [8.6] [TFS1.3] Alkurius Global & Coustom

    Solved, i just reinstal OS and install all libs again and it works.
  13. Kuantikum

    [8.6] [TFS1.3] Alkurius Global & Coustom

    Has anyone managed to compile on linux?
  14. Kuantikum

    [8.6] [TFS1.3] Alkurius Global & Coustom

    Trying to compile on UBUNTU 20.04 i get this warning, and when i set "MAKE" nothing happens How can i solve it ? :o can you help me ?
  15. Kuantikum

    OTClient OTCLIENT

    :( 1609441848 Yes i get it, but I have the source of the server, I understand that it is possible to make another OTC, such as mehah/otclient (https://github.com/mehah/otclient), log in with the server. :o
  16. Kuantikum

    OTClient OTCLIENT

    Happy new year! xD BUMP BUMP
  17. Kuantikum

    OTClient OTCLIENT

    Yes of course, thank you very much for providing the link to this other OTC. I don't think I explained myself correctly. I have a server that only allows login with the server's own client, I have the server's sources. I would need to know the procedure to be done so that I can edit the...
  18. Kuantikum

    OTClient OTCLIENT

    Yes, it is a shame in relation to the OTCv8, but in any case it could be done with the https://github.com/edubart/otclient, my intention would be simply to login with another OTC that is not only the one of the server itself ... in that case it could be used https://github.com/edubart/otclient...
Back
Top