• 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. Night Wolf

    [FIX] SHADERS "Jumping when player move" (Include: rewritten Shaders Module + few examples) [Default/MehahOTC]

    very good initiative, thanks for sharing! by the way, did you submitted a PR in mehah otc already?
  2. Night Wolf

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

    a lot of words thrown at the wrong person hahaha my whole life is open source already. You found some cool examples, but you're ignoring all the others: Nvidia: Open Source Google: Open Source Facebook: Open Source Microsoft: Open Source Linux: Open Source AMD: Open Source Those that aren't...
  3. Night Wolf

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

    every single issue that I've created on TFS I was laughed/criticized at. every single issue that I've created on otclient (post edubart era) was either ignored/closed without resolution. Before saying people don't contribute, why we don't admit having 200 issues/PRs in waiting queue might be...
  4. Night Wolf

    A new idea, to get back old "atmosphere"

    I believe it's a matter of reprioritization. Everyone has plenty of time during pandemic, we just choose to react here and write long comments on internet discussing politics and other bs
  5. Night Wolf

    A new idea, to get back old "atmosphere"

    back when I've used to create threads nearly on a daily basis, one of the things that kept me keep coming back to forum refreshing the page was the comments. Nowadays many people only react but don't comment and the lack of interaction is really a downside of such reaction systems. Some people...
  6. Night Wolf

    [MODULE] Account/Character registration through the client.

    sad to hear that you were having bad experiences here, in my persoal point of view try to de-attach from your creations and only work on what you're interested with. The forum should be more of a place to encourage discussions rather than support/develop for others.
  7. Night Wolf

    [MODULE] Account/Character registration through the client.

    you're thinking small, but that's ok. The main reason to have a open server community is allow customizations and try out new things. Your arguments are all based on how things are NOW, try to think a little beyond than the current view you have. It's definetely not everyone that wants to...
  8. Night Wolf

    [MODULE] Account/Character registration through the client.

    thanks for the initiative! a very good idea indeed and you're already brought an almost finished version. Just a few tweaks to avoid exploitation and it should be perfect!
  9. Night Wolf

    [OTClient Showoff] PokeTreasure's OTClient showoff

    I can tell, the problem is that only your pokemons have passed through waifu2x. Follow the same approach for all other sprites (if you haven't already), this way you'll enforce they all have the same style and doesn't seem like pokemons are on top of a background
  10. Night Wolf

    [OTClient Showoff] PokeTreasure's OTClient showoff

    I'm not sure how to approach this but besides the pokemon sprites looking great (they really do), the layout and the rest of custom sprites you are using doesn't share the same AA/sharpness or quality. I liked the 'Medivia-like' minimap and the speech bubles but all the rest could use a rework...
  11. Night Wolf

    OTClient [OTC] Lag when walking and using item

    did you tried on @Mehah otc? If so, please open an issue in the github
  12. Night Wolf

    Medivia and their updates

    this whole topic, it's just sad. @Iryont there's a big chance of you taking this personally but your atitude needs to be improved. You're not open to feedbacks and when critized you instantly enter defensive-ironic mode. Hope you're not the person dealing with players on your project. Medivia...
  13. Night Wolf

    TFS 1.X+ prevent automatic mount on outfit change

    This is a known issue from client @Mehah Basically a flag needs to be seted to save the state of "mounted" or not. When you change outfit it should look at this flag before activating it again.
  14. Night Wolf

    OTClient Quest Log displays garbled text

    try changing it to this: local id, name, completed = "", "", "" id, name, completed = unpack(questEntry) It's just a guess but it may be due the variable not being unpacked in time that you're acessing position in memory that you shouldn't. Also try to convert your file to 'ANSII' if you're...
  15. Night Wolf

    [DISCUSSION] 128x128 pixels Tibia sprites with AI (neural network)

    quoting the Linux creator: "Talk is cheap, show me the code". @mrianuraa gesior has provided a step by step on the process and even shared his repo with functions to load png directly. What have you done besides this? Did you packed back to spr just to reduce the size?
  16. Night Wolf

    Suggestion Remove otservlist subforum

    +1 to that, not that it makes any difference.
  17. Night Wolf

    OTClient 1.0 (Release)

    @oen42 you just disproved kerckhoffs's principle, go claim your nobel prize
  18. Night Wolf

    Zezenia Sprite extractor

    to be honest this sprites have been leaked for ages now, same for Medivia. Alkarius posted an extractor in c# that worked for both and also plenty other servers but medivia team striked his repo down, we still have the step by step though: https://github.com/Alkurius/Tools
  19. Night Wolf

    Showoff stuff from Levi999x ( stuff will be released if community kinda likes )

    this reminds me a lot of deathzot spells, very nice!
  20. Night Wolf

    OTClient Red square vanish on change target

    @ralke I did two versions of my battle module, one of them was working fine, the other was an attempt to improve it even further had this remove creature issue and in the end was not really a good improvement at all. I have only published the first to Mehah Otclient, so this can means two...
Back
Top