• 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!

Recent content by beliar34

  1. beliar34

    Create Character error Gesior Hosted

    wrong apache configuration also check where bring you "button" on your webpage (layouts settings) check your hyperlinks
  2. beliar34

    Create Character error Gesior Hosted

    enable gesior debugging and also php error define('DEBUG_DATABASE', false); to define('DEBUG_DATABASE', true); and ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);
  3. beliar34

    Cloudflare block direct ip access

    iptables -I INPUT -p tcp -m multiport --dports http,https -s PRIVATEIPADRESS-j ACCEPT And you can access from your network directly to http :)
  4. beliar34

    Cloudflare block direct ip access

    If somebody is using cloudflare and want to block direct ip access to his webpage (allow only trought cloudflare). # Source: # https://www.cloudflare.com/ips # https://support.cloudflare.com/hc/en-us/articles/200169166-How-do-I-whitelist-CloudFlare-s-IP-addresses-in-iptables- for i in `curl...
  5. beliar34

    TalkAction [TFS 1.2+] Minimap generator (map scanner)

    local distanceBetweenPositionsX = 8 local distanceBetweenPositionsY = 8 local addEventDelay = 100 local teleportsPerEvent = 3 local maxEventExecutionTime = 1000 local function isWalkable(pos) if tile and getTileThingByPos(tile) then if getTileThingByPos({x = pos.x, y = pos.y, z =...
  6. beliar34

    C++ Global Bank system TFS 0.3

    mhmm yup 1638942226 kk modified game.cpp Game::getMoney and Game::removeMoney solved
  7. beliar34

    C++ Global Bank system TFS 0.3

    its been some time anybody ? xD
  8. beliar34

    TFS 1.X+ TFS 1.4 which tibia version support + master branch is 1.4 ?

    Hello fellow otland community i have few questions. 1. Master branch on github for TFS is 1.4 version ? (latest release is 1.2). 2. Which version of Tibia, TFS from master branch support and which version is default for TFS? 3. I need TFS that support's 12.70 Tibia, is there already ready to go...
  9. beliar34

    TFS 1.X+ Can't build the server

    Reinstall everything, make fresh ubuntu 16 installation and then : apt-get update && upgrade -y do-release-upgrade apt-get update && upgrade -y apt-get autoremove And then follow some tutorial how to compile TFS
  10. beliar34

    Lua Spell attack issue

    needtarget = 1 in spells.xml or someting like that, ctrl+F "TARGET" in spells.xml find spells that require target and use it as template
  11. beliar34

    Server going to disconnect

    Distribution ? Linux/Windows ? Firewalls ON/OFF ? Is there any firewall from hosting provider? Iptables flushed ? ufw off ?
  12. beliar34

    server on Centos

    If you are newbie swap to ubuntu/debian becouse there are step by step tutorials how to compile/configure/start OTS on those systems, centos is almost the same becouse its still linux but its kinda diffrent and you can mess up something. Linux - How to compile in CentOS...
  13. beliar34

    Gamestore image

    chmod -R 775 at images/store
  14. beliar34

    Compiling TFS 0.4 compile error in Ubuntu 20.04

    digging old posts : you are missing some files
  15. beliar34

    Compiling Compiling old TFS on ubuntu 20.04

    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964231 There is "SOLVED" under my post and this link, i dont remember exactly what i did step by step but just read this bugreport there is solution lol
Back
Top