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

    You can't say [YES or NO]

    ofc. are you the leader of this place?
  2. H

    You can't say [YES or NO]

    cannot remember... Wanna buy some more?
  3. H

    Is 8.6 the new 7.6?

    i miss professionalism within 7.6 ots. most 7.6's out today are hosted by idiots that got no clue wtf they'r doing. (known exceptions include tibiafun/outcast/ )
  4. H

    TheForgottenServer with 7.6 client support.

    wtf? iirc, DirectX support was added in Tibia 7.0. also, tibia 7.6 uses DirectX 5 or DirectX 6 (dont remember which one, but 5 or 6)
  5. H

    Restarter TFS 3.5.6

    @restarting, use Yurez Silent Restarter YurOTS Home //will restart, and make sure it always start with "above normal process priority", and kill "ot crashed, send report to microsoft?" messages ^.^
  6. H

    [tutorial][php] get where you want, faster and easier!

    xD true (i have yet to bookmark anything on localhost myself though)
  7. H

    [tutorial][php] get where you want, faster and easier!

    This tutorial will teach you how to make "pma"=="http://127.0.0.1/phpmyadmin", "lol=="127.0.0.1",admin=="127.0.0.1/admin_panel", etc. it works on ALL major browsers (IE6+,FF*,Opera*,Safari*,Chrome*, even your tibia ip changer can benefit!) (note to Mac/Linux/BSD: this tutorial is written with...
  8. H

    Compiling [Linux] Ultimate compile guide for Debian (Ubuntu included)

    idk if its same case in karmic but at least in Lucid Lynx, change it to apt-get install libboost1.40-dev libboost-system1.40-dev libboost-filesystem1.40-dev libboost-date-time1.40-dev libboost-regex1.40-dev libboost-thread1.40-dev libgmp3-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev...
  9. H

    Compiling problem TFS 0.4(3675)

    You downloaded a pre-compiled boost lib, pre-compiled for 32-bit only.. i guess. compile the boost lib yourself under 64-bit, n pray?
  10. H

    Gesior Restarter Is not Working

    or.. compile your server with SetErrorMode(SEM_NOGPFAULTERRORBOX); :D (ah.. windows only btw)
  11. H

    How Do i Rent Houses

    houseRentPeriod = "weekly" when they cant pay, they loose the house.. whats the problem?
  12. H

    Server crash

    a start would be: compile it with __EXEPTION_TRACER__ and post the crash-log.. :P
  13. H

    Servfull 3.3, Carlin 8.5 100% / Guild War Outfit System / Mapa G

    how the heck did Yurez get on credits???
  14. H

    Compiling [Linux] Ultimate compile guide for Debian (Ubuntu included)

    note that Debian is ALWAYS (99,99999%, 100% of the time) faster out with software/security updates, and so debian is the better choice for servers, imo. also note that there's a difference in the kernel with ubuntu-desktop and ubuntu-server, if your going with ubuntu, install ubuntu-server and...
  15. H

    Help TFS!

    cout is not a member of std ??? add #include <iostream> in that file and a suggestion, DITCH Dev-CPP, its not been developed since 2005, and try out Code::Blocks or MSVC 2010 :p
  16. H

    Microsoft Visual C++ Runtime Library !!!!

    if you compile it with GCC (and link it with a MSVC lib), compile with -m64 flag.
  17. H

    Auto map clean source help

    this is my script configmanager.cpp m_confInteger[MAX_PLAYERS] = getGlobalNumber(L, "MaxPlayers"); #if defined HHB_AUTO_CLEAN m_confInteger[AUTOCLEAN_MINUTES] = getGlobalNumber(L, "AutocleanMinutes", 0); #endif//HHB_AUTO_CLEAN configmanager.h MAX_PLAYERS, #if defined HHB_AUTO_CLEAN...
  18. H

    Anti MC tibia 7.92 Help me please!

    cus 7.6 pwns?
  19. H

    Windows I have 2 problemsªªª

    umm i dont understand that language but seems like your trying to import the SQLite database to the Mysql-server try import the MySQL-database file instead.. while that should be technically possible to import with compatibility-mode, i guess the SQLite structure is different from the...
  20. H

    MySQL can't connect :S

    the SQL-server never start.
Back
Top