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

    OTServ in other programming languages.

    More pythonic means using Python idioms, such as lazy iterators/generators, duck typing, high order functions, and even asyncio with Python 3.5. Python syntax has it's own purpose and we don't gain anything by not using it.
  2. Lordfire

    Fix/Patch House list edit bug

    Use the latest TFS version, this patch is included.
  3. Lordfire

    Bitcoin users?

    Do you trust government? Are you sure it will never fail and the paper in your wallet will always have value? I don't. That's where cryptos shine. The idea behind cryptocurrency is you don't have a central bank and state-issued paper money, each fraction of coin is worth exactly what people...
  4. Lordfire

    Old tibia clients are very pixely

    DX5 was launched with Windows 98. It is older than 50% of forum members, I guess. OP should use OTClient.
  5. Lordfire

    South America

    No and hardly no. Brazil is somewhat unpleasant for non-portuguese speakers, very few people can talk reasonably. I'd advise Chile too, it really seems better in this aspect.
  6. Lordfire

    Linux Vs Windows!

    As a Linux user for the past 4 years, I can say it is a whole new level of controling your computer. It is easy if you want to learn, safer, faster and funnier. Windows freezes you too much to that same interface everywhere, it is a complete piece of shit for software installing, slow and, as...
  7. Lordfire

    C++ Inheritance (Practice)

    Don't forget to learn about composition and concepts, too, and you'll know when you really should use inheritance (tip: not that much).
  8. Lordfire

    Math Number Sequence

    Please mind you are writing: Which is the expanded form of: Substituting terms You didn't discover anything new, it's just calculus algebra (thanks @Damc) :)
  9. Lordfire

    OTServ in other programming languages.

    PyOT would be much nicer if it was more pythonic and not just a translation of TFS (mostly). I want to see it progressing.
  10. Lordfire

    OTServ in other programming languages.

    Java is just horrible for serious purposes. I'm pretty sure it will be a bottleneck when you reach networking and have to scale up to a few hundred players, even C++ struggles at that and TFS uses a very advanced structure for it. I think the only language that could catch up here is Javascript...
  11. Lordfire

    The end - for botters. BattlEye comes to Tibia

    Nice, at least they chose something that works on Linux. Haven't they already signaled they want to ditch the Flash client? That piece of shit was like 10 years late to the party, Cipsoft created a Flash client weeks before Adobe discontinued Flash and years after everyone knows Flash is a...
  12. Lordfire

    Invalid authentifiaction token error

    Either you forgot to remove something from the token stuff. Specifically, you have to remove forgottenserver/protocollogin.cpp at master · otland/forgottenserver · GitHub and forgottenserver/protocollogin.cpp at master · otland/forgottenserver · GitHub and update accordingly.
  13. Lordfire

    Captain npc not working TFS 1.2

    No errors on the console?
  14. Lordfire

    OtLand New Support Team Members!

    (I think) I only don't know @Xeraphus yet, but the others are great! Special congratulations to @MatheusMkalo and @WibbenZ for being utterly helpful on TFS, and @Colandus has good stuff too :P
  15. Lordfire

    Any oldies left? :-) //silentdefender

    Not really an old poster here but my account is almost 9 years now and I've been on other OT forums for over 10 years. Just started posting here recently as I do some stuff for TFS and became fluent in English.
  16. Lordfire

    OTLand Cloud is finally here! Upload your files! High Speed! No file expiry! No more dead links!

    What are you using, OP? Amazon S3 or something in the like? Please accept .tar.gz which is the Linux (and actually anything non-shareware-on-Windows) standard for compressed files.
  17. Lordfire

    is it possible to host server on a Mac?

    Yes. https://github.com/otland/forgottenserver/wiki/Compiling-on-Mac-OS-X
  18. Lordfire

    Compiling tfs 1.2

    Because that is for 1.0 and 1.1, but 1.2 is different.
  19. Lordfire

    Compiling tfs 1.2

    You did not follow the tutorial. Follow the tutorial. https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows
  20. Lordfire

    CreatureEvent [CreatureEvent/Npc] Killing in the name of...

    Short answer: no. Long answer: it might be, most of the functions on TFS 0.x have compatibility layers on TFS 1.x and you can drop in and it can work 100%, but you will have to look through code to be certain to try and fix arising issues.
Back
Top