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

    [8.1] Source Linux

    Jest tfs zdowngrade'owany do wersji 8.0 przez ninjalulza: GitHub - ninjalulz/forgottenserver at 8.0, jednak ostatni commit jest z kwietnia 2016. Musiałbyś dodać do niego rzeczy z 8.1, naprawić kilka bugów i opcjonalnie dodać różne poprawki i nowe funkcje z głównego repo tfsa.
  2. B

    [8.0] Poszukuje silnik + kilka pytań

    Nie wiem, nigdy nie kompilowałem TFSa pod Windowsem. Jeśli będą problemy z VS 2017, możesz pobrać VS 2015 Update 3 stąd: Visual Studio 2015 Update 3 Offline Installer (ISO)
  3. B

    Restarter

    You can also add this line just before the loop: ulimit -c unlimited It will enable core dumps, so when your application crashes, core dump file will be created, which can be later opened in gdb to find information about the reason of the crash. To avoid overriding core dump file in the...
  4. B

    [8.0] Poszukuje silnik + kilka pytań

    Skompilować postępując zgodnie z instrukcją: Compiling on Windows · otland/forgottenserver Wiki · GitHub
  5. B

    [8.0] Poszukuje silnik + kilka pytań

    Ja do swojego otsa 8.0, nad którym od jakiegoś czasu pracuję, wybrałem ten silnik: GitHub - ninjalulz/forgottenserver at 8.0 i go polecam, chociaż wymaga on poprawienia pewnych bugów (np. potwory co chwilę "przeskakują" z pola na pole, co powoduje że poruszają się jakieś 2x szybciej niż...
  6. B

    OTClient compiling error

    It depends on type of linking - if you compile with static linking, no dlls are required. However, the error you got is exactly the same as mine when I compiled with dynamic linking, and copying these dlls worked for me. Did you copy dlls from the otclient-sdk, bin/x64 directories?
  7. B

    OTClient compiling error

    @Peonso, copy glew32.dll and zlib.dll files into your otclient directory and try again, it should work.
  8. B

    Tibia Server 6.4

    There may be another way to do this, we didn't investigate it yet but I found this solution some time ago and we'll for sure check if it works: Wine on Windows On Windows 7, XP mode also could help: Download Windows XP Mode from Official Microsoft Download Center Modifying OTC to work with...
  9. B

    pits of inferno quest

    I did a quick research and found this: <quest name="The Pits of Inferno" startstorageid="398221" startstoragevalue="1"> <mission name="The Throne of Plague" storageid="2082" startvalue="1" endvalue="1"> <missionstate id="1" description="You were not infected by the striking...
  10. B

    [France] Dyablo 8.0 RLMap | Off Training | Reward Chest | 4 Voc Share| 4k Cinematic Trailer | 1 DEC

    I agree this ots has a lot of other bugs, but actually life fluid should heal for 60hp. Source: Lifefluid
  11. B

    [8.0 8.1] tfs 0.36 or 0.3.7

    Are you sure? Look at this line: forgottenserver/modules.lua at 8.0 · ninjalulz/forgottenserver · GitHub, and you can disable trade system by changing line 29 toSHOPMODULE_MODE = SHOPMODULE_MODE_TALK
  12. B

    [8.0 8.1] tfs 0.36 or 0.3.7

    So you mean the datapack is bugged, right? Lua files in data/npc/lib, not the engine itself? If yes, it can be fixed easily.
  13. B

    [8.0 8.1] tfs 0.36 or 0.3.7

    Can you tell me some details?
  14. B

    [8.0 8.1] tfs 0.36 or 0.3.7

    I'll suggest you this one: GitHub - ninjalulz/forgottenserver at 8.0, it's tfs 1.2 modified to work with 8.0 and is much better than 0.3.6 or 0.3.7.
  15. B

    Teleport calculate pos to pos tfs 1.0

    There's a small bug in this code, lines 16 and 17 should be: local y = player:getStorageValue(15001) local z = player:getStorageValue(15002)
  16. B

    Program to compile folders and dlls for an .exe (OTCLIENT)

    Look at this thread: How to encrypt client files (just tips, not full working code)
  17. B

    Visual Studio

    You can get offline iso installer here: https://stackoverflow.com/a/40068343
  18. B

    Behaviour of monsters in older versions

    Thanks for info! However, I didn't mean so old version, the most important for me is 8.0. But we all know pre-7 versions had a lot of bugs so is it possible that this possibility to trap monsters with fields was one of these bugs, which was fixed later, and then after some time CipSoft changed...
  19. B

    Behaviour of monsters in older versions

    Hello, nowadays, if there are some fire/energy/poison fields between me and a monster which isn't immune to this element and the only way to me runs through the field, it won't go through it and attack me as long as I won't attack it. Do you guys know if monsters behaviour was the same in...
  20. B

    [France] Guilcera Oldschool - 7.x Custom Map

    Are you going to publish these formulas you got from 7.7 leaked files?
Back
Top