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

  1. F

    [7.4] Avesta

    I always thought virustotal is actually showing incompetence of antiviruses, rather than help you check if file is infected. :rolleyes:
  2. F

    [7.4] Avesta

    What I actually meant was the use of inheritance and polymorphism to do it. There would be check at login from which client you logged in.
  3. F

    [7.4] Avesta

    You can actually make it with just one IF.
  4. F

    [7.4] Avesta

    Wrong. If server is already stable than how can you provide a more stable one? It's not 'how', but 'what' you coded copied, and since you gave a list of features, he has every right to say such things.
  5. F

    [7.4] Avesta

    Compile with __USE_MYSQL__.
  6. F

    [7.4] Avesta

    Sounds like in Properties -> C/C++ -> General -> Additional Include Directories there is wrong path to the sqlite include files.
  7. F

    Old Tibia features !

    Nice list but why did you copy scripting tutorial, otserv tutorial and a paladin leveling guide?
  8. F

    [Avesta] Login Attempt won't work

    Looks like the problem appears because loadSettings() is not called, and so maxLoginTries, retryTimeout and loginTimeout aren't initialized with values from the config file, but 0 instead. To fix it, you'd need to replace all these three variables with direct calls to their config values. So...
  9. F

    [7.4] Avesta

    Compiling tutorial: https://code.google.com/p/avesta74/wiki/CompilingWithVisualCpp
  10. F

    [7.4] Avesta

    If you are talking about Fibula map, then {420, 570, 7} is somewhat in the center of the village.
  11. F

    [7.4] Avesta

    It's in 'misc' folder. https://code.google.com/p/avesta74/source/browse/#svn%2Ftrunk%2Fmisc
  12. F

    Best looking cars

  13. F

    Tibia AntiCheat Engine

    You can check if player shoot under the roof, and a few more things. (of course this has only sense on servers without client hotkey bot)
  14. F

    [7.4] [Epic Release] The best 7.4 real map in the web!!!!

    Can you please share the informations and results about Avesta stability? I'm curious how it performed in your tests. version/revision, custom codes (yes/no), uptime, avarage players online, map size, operating system, any other relevant information Thanks.
  15. F

    Tibia 7.4 Framerate.

    The problem is, (some) graphics card manufacturers doesn't provide drivers that support old directx on Windows 7. Noone to blame, directx5 is 15 years old.
Back
Top