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

    [8.60] [TFS 1.2] -[Real Map full] with mount & market system

    Hi, I have a question: is this distribution stable and safe in terms of game bugs? I don't need a real map, the server will be running on my small homemade map
  2. nasu

    Source's custom OT game engine (TypeScriptFTW)

    Hi, I have a lot of free time now but I don't want to join the team too much.... I'd rather just do some source code development when I'm bored for training purposes. offtopic: or do you know of any old edition of OTS 7.1 that is unfinished and has a small amount of source code? ps. I have a...
  3. nasu

    Source's custom OT game engine (TypeScriptFTW)

    Is the project available as open source code? I am currently unemployed and would be curious to try my hand at programming this server
  4. nasu

    C++ Customize OT console

    Once upon a time there was a library for styling text in the console, e.g. for some old school text games, but I can't remember the name, maybe you can find it on google. You can also use the windows.h library: void printInColor(const std::string& text, WORD color) { HANDLE hConsole =...
  5. nasu

    OTClient Resize console window horizontally

    Try this: g_chat.setDraggable(true); g_chat.setResizable(true);
  6. nasu

    Czas leci...

    Pamiętam serwer, byłem GM na początkach serwera (Randall). I twój nick też kojarzę...
  7. nasu

    where is the player account description with the data for the database?

    just a few seconds ago I also found something similar but yours seems right what I found, but probably out of date: otserv/schema.mysql at master · opentibia-xx/otserv (https://github.com/opentibia-xx/otserv/blob/master/schema.mysql)
  8. nasu

    where is the player account description with the data for the database?

    Hi I would like to create a simple account maker project but I don't know where I can find documentation with the player model for the database? I need a list of all the keys and values that will be generated when creating a character
  9. nasu

    Open Tibia machine learning projects

    I wonder if it is possible to teach monsters on the server? to make them smarter and more challenging in fights.... off topic: supposedly in Forza Horizon 5 (..4 too?) the AI learns from the players and drives at a high level
  10. nasu

    Poll: Why you choose Znote AAC over MyAAC?

    Does znote offer an API with which I could create my website, in e.g. React/Vue?
  11. nasu

    The Lost Lands Announcement

    Is that you Kethibo from the LooSik forum? (the former, no longer existing otserv.pl) if so, best regards, Randall Good luck with the project, I look forward to the gameplay
  12. nasu

    Source's custom OT game engine (TypeScriptFTW)

    Is it possible for you to make the project available on your github?
  13. nasu

    Thief system ideas

    I can suggest ideas from well-known game systems: https://advanced-dungeons-dragons-2nd-edition.fandom.com/wiki/Thief_Skill_Explanations https://baldursgate.fandom.com/wiki/Thief#Special_abilities
  14. nasu

    Playing several heroes at once

    I wonder if it would be possible to expand the server in this way. Of course, this involves the creation of a whole range of different classes and will probably require the use of a different game client than the one from CIP. might and magic VII + Tibia
  15. nasu

    Implementing Google Firebase into a server.... Is this a good idea?

    I am happy that there is a large response of interest. But the discussion has drifted a little on the side lines. Let's just get back to the topic for a second. I realized that cloud hosting doesn't make sense for OpenTibia but maybe there are some cool ideas where Firebase could help the...
  16. nasu

    Implementing Google Firebase into a server.... Is this a good idea?

    maybe firebase will be a good choice for simple turn-based games - RPG in the browser... I actually have some cool ideas thanks for the information :P
  17. nasu

    Implementing Google Firebase into a server.... Is this a good idea?

    ... I wrote quite an extended text and inadvertently somehow deleted it, drama, I will write in short: This is a topic more for people who are interested in programming OpenTibia Google has been providing some tool for a long time that can be used as a database for our game/server files or...
  18. nasu

    JavaScript / CSS - Menu System

    Can you share a live version?
  19. nasu

    Czas leci...

    Tibia - 2004 (może nawet 2002, chyba miałem jakieś konto za czasów kafejek) OpenTibia - 2005
  20. nasu

    Which server is the best Open Tibia server through history ?

    Erathia 7.1 with custom map based on Survival 7.1 engine Evul Clown - deathmatch
Back
Top