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

Recent content by nasu

  1. 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 =...
  2. nasu

    OTClient Resize console window horizontally

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

    Czas leci...

    Pamiętam serwer, byłem GM na początkach serwera (Randall). I twój nick też kojarzę...
  4. 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)
  5. 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
  6. 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
  7. 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?
  8. 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
  9. nasu

    Source's custom OT game engine (TypeScriptFTW)

    Is it possible for you to make the project available on your github?
  10. 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
  11. 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
  12. 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...
  13. 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
  14. 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...
  15. nasu

    JavaScript / CSS - Menu System

    Can you share a live version?
Back
Top