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

    [Lua] Autoloot system for OTHIRE

    I just finished this, so its not fully tested, but everything seems to be working so far. When you open the corpse it grabs what's in your autoloot list. Grabbed the code from here https://otland.net/threads/autoloot.91385/ and converted stuff to tables Example of command usage !autoloot...
  2. L

    [Lua] Format your SQL queries with db.formatQuery

    I'm working on a lua account manager but the moment i started making the account creator script i noticed a bad pattern. ^ When executing a query everything has to be on one line, in this case its only 6 columns and it looks semi-decent, but can you guess what will happen when i edit the...
  3. L

    OTB(m)/SPR Documentation

    Are there documents for OTB, OTBM and SPR implementations? What i'd like to know: + Extracting and packing a SPR programatically of course + Internal encoding/decoding of OTBM map files I hope someone can point me in the right direction Thanks in advance
  4. L

    Cross-compiling latest TFS for Raspberry Pi

    This is in fact a guide for Distributed Cross-Compiling on ARMv6. For the sake of easiness, i will use Arch Linux which greatly simplifies the steps needed. Requirements: RPi Model B+ with Arch Linux Slave(s) PC(s) (another computer with Arch Linux x64) The slave(s) will be the one compiling...
  5. L

    Compiling latest TFS on Arch Linux

    I just added a package to AUR (Arch User Repository) https://aur.archlinux.org/packages/forgottenserver-git/ You can now run yaourt -S forgottenserver-git It will be compiled automagically on /tmp/forgottenserver After that you just have to copy the folder to wherever you want.
  6. L

    Factoring code

    So i'm really lazy and i hate typing over and over the same thing (why wouldnt anyone?). I set myself a goal to try and reduce everything that is not worth more than 5 seconds of your precious time. [Note that this is nowhere to be a complete solution (yet).] When i say table, set, list, array...
  7. L

    Compiling 64 bits Crying Dawson

    So the problem is i need to run a server and it says to decrease map size or compile a 64 bits server version, decreazing the size is not an option so i'm wondering if someone could point me out how to compile the 64 bit version :thumbup:
  8. L

    MySQL Remote Connection

    I want to enable this on MySQL but i can't seem to find a way to do it, the reason i want to do this is because i have my server and my database in different places. Would apprecciate it a lot if someone could help me :p
  9. L

    Windows MySQL problem(probably)

    I was using Crying Dawson(0.3.5pl1) with sqlite for testing, but when switched to mysql it just keeps crashing, right after Running Database Manager, no error printed, it just closes or it gives me that pop-up that says, windows had detected a problem and has to close it. I'm using a 90MB map...
Back
Top