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

    OTServ in other programming languages.

    sorry, I got there for a completely different reason and forgot that you mentioned it. :p
  2. godoyxd

    OTServ in other programming languages.

    jOTServer - Java implementation of an OpenTibia server found another one
  3. godoyxd

    OTServ in other programming languages.

    Yes it is possible, but the most important part is the community. It's really hard to do sutff alone and boring.
  4. godoyxd

    OTServ in other programming languages.

    there was pyot vapus / PyOT — Bitbucket
  5. godoyxd

    Lua Maximum HP/Mana at 65kish on TFS 1.x

    This is a client side issue, unless you use otclient. That's why they use percentages.
  6. godoyxd

    Any oldies left? :-) //silentdefender

    my account is quite old
  7. godoyxd

    Windows Port 80 redirect/port checker tool question.

    You got me wrong, there are a lot of threads that the owner doesn't even know what he is talking about that is good to check first. Sorry if I offended you.
  8. godoyxd

    Windows Port 80 redirect/port checker tool question.

    Maybe if you explain how you are doing this redirect someone could help.
  9. godoyxd

    [C++] Tibia Simulator

    That's real nice that you are trying to learn by yourself. If you don't mind I would suggest that you read the Google C++ Style Guide. I saw your code and you are doing some pretty bad practices, check out the guideline for conditionals here. Good luck.
  10. godoyxd

    Problem with Ubuntu 16.04 compilation

    You have to install a mysql sever. I suggest that you use docker for that. Then you import the schema on a new database. Config everything right in config.lua e you should be good to run.
  11. godoyxd

    Problem with Ubuntu 16.04 compilation

    Your MySQL server is offline, that's the database.
  12. godoyxd

    Tibia items game, use the last letter.

    Plate Armor
  13. godoyxd

    [ANSWER] Frame duration sources

    I might be wrong, but aren't those kind of things limited by the client? I mean, you can change that but your players must use your custom client.
  14. godoyxd

    Help with SQLiteStudio (3.1.1)

    It happened with Sony and PayPal some time ago, it definitely can happen with anyone. Zero day vulnerabilities are a thing.
  15. godoyxd

    Lua I need someone to know what this is.

    what this guy is trying to say is: Someone or something is calling the save players function over and over slowing down the server. What's the best way to find out what script is calling this function? thanks
  16. godoyxd

    Help with SQLiteStudio (3.1.1)

    if someone can access your database then he will see the passwords, if they are encrypted they wont. that's pretty simple.
  17. godoyxd

    Solved COPYING ONLY ONE TABLE FROM ONE BANK TO ANOTHER

    You dont need the table name to restore
  18. godoyxd

    Compiling show duration item.cpp

    First you need to decide what you want to do.
  19. godoyxd

    Tibia 11 .dat File Structure

    Hello using a script from this post I could extract two .proto files from the linux version of the client 11. shared.proto package tibia.protobuf.shared; enum PLAYER_ACTION { PLAYER_ACTION_NONE = 0; PLAYER_ACTION_LOOK = 1; PLAYER_ACTION_USE = 2; PLAYER_ACTION_OPEN = 3...
  20. godoyxd

    Linux ubuntu Aborted (core dumped)

    It couldn't find the map file you are trying to open
Back
Top