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

  1. H

    How to make table from 1 to 10

    You can do something like that local monsterSkills = { [0] = { monsters = { { name = {"Orc", "Rat"}, amount = 3 }, { name = {"Bonelord"}, amount = 2 } }...
  2. H

    Jeden adres IP - dwa otsy

    https://github.com/Milice/forgottenloginserver
  3. H

    problem with shop module, dont show points amount

    use fookin loops instead coping and pasting functions https://docs.otland.net/lua-guide/fundamentals-1/control-structures https://docs.otland.net/lua-guide/fundamentals-1/loops btw. this code snippet is not related with points. you can try to paste static points / coins balance - line 71...
  4. H

    war system tfs 1.3

    I have war system based on modal window. If you are interested PM me.
  5. H

    Low-Level Serial Driver - Cross Platform

    #if defined(_WIN32) || defined(WIN32) /* _Win32 is usually defined by compilers targeting 32 or 64 bit Windows systems */ #include <windows.h> #endif
  6. H

    How to tab Lua scripts

    ( ͡° ͜ʖ ͡°)
  7. H

    How to tab Lua scripts

    input:2: unexpected symbol near 'then' my friend, code is damaged :rolleyes:
  8. H

    How to tab Lua scripts

    input:2: '(' expected near 'if' what did I wrong?
  9. H

    MyACC how to create Guilds in highscore

    DB query, you have to do inner join guilds table, players, player_kills. What about players who left the guild but killed other players during this time? Should query also count kills within the guild?
  10. H

    [0.3.6] Poszukiwania skryptu.

    Mogę odpłatnie wykonać taki skrypt
  11. H

    TibiaAPI: Record, Redact, Extract, and Watch

    I feel with my nose that Nick has made a nice program under Linux or macOS which is similar to Apophis ( ͡° ͜ʖ ͡°)
  12. H

    Lua tfs 1x+ monster vs monster

    I have an idea for a new gladiatorial combat system. There will be monsters instead of gladiators. Players will be able to bet on which monster will win or lose. For example, there will be two hydras that will fight each other or a combination of two dragoons and one frost dragon.
  13. H

    Should OtLand Open New OtServerlist site?

    Leonek Kotas. I am devastated. It's like the movie Léon (young) is connected with a lil’ dangly. Leonek Kotas - you made my day!
  14. H

    C++ Change Creature Id With Command

    not worth. e.g. you can get creature id by creature name
Back
Top