• 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

    OTClient and forgottenserver present status and future

    1. OTLand is this forum. You mean OTClient? Well, kind of. It's not completely dead but progressing veeery slowly right now. It's a huge project with not many mantainers and complicated code. 2. Classic Tibia protocol? Reverse engineering. We're at it since mid 2000s. In case you mean Tibia 11...
  2. messenoire

    RME Map loader error.

    It's fucked. Something went wrong while saving the exact tile, so it just saved everything up to this point and nothing more. Got any backups?
  3. messenoire

    Deprecated: mysql_escape_string()

    First of all, create a user for your server in your database. Don't just use root. 1. open MySQL CLI 2. create user 'forgottenserver'@'localhost' identified by 'passw0rd'; 3. grant all privileges on forgottenserver.* to 'forgottenserver'@'localhost'; 4. flush privileges; Then try again but...
  4. messenoire

    [Tutorial Requests] Flatlander Source Code Changes

    HeLlO i'M baYVIeW I'm vErY SMaRt wHy DoEs NobOdy TeACh c pLUs PluS To cOmPleTe StrANgeRs iN HiS FreE TiME aaNd wItHOuT ComPEnSatIoN ??!1 Oh AlSo DiD i AlREaDy MenTiOn thAT I'm veRY sMarT?? * spongebob goes here * plonker.
  5. messenoire

    [Basic] Run server at home.

    You don't have to buy a VPS, you can develop locally in a virtual machine. What kind of computer do you have?
  6. messenoire

    VPS or Dedicated Server

    For the lazy: "Even using the fastest available forms of paravirtual-ization, KVM still adds some overhead to every I/O operation; this overhead ranges from significant when performing small I/Os to negligible when it is amortized over large I/Os. Thus, KVM is less suitable for workloads that...
  7. messenoire

    How can I leave my client like this?

    Won't do shit because his server probably isn't even sending the tiles to the client. [Tutorial] Adding more tiles to game window - Updated 6/23/16
  8. messenoire

    Czym się teraz zajmuja tibijscy biznesmeni

    Admin w agenturze internetowej (robimy strony, hostujemy etc.)
  9. messenoire

    Are TFS and OTs Dead Now?

    Yeah but you gotta do all of these in the same style so it doesn't look like shit ingame. Hard to do that without hiring artists, and who is gonna pay for that?
  10. messenoire

    TalkAction [TFS 1.1] - !aol or !bless

    Don't know if it works but proper indentation would be a start local bless = {1, 2, 3, 4, 5} local price = 100000 function onSay(player, words, param) for(i = 1, table.maxn(bless)) do if(player:hasBlessing(bless[i]) then player:sendCancelMessage("You already have all...
  11. messenoire

    OTServ in other programming languages.

    "Pythonic means code that doesn't just get the syntax right but that follows the conventions of the Python community and uses the language in the way it is intended to be used." - some dude on stackoverflow It's actually a somewhat commonly used word amongst developers and alike
  12. messenoire

    Old tibia clients are very pixely

    Do you see it working? On newer Windows versions it doesn't. Guess DX5 is a little old. 7.72 was the update that introduced DX9 and OGL.
  13. messenoire

    Tibia Real H.L Npc

    Now hold the fuck on what does HL have to do with MLS?
  14. messenoire

    Lua Vial/Bottle/Bucket/Mug containers wont pick up water.

    Try this, I think you can't fill a vial from a normal water border on rl either. You can just add the item ids and make them fill shit with water (line 102) local DISTILLERY = {5513, 5514, 5469, 5470} -- ugly hack local WATER_BORDER_FIRST = 4644 -- border ID begins here local WATER_BORDER_LAST...
  15. messenoire

    Coinhive instead of captcha

    That's a massive dick move towards the player don't you think? edit: ignore me, didn't read properly. Can you elaborate a little? Don't know what you really mean.
  16. messenoire

    C++ Mele damage difference

    Post your script, also you sure it's loaded and working?
  17. messenoire

    C++ Mele damage difference

    In Tibia your melee damage is just something between 0 and the calculated max (minus armor etc etc). Either edit this in the source code or just script them in data/weapons
  18. messenoire

    [NEED YOUR ADVICE] 7.6 PVP Server!

    Either much less steep, think x7-x1 (or x10-x2 whatever I don't know your server) or no stages at all i.e. a new exp formula+tweaked monsters. You want to make the low levels fun and interesting, not just skip them entirely.
  19. messenoire

    [NEED YOUR ADVICE] 7.6 PVP Server!

    You had my attention but now that you say it's gonna be a real map... Also you're gonna get an utterly broken character progression with these stages
  20. messenoire

    9.8 distro

    Got the github of the 0.4?
Back
Top