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

    Found this recently hope you enjoy :) OTCv8 + Sources

    https://fossa.com/blog/open-source-licenses-101-mit-license/
  2. hellboy

    Found this recently hope you enjoy :) OTCv8 + Sources

    How about sublicense? It sound like change license in some cases.
  3. hellboy

    [TFS 1.5] 💰 𝒟𝓇𝑒𝒶𝓂 𝒪𝒻 𝒢𝑜𝓁𝒹 💰 𝓋𝟸 💴

    Those new unicode symbols inside lua script O.o
  4. hellboy

    Compiling [OTC] missing: Protobuf_INCLUDE_DIR

    I've done steps 1-4 and 5.3 Protobuf steps (steps number 2) tried 5 times before post here: git clone https://github.com/protocolbuffers/protobuf.git cd protobuf git checkout v3.19.4 # or find latest stable version git submodule update --init --recursive ./autogen.sh ./configure make sudo...
  5. hellboy

    Compiling [OTC] missing: Protobuf_INCLUDE_DIR

    I tried with no success...
  6. hellboy

    Compiling [OTC] missing: Protobuf_INCLUDE_DIR

    Hello. I tried compile Mehah OTC on Ubuntu 20.04. https://github.com/mehah/otclient/wiki/Compiling-on-Ubuntu-20.04 It failed on cmake command. I also "regenerated" protobuf files. cmake .. -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 11.1.0 -- Check...
  7. hellboy

    Self-Made Tibia Bot project :)

    And it's easy to do.
  8. hellboy

    How to make your server safe against hacking?

    Just don't use any GUI for mysql? Use console.
  9. hellboy

    What would you like to see configurable in new engines? Which new game mechanics you hate?

    Ok. Thanks for clarification. ERROR! ERROR! Memory corruption :D
  10. hellboy

    What would you like to see configurable in new engines? Which new game mechanics you hate?

    Create map instance like in PyOT. Coppy part of map in memory and duplicate it for few players in case of some quests. So it could be like Annihilator done in same time by 5 teams, etc.
  11. hellboy

    What would you like to see configurable in new engines? Which new game mechanics you hate?

    Simple way to use non standard coins per NPC. In 0.3 I just change local lua function inside NPC script. Now it's harder I guess.
  12. hellboy

    Does Amazon's New World contain features Tibia misses?

    Nice. Character progressing look like morrowind character progress.
  13. hellboy

    Does Amazon's New World contain features Tibia misses?

    What do you mean "Amazon's new world". It's new Tibia world? It's OTS? It's new game?
  14. hellboy

    Brak możliwości zalogowania VPS UBUNTU.

    Co może być nie tak? 1. Usługa serwująca serwer gry nie działa (wywala się po czasie, nie startuje, etc) 2. Może jest literówka w konfigu portu/IP? 3. Firewall na poziomie systemu operacyjnego (UFW, iptables) 4. Adres wewnątrz maszyny może być inny niż ten udostepniany na zewnątrz i trzeba to...
  15. hellboy

    Revscripts(1.3) Custom Equipment {SYC}

    I looks nice. IMO it should also be in some public git repository (gitlab? github?). Just in case of some bug fix or new killing feature in future.
  16. hellboy

    [TFS 1.2] Pet system

    1. It's clean TFS 1.2? 2. Show me line 350 of data/lib/pets_lib.lua
  17. hellboy

    Creating a pull request on github

    Use git in command line. In linux/mac it's fairly easy do install. On windows. I don't know. I never used it on windows and I don't have PC to test it. As I remember it should be like this: 1. Fork repo (make your own copy)...
  18. hellboy

    OTClient 1.0

    Nice!
  19. hellboy

    [TFS 1.X] Flash Client + ACC Maker (Dev Environment)

    Just people should know about this. If anyone think about using this in server web site.
  20. hellboy

    [TFS 1.X] Flash Client + ACC Maker (Dev Environment)

    Remember. At end of 2020 flash will be disabled in most web browsers (FireFox, Chrome, IE).
Back
Top