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

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    What have they done to the project? I did not have these errors.
  2. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    The function doPlayerRemoveMoney not work.
  3. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Error with record.lua with this: if getGlobalStorageValue(PlayersRecordStorage) == nil then the console tell me the "nil value" not work.
  4. Tatuy1

    [Znote AAC] Amiroslo Bootstrap layout!

    I have changed the short_open_tag variable to "Off" and it still in blank page. I have activated the .htaccess: sudo nano /etc/apache2/sites-available/default And I have changed the line that says AllowOverride from None to All. Here is my .htaccess: I'm using Debian 7.0 and the page still...
  5. Tatuy1

    [8.6] OTServ 0.6.4 STABLE

    Oh, remove: doSendMagicEffect(frompos, 28 + n) of scripts/bless.lua.
  6. Tatuy1

    [8.6] OTServ 0.6.4 STABLE

    talkaction.xml <talkaction words="!buyaol" access="0" filter="first word" script="aol.lua"/> <talkaction words="!buybless" access="0" filter="first word" script="bless.lua"/> scripts/aol.lua function giveItemToPlayer(cid, itemid, count, cost, topos) if (doPlayerRemoveMoney(cid, cost) ==...
  7. Tatuy1

    CreatureEvent KillingInTheNameOF (task system) for OTHIRE 7.72

    Thank you very much! but, What is needed in functions.lua?
  8. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Forgottenserver is most ineffective compared with OTServ. Just use OTHire my dear friend.
  9. Tatuy1

    Linux Efficient IP Tables to protect a Debian VPS

    With my first test I used something like this: -A INPUT -p tcp -m tcp --dport 80 -m state --state NEW -m recent --set --name HTTP --rsource -A INPUT -p tcp -m tcp --dport 80 -m state --state NEW -m recent --update --seconds 1 --hitcount 15 --rttl --name HTTP --rsource -j DROP -A INPUT -p tcp -m...
  10. Tatuy1

    Linux Efficient IP Tables to protect a Debian VPS

    Thank you very much!!! but I have some problems. Look: I tested with: -A INPUT -j REJECT -A FORWARD -j REJECT To reject all other inbound - default deny unless explicitly allowed policy and the server not allowing me to connect. And then, apparently using this configuration everything works...
  11. Tatuy1

    Linux Efficient IP Tables to protect a Debian VPS

    Thank you very much. You are very kind. It works.
  12. Tatuy1

    Linux Efficient IP Tables to protect a Debian VPS

    I have tried several iptables to defend my server of the ddos attacks, but the result is massive kicks.
  13. Tatuy1

    [Linux] Firewall - DDOS - Flood - Some Protection

    You should contact your ISP and have the traffic dropped on the backbone before it hits you. If you're at the point where your firewall has to drop the traffic, then it's already consuming your available bandwidth and using your system's resources. That's the only "bulletproof" way.
  14. Tatuy1

    DDoS Attack CloudFlare.com solution

    I have had many problems with attacks... however, apparently CloudFlare.com is the definitive free solution for the websites. I wonder if we can activate this solution on our open tibia servers with DNS type SRV (you can put a subdomain, the ip, the port, etc). Do you have an idea?
  15. Tatuy1

    In game War System for otserv

    Someone know if exists some in game talkactions war system for otserv distribution?
  16. Tatuy1

    (Release)Guia3D Server 8.4(Release)

    Is the best and it still online: www.uatibia.com
  17. Tatuy1

    Hoster guia3d is back!

    He retired and went fishing many years ago, the server is still online thanks to the distribution of atolon was free for the guia3d comunity. www.uatibia.com
  18. Tatuy1

    Monster Anti-bot creatures

    Nice!
  19. Tatuy1

    [8.6] OTServ 0.6.4 STABLE

    @Pietia This is the best distribution, ever, but what is the problem with the AAC?
  20. Tatuy1

    TibiaFun Latest data pack 7.6

    Thank you very much
Back
Top