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

    [Toolchain] Static Code Analysis

    The idea of running Static Code Analysis tools on the server codebase has merit and is worthy of investigation. But there is enough noise on the Github already. So I make this thread as a place where the development of a strategy for how best to approach this can be hashed out, so that such...
  2. Lessaire

    A suggestion specific to this forum and directed at the artists

    This is a common sight here. I think all the active spriters that are still around, and that have an OP like this, and perhaps a bunch of posts following it in a similar state, should make a few collage images of all the sprites that were in the now broken images and formerly displayed in the...
  3. Lessaire

    Suggestion Code tag option dropdown ordering

    I have to omit prefix because of the available two, my threads are always both 🧐 I think this diff explains my complaint and my suggestion adequately. As a userscripter, I can fix this for myself easily, because I'll just make a shortcut to inject plain empty CODE tag pair and fill it in. No...
  4. Lessaire

    If VSCodium is not free enough for you

    🥳 🥳 🥳 Eclipse Theia 🥳 🥳 🥳 Next generation in developer environment funposting has finally reached Version 1.0 Release. Why yes, this is exactly what it looks like. A completely open-source IDE framework that can directly use VS Code extensions in its package.json. { "theiaPluginsDir"...
  5. Lessaire

    Happy Easter from The Plains of Havoc

    There is a price to be paid for having lured so many spiders.
  6. Lessaire

    What's New / New Posts subforum filtering

    I would be most grateful if there was a way to filter certain forums from What's new / New posts without having to use the Watched Content filter and subscribing to literally everything else. Basically, I'd like to be able to not see the Advertisements forum in that particular section. I come...
  7. Lessaire

    My console one liner autoheal

    Just fucking around with console, I thought I'd share: function healMyAss() if g_game.getLocalPlayer():getHealthPercent() < 90 then g_game.talk('exura san') ; end ; scheduleEvent(healMyAss, 1000) ; end ; scheduleEvent(healMyAss, 1000) ; Since the currently existing bot out there...
  8. Lessaire

    Categorized LookTypes

    -- I made this as a compliment to my Monster Element Reference for my own use, but it did occur to me that I may not be the only one dissatisfied with the current sticky about this topic. So here it is. I've taken the liberty of renaming a few things to a more generic wording, such as Dragon...
  9. Lessaire

    Better Notepad++ Lua Lexer and a few other things.

    Open Notepad++ Menu:Plugins->Plugins Manager->Show Plugins Manager Tab:Available->Gmod Lua Lexer Install Open %Notepad++_Location%\plugins\Config\GmodLua.xml Select All->Delete Paste: <?xml version="1.0" encoding="UTF-8" ?> <!-- Xaekai's modified Gmod Lua Lexer config for OTServ/TFS...
  10. Lessaire

    Monster Monster Element Reference

    Here is a chart I made with a little bit of TextFX and RegEx magic that I thought some of you OtLanders out there may appreciate and find useful. Designed for a Consolas font @ 120 char width. MonsterElementReference.log ___ ______________________ ____...
  11. Lessaire

    Suggestion reader.onClick(Like) {poster.Reputation++};

    You should also gain rep points from 'Likes' on posts and such. At least then maybe the rep system would be more interesting. It's either 1 bar or insane via usage of a BotNet SockPuppet Army and very few fall in between.
  12. Lessaire

    For the starcraft 2 players

    I'm not a Starcraft 2 player or even an original Starcraft player for that matter, but I found this incredibly fascinating: Using genetic algorithms to find Starcraft 2 build orders code.google for the program in question What are your thoughts?
  13. Lessaire

    Converting an existing MySQL plaintext database to use SHA1

    Perform these in MySQL command shell or phpMyAdmin SQL tab within root of selected database: then change your config file and test it. if for some reason it doesn't work you can revert with this: and if does work and you may freely drop the old column if you wish: That's it. Hope it helps...
  14. Lessaire

    Compiling TFS 0.4 : Debian 5.0 / GCC 4.3 / Boost 1.43

    make[1]: Entering directory `/home/xaekai/source' ^ all seemed fine V g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__WAR_SYSTEM__ -D__ROOT_PERMISSION__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -g -O2 -pipe...
Back
Top