• 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. Ramon Bernardo

    Feature [TFS 1.2] Reflection attribute

    I remember I put that function LOL. Thanks :)
  2. Ramon Bernardo

    Feature [TFS 1.2] Reflection attribute

    When passing over a fire field, the server closes. can fix it?
  3. Ramon Bernardo

    Target spell in data/script problem in "casterTargetOrDirection", this exist?

    After posting I found that the "need" was missing, already asked to close the topic. Thanks :)
  4. Ramon Bernardo

    Target spell in data/script problem in "casterTargetOrDirection", this exist?

    Is the problem in casterTargetOrDirection or is there another type of spell? Script: local combat = Combat() local spell = Spell { type = SPELL_INSTANT, words = "Exori San", name = "exori san", level = 40, mana = 20, range = 4, casterTargetOrDirection = 1...
  5. Ramon Bernardo

    Compiling Problem 0xE24C4A02 (KernelBase.dll) Unhandled exception at 0x00007FFF8099A839.

    I'm having trouble trying to compile, I don't know why. I also don't remember if I made any changes. Image: Build log: OK (0 errors) Debug log: 'theforgottenserver-x64.exe' (Win32): Loaded 'C:\Users\PC\Desktop\Tibia Server\TFSOLF\vc14\x64\Release\theforgottenserver-x64.exe'. Symbols loaded...
  6. Ramon Bernardo

    OTClient You are not allowed to shoot directly on player (in OTC V8 Tibia ver 7.72)

    Sorry, I had not read that it was OTClient. The config folder is on your server.
  7. Ramon Bernardo

    TFS 1.X+ tfs 1.3 add item in a bag inside a backpack possible?

    Try this: local bag = player:addItem(1992, 1) doAddContainerItem(bag, id, 1)
  8. Ramon Bernardo

    OTClient You are not allowed to shoot directly on player (in OTC V8 Tibia ver 7.72)

    If you have the hotkeyAimbotEnabled option in your config.lua, enable it.
  9. Ramon Bernardo

    how i can fix that bug

    It has several TFS sources, plus 3 different versions. Just take the source and compile. I recommend taking a newer one (TFS 1.3) and making the appropriate modifications. If you want to go from 0.4 take 3884 which is newer (BR Forum). OTLand: TFS 0.4 3777 by Fir3Element Download: TFS 0.4...
  10. Ramon Bernardo

    Compiling [TFS 1.3 - 8.60] Problem after compiling TFS [vcpkg x64/x86 - MSVS 2019]

    Image: Build log: 1575566089 Many thanks to all who helped! You guys are awesome :) @Delusion worked, despite some errors (mysqlhost request, and database sql) I was able to execute. I used CMD to get to know the error because when running .exe it closed in less than a second.
  11. Ramon Bernardo

    Compiling [TFS 1.3 - 8.60] Problem after compiling TFS [vcpkg x64/x86 - MSVS 2019]

    I downloaded vcpkg from 'C:\Users\PC\vcpkg' How do I install correctly on msvs? It is compiling, already put the log.
  12. Ramon Bernardo

    Compiling [TFS 1.3 - 8.60] Problem after compiling TFS [vcpkg x64/x86 - MSVS 2019]

    I tried to compile on both x84 and x64 but both gave black console. I used github's vcpkg, followed the tutorial there. I installed lib x64 and x86. I followed this tutorial. I did not understand: 5. add additional directories 'vcpkg' and TFS 3.2 SDK's 'LuaJIT/include' 6. add additional libs...
  13. Ramon Bernardo

    Compiling [TFS 1.3 - 8.60] Problem after compiling TFS [vcpkg x64/x86 - MSVS 2019]

    I changed the language of msvs for you to understand. Stopped here
  14. Ramon Bernardo

    Compiling [TFS 1.3 - 8.60] Problem after compiling TFS [vcpkg x64/x86 - MSVS 2019]

    No errors. I think the problem is in the DLLs.
  15. Ramon Bernardo

    Compiling [TFS 1.3 - 8.60] Problem after compiling TFS [vcpkg x64/x86 - MSVS 2019]

    I think the opposite, if I didn't have a database I would have an error and not a black console. I previously compiled in linux and it worked normally. Example TFS 0.4:
  16. Ramon Bernardo

    Compiling [TFS 1.3 - 8.60] Problem after compiling TFS [vcpkg x64/x86 - MSVS 2019]

    No error, thanks. Build log: I'm compiling now with this version, let's see. Build log (10.0.17134.0) Problem: Build log [x86] Problem:
  17. Ramon Bernardo

    Compiling [TFS 1.3 - 8.60] Problem after compiling TFS [vcpkg x64/x86 - MSVS 2019]

    It didn't work Lockfree.h Outputmessage.cpp Build log:
  18. Ramon Bernardo

    Compiling [TFS 1.3 - 8.60] Problem after compiling TFS [vcpkg x64/x86 - MSVS 2019]

    Tried by PowerShell/CMD, no errors and neither ran. Yes, I added all mysql data to the configuration. I used the versions 2015, 2017 and 2019. They all give the same error, but compiles without problem. Perhaps this error is common.
  19. Ramon Bernardo

    Compiling [TFS 1.3 - 8.60] Problem after compiling TFS [vcpkg x64/x86 - MSVS 2019]

    After compiling TFS gives no sign of life. The screen turns black when it opens and closes after a time of 1 to 3 seconds. TFS 1.3 downgrade 8.60 by nekiro: Github Using MSVS 2019 VCPKG x64 / x84 PTS: Visual Studio 2017 (v141) I also tried with v142 but the memory error: Error C2664 'void std...
Back
Top