• 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!

Recent content by Ziker

  1. Z

    OpenTibia Sprite Pack

    I second that gent's question! @matiszek30 are these AI-generated? If so, would you be willing to shed some light on the tool(s) that you used? I've spent the last evening looking into all sorts of (free, for now) generative AI for generating images (img2img, img+txt2img, txt2img) and none...
  2. Z

    Modern tooling?

    Hi everyone and thank you in advance for taking the time to read and reply! It's been a while but I suddenly found inspiration (or perhaps I'm just bored?) and would like to play around with OTS once again. I'm very much behind on Tibia, let alone OTS, as such I have no idea where I could...
  3. Z

    Compiling Max level edit, client crashes.

    Yeah-what? You only made that single change? In which case it most likely won't work.
  4. Z

    Compiling Max level edit, client crashes.

    In the thread you linked to there are two changes required to make it work. From what you're saying you only made one of them (in protocolgame.cpp).
  5. Z

    Compiling Max level edit, client crashes.

    I believe that you'll still need the other change, did you apply it? (There may be more changes required, since the thread you linked is for TFS 0.4.x)
  6. Z

    C++ Damage output with Separator

    Glad you managed to figure it out on your own. I should have been more clear earlier. "to_string" does convert it to a string. You just need to assign it to a variable and modify rather than passing to "setText" immediately. I don't know what would be the most idiomatic way to format it, but...
  7. Z

    C++ Damage output with Separator

    As far as I'm aware you can't. The variable you're trying to write to is an integer (a whole number). First you'd need to make this change (changing it from an integer to a string) as close to the protocol as possible (so that it doesn't affect anything else, like computations). Disclaimer: I...
  8. Z

    Compiling Ubuntu 18

    Using Docker is exactly what allows you to use the latest TFS without the need to upgrade your host OS.
  9. Z

    Compiling Ubuntu 18

    I see no reason why you couldn't use Docker. You could then use any Linux distro you want and have a working, portable server. An alternative would be to compile the two libraries yourself, unless there are some prerequisites that Ubuntu 18 can't meet. Yet another alternative are PPAs. Here is...
  10. Z

    C++ walk trough summons TFS 1.3

    What errors? During compilation?
  11. Z

    The state of this community

    I appreciate your point of view, I really do. However, other replies, as well as my personal experience, add to that. I think a significant factor is lack of reward (by which I mean the growth and advances of the community in terms of contributors, shared content, etc. - all these seem to be in...
  12. Z

    The state of this community

    I appreciate your comment, I can only imagine how long you had to deal with people posting things like mine. Please accept my apologies for your inconvenience! As for money, it's a rather delicate topic, but quite the contrary - I'd love to see people contribute more for the sake of the sense of...
  13. Z

    OpenTibia Assets Editor

    You're correct in that .NET Core is cross-platform, but neither WPF nor WinForms are. I'll see how porting it to a cross-platform UI framework goes, but fear not, if I get it done I'll create a PR on the main repo. There's no point in maintaining two separate repos if you're open to contributions.
  14. Z

    The state of this community

    I meant no disrespect to anyone who actually tries their best, there are obviously people who still work in the spirit of openness and sharing. What's troubling me is the proportions between people who share and those who do everything for their own gain. Absolutely correct, and so did I. I'm...
  15. Z

    The state of this community

    Hello everyone, Since this is a discussion forum I'd like to start one. But before I go into details let me share some of the background so you know where I'm coming from. Most of you here won't remember me, because back in the days I was active mainly on Polish forums (Torg.pl) and Otfans...
Back
Top