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

    TFS 1.X Cursed Chest

    local CURSED_CHESTS_VERSION = "1.1.1" local CURSED_CHESTS_SKULL_DEFAULT = SKULL_WHITE local CURSED_CHESTS_SKULL_BOSS = SKULL_BLACK CURSED_CHESTS_TIER_COMMON = 1 CURSED_CHESTS_TIER_RARE = 2 CURSED_CHESTS_TIER_EPIC = 3 CURSED_CHESTS_TIER_LEGENDARY = 4 CURSED_CHESTS_TIERS = { { tier...
  2. super23

    TFS 1.X Cursed Chest

    Hi , so i was following the steps here and it worked but when i click on the chest i get this error: could someone explain to me what i need to do please? Thanks
  3. super23

    Action [TFS 1.X] Cursed Chests

    Hey im getting this erorr when i click the chest, could anyone help me out?
  4. super23

    Feature Critical Chance Hit

    does this work for 1.2 or not?
  5. super23

    FileZilla permission denied. File transfer failed

    i've managed to sort something cuz i get a different error lol, -- "Critical file transfer error" when i try to move a file from my local pc into my server thats in VMWare could u provide a link that could help, i've been trying to google it for a while now and cant seem to get it working...
  6. super23

    FileZilla permission denied. File transfer failed

    Hi, so i've been trying for a very long time to get my FileZilla Client connected to my VMWare workstation pro for many hours now. And i finally got it connected BUT when i tried to transfer a file from my Windows 7 Host over into the Vmware (linux debian 7) i got an error saying "Permission...
  7. super23

    Account manager not in Db

    Hey guys so im using a TFS 0.4 server but the required database in phpmyadmin does not have the account manager account (1/1) and it hasnt got the player in the players table, so im wondering if i shown my columns would someone be nice enough to try and create a SQL code for me to add them...
  8. super23

    TFS 1.X+ How to increase player speed using changeSpeed() method

    changeSpeed(1) didnt add 1 speed when used once. 2 uses gave 1 speed.
  9. super23

    TFS 1.X+ How to increase player speed using changeSpeed() method

    I am trying to increase player speed by 1 speed unit using an item. But it doesnot produce the expected results. I have tried printing out getSpeed and getBaseSpeed but those gave large numbers such as: 393478143. There is no documentation about changeSpeed in TFS 1.x documentation on github...
  10. super23

    Compiling TFS 1.3 Crash right after compiling master branch

    I am on 64bit windows 7 I have already tested with the DLLs you referred to.
  11. super23

    Compiling TFS 1.3 Crash right after compiling master branch

    Using the original datapack which is currently 10.98. btw there's no antivirus and I've allowed it in firewall settings.
  12. super23

    Compiling TFS 1.3 Crash right after compiling master branch

    Didn't help Did not see any errors using CMD.
  13. super23

    Compiling TFS 1.3 Crash right after compiling master branch

    how would I do that?
  14. super23

    Compiling TFS 1.3 Crash right after compiling master branch

    The password is correct. I have installed Gesior and there were no errors about mysql
  15. super23

    Compiling TFS 1.3 Crash right after compiling master branch

    Added in configlua? how do you mean? here is the config lua & no errors during compiling: -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 1 killsToRedSkull = 3 killsToBlackSkull = 6...
  16. super23

    Compiling TFS 1.3 Crash right after compiling master branch

    Compiled TFS 1.3 following this tutorial when I tried starting the server it crashed immediately. What could be the issue?
  17. super23

    Compiling VCPKG freezing after "Finished generating code"

    Nothing happens at this point. What should be done ?
  18. super23

    TFS 0.4

    Hi, Im currently trying to find a Compiled TFS 0.4 for windows or an explanation on how to compile it myself on windows. Thanks.
  19. super23

    TFS 1.X+ missing: PUGIXML_INCLUDE_DIR PUGIXML_LIBRARIES (OSX 10.14 Mojave )

    bump. I also have the same issue
Back
Top