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

    OpenTibia OTBR Login Server (Golang + gRPC)

    You can setup env variables to configure it, then just run it should be enough.
  2. S

    [TUTORIAL] How to Lazily Optimize saving of player_storage

    Nice improvement. I wouldn't store the -1 in the main storage map though, I'd still delete it, since it's just waste of memory, but not a big deal. Also, if you're really concerned about having those -1 stored in the database you can easily run a "delete blablabla where value = -1". It's also...
  3. S

    Suggestion Clarify and follow rules

    You're such a great developer, I'm sad that you limit yourself to this role of ignoring things and blindly believe what you hear. If you read the thread with attention you'll see that: 1. It's not a competition, we are asking exactly the opposite, to stop the competition and start to create a...
  4. S

    Suggestion Clarify and follow rules

    This is exactly the mindset I wanted to see spread. And I do agree with what yoy said about the tfs dev board, that's not necessarily the place. But what we are pointing out is that most of the time those decision on how to apply the rules are biased and towards specific users. I saw countless...
  5. S

    Suggestion Clarify and follow rules

    Well I loved that you used this specific thread to justify. Can you post the whole thread? We were saying those things exactly due to lack of guidelines and a lot of bias that happened in otland moderators actions. This is an expression against the daily power abuse we face in this forum. Using...
  6. S

    OTClient There is no main OTClient repo?

    Well your argument is "Im saying that kondrah is a good guy". He made thousand of dollars on top of an existinf open source project and now that he is tired you want us to call him a hero because he decided to go 10% open with a dev version? Cut off the bullshit. If he wanted the good of the...
  7. S

    OTClient There is no main OTClient repo?

    What I know is that if I kick kondrah's balls it will break your teeth. How much does he pay you to defend him all the time? Can't him speak by himself? 🤣
  8. S

    [12.61] Shop Center

    If it's not xml you have no clue, all good bro we understand! You need to convert the id's as Eduardo properly pointed out. We do have eng and spanish sessions in the discord community and we have staff members living in uk, netherlands and Barcelona. Saying that no one speak english over there...
  9. S

    Computer engineer looking for a relaxed job in a well-established project

    I loved the irony, I wonder when this community will grow up, stop attacking who is doing things and start to work together instead. You claim that otbr is toxic but tfs staff is the one continuously attacking and diminishing any kind of effort from otbr side. Open tibia community is toxic in...
  10. S

    Programmer OtservBR crashes

    It makes no sense, why would a non profit, free, open source project keep fixes to themselves? Instead you prefer contribute to leeshers that spot issues and never contribute to community paying them. Sounds smart. 😅
  11. S

    Scamming by ezzz | Why he is allowed to sell ot resources openless?

    What you're saying about dev sabotaging their own base to sell issues makes no sense. First it's time consuming to constantly create bugs to then solve them. Second, the bases are all super bad designed, they are full of time bombs and bugs, you don't need to add any extra.
  12. S

    Scamming by ezzz | Why he is allowed to sell ot resources openless?

    Well tbh I just wanted to point out that the whole thing is shitty, if I needed to create an issue for every problem in the ots sources I'd need to wirte one from scratch (believe me I tried, but I don't hae this free time). @topic People are free to sell whatever they feel like. However, it...
  13. S

    [MODULE] Account/Character registration through the client.

    But you could run a server without website, I can't see a problem on that if you do it properly. You just need a dedicated login server with load balance, proxy and proper rate limiter/security, completely isoleted from the game server. That's feasible and actually pretty ok.
  14. S

    [MODULE] Account/Character registration through the client.

    You said: I'm saying those are not true, you can do server side validation and web or game client both are clients, that doesn't really matter. You can sploit in both cases, if your server side is not well built. Also, for the second case he is already doing name validations in the server...
  15. S

    [MODULE] Account/Character registration through the client.

    Again, you can do server side validation. Nothing you said is client side, it doesn't really matter. You should be able and find ok doing those kind of requests from client, its your server the one that need to care about it. Im not sure why u got upset, i gave you real examplrs and...
  16. S

    [MODULE] Account/Character registration through the client.

    You argumentation makes no sense. Every application in the world if you wanna create an account or edit/add stuff to it that's requested from the client, doesn't matter if your client is a game client, a web client, another application or anything else. Malicious requests via script can be done...
  17. S

    OpenTibia OTBR Login Server (Golang + gRPC)

    Lol I just notice now what you meant 😂 I did it wrongly, I meant macOS hehe Could someone edit it for me please, it seems that I don't have permission to edit anymore.
  18. S

    OpenTibia OTBR Login Server (Golang + gRPC)

    Good point 😂 In any case the idea is the knowledge sharing and the usage of new stuff. That can be an inspiration to others, so adding macos build is worth it, it's good way of using/playing with github actions. 😉 Thank you!
  19. S

    OpenTibia OTBR Login Server (Golang + gRPC)

    I was only able to check it out today, quite nice, although a bit slower than the go version, way better than the other ones: And it also scales ok with higher batches: However when we scale go version shines a bit: I can go even further, but the tests with 100k requests simoutaenously...
  20. S

    OpenTibia OTBR Login Server (Golang + gRPC)

    Hello, We are currently developing a Login Server in golang on top of a gRPC layer. This is a fully open source project that aims to start bringing some modern technologies to the open tibia universe. Features gRPC layer using protobuf 3 gRPC login possibility Cipclient HTTP login support...
Back
Top