• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. messenoire

    [7.72] OTHire 0.0.3

    YEAH, CHECK THE WIKI Sorry for the caps but I don't know how else I'm supposed to write louder.
  2. messenoire

    Help new condition tfs 1.2

    Should I write louder?
  3. messenoire

    Desktop Post your desktop!

    Ubuntu but GNOME hacked to default looks (i.e. Fedora or Debian). God I hate that goddamn purple. I messed up my icon size too, but don't really care. I wish we had more *nixes here!
  4. messenoire

    Help new condition tfs 1.2

    You'd have to search the entire source for all occurrences. Open the source folder in a proper text editor (Sublime, VSCode). And I mean the entire folder, so you can see all the files in the sidebar. Then, in an another window do the same with a version of the source with this condition in it...
  5. messenoire

    A few noob GM questions

    Ah that was it, right. Parameters are separated by a comma and quantity is not required, unlike the old 0.5.0 servers.
  6. messenoire

    A few noob GM questions

    I think recent distros don't use quantity in the /i command anymore. You just get 100 if it's a stackable item. So just /i magic sword or /i 2160
  7. messenoire

    TFS 1.X+ How to install true dual wielding

    I already told you. It wants to know which file to patch and which patch to use. Now go and find out how to pass that information to this program. It's not some magical, OT-specific binary (patch.exe) you have there, it's a decades old tool. Google "patch.exe usage" or similar.
  8. messenoire

    TFS 1.X+ How to install true dual wielding

    A patch is a text file that describes differences between two files. Actually you can open it in a text editor and apply the changes yourself, you don't even need patch.exe for that. Now patch.exe is a program that can read such a file and apply the changes to a specified file automatically. It...
  9. messenoire

    TFS 0.X Change function for me

    Dude you should've included the link in the first post, now that's information I can work with. Upload your luascript.cpp please
  10. messenoire

    [7.72] OTHire 0.0.3

    Their GitHub wiki includes multiple lists of packages that are needed for compiling. I don't see how video is a better format for a bunch of text that you have to copy paste into a terminal. Speak for yourself. We can, but I for example won't even move my ass for under 80€ an hour, considering...
  11. messenoire

    TFS 0.X Change function for me

    I don't want to discourage you but this is pretty basic and if you already struggle... I don't know, man. You know that that function crashes your server. Why? Is it because it doesn't exist in your server's source code? Or is it because you gave it data that your server cannot handle? Is is the...
  12. messenoire

    Linux Debian Start Server

    Jesus fuck THINK. Just start it with ./tfs if you can't wait to start your server then open the internet and read the documentation for screen if you need to use for some reason.
  13. messenoire

    OTMapGen

    He didn't develop Windows, he didn't develop JavaScript, he didn't develop node.js, they are entirely separate technologies that have nothing to do with OTLand. He just made a script. It's not his job to teach you computer skills. Tip: spin up a Debian VM and do it there. It's 2018, you can...
  14. messenoire

    OTMapGen

    FOR FUCKS SAKE JAVASCRIPT IS NOT JAVA @thread Holy shit that's amazing. Looks much more natural than the flatlands with 10 meter high "mountains" you normally have.
  15. messenoire

    Linux Debian - Corrupt Installation - Solution

    Of course, best practice is to have backups of your machine so you can simply roll back if something happens - for example "the power went out and now half of my packages are broken" : )) You managed to fix these, but who knows what else is kaputt.
  16. messenoire

    Reporting Scam

    Just so I understand correctly: > you got a request for making a map > you accepted and you agreed to some hourly rate > you make some shitty little map in 20 minutes and try to pass it off as 4 hours of work > you don't have any of these 4 hours documented anywhere > you send the OTBM before...
  17. messenoire

    Why Tibia is Die?

    At least there's some traffic in this thread. @topic You gotta take a look at why did this game get so big in the first place. It was one of the few accessible MMOs (free accounts, low hardware requirements, simple gameplay) at the time. You literally had no excuse not to make a char, log in...
  18. messenoire

    TFS 1.X+ How to make a server open to some characters?

    What exact problem do you have? When noone is able to create a new account or character then you have full control over who's gonna log in, no? Other than that there are a million possibilities, from modyfing the game server to setting up a VPN tunnel. Can't really think of a concept for your...
  19. messenoire

    Looking for 7.9-8.1 (preferebly 8.0) monsters

    CTRL+SHIFT+F on Linux, should be the same on Windows.
  20. messenoire

    Looking for 7.9-8.1 (preferebly 8.0) monsters

    You have a computer. Processing data is literally what a computer is good for. Get a proper text editor (Sublime, Atom, Notepad++, whatever you like most) and use its features to make the files work with your distro. You can open the entire monsters directory, you don't have to edit the files...
Back
Top