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

    Solved Linux debian 8.0 su - apt-get install help

    you can access and password to the root? or did you user FTP or SFTP?
  2. Webo

    Linux RME Compiling Error Debian 7

    you use only debian? sure you have Windows :eek:
  3. Webo

    Linux RME Compiling Error Debian 7

    I do not see the documentation for debian. try on ubuntu Compiling on Ubuntu · hjnilsson/rme Wiki · GitHub ubuntu work I have tested
  4. Webo

    Solved Linux debian 8.0 su - apt-get install help

    sudo apt-get install package name You can log in to root as: sudo su
  5. Webo

    Linux RME Compiling Error Debian 7

    please, checkout latest version and try again. GitHub - hjnilsson/rme: Remere's Map Editor
  6. Webo

    [FRANCE] Global-ots! Real map 10.97-98!

    I do not recommend
  7. Webo

    Latest TFS 1.2

    exactly just the thought of otland does not support OTX. In my opinion it is dystrybution filed on quickly without tetowania and TFS gives you some degree of certainty nacieksiem stability. If you are using OTX problems checkups for GitHub - mattyx14/otxserver: OTX Server 3 are based on: The...
  8. Webo

    Latest TFS 1.2

    tfs 1.2 does not support this system. You can use this: [10.95 + Cast] [TFS 1.2] Custom modifications V2
  9. Webo

    mysql problem please help

    Solved - Map problem TFS 0.4 [Warning - IOMapSerialize::loadItems] Map problem TFS 0.3.6
  10. Webo

    Znote !shop command doesn't work.

    Execute SQL statement to the database CREATE TABLE IF NOT EXISTS `znote` ( `id` int(10) NOT NULL AUTO_INCREMENT, `version` varchar(30) NOT NULL COMMENT 'Znote AAC version', `installed` int(10) NOT NULL, `cached` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB; INSERT INTO...
  11. Webo

    Programmer Hex/C++ Changing packets to server

    packages you what's going on?
  12. Webo

    Putty closed server HELP-ME !

    Start: apt-get install screen cd /forgottenserver screen ./tfs Exit Putty now the server is online. To stop server: cd /forgottenserver screen -r
  13. Webo

    Castro AAC

    Cool initiative. But if we Znote develop it! Why create such a thing does only confusion and is not compatible, taking into account the shop and so on ... make a blog in php and there add articles because it misses the whole page layout is not the game for you to show what you can do in php
  14. Webo

    Solved Znote tfs1.2 shop error

    I would suggest using the current store on the site. TFS 1.2 does not support the tibia coins. Let's hope that it will be introduced in the TFS 1.3
  15. Webo

    Solved Znote tfs1.2 shop error

    let me know if it works. I have not tested this but it should be a good. by the way, use the CODE editor at the forum because it looks not neatly <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; protect_page(); admin_only($user_data); $orders =...
  16. Webo

    Solved Znote tfs1.2 shop error

    Update admin_shop.php by glombers · Pull Request #282 · Znote/ZnoteAAC · GitHub
  17. Webo

    Kompilacja [TFS 1.2] Widnows x64bit + Video!

    Robiłem tak bo na windows 7 .bat nie chciał chodzić bez uruchomienia jako administrator. Skoro tak to dzięki warto poprawić te punkty i pominąć te kroki ustawić biblioteki i kompilować
  18. Webo

    Kompilacja [TFS 1.2] Widnows x64bit + Video!

    w większości przypadków tak :) ale jak ktoś chcę użyć silnika do stworzenia własnej gry na tym silniku przyda się takiej osobie poradnik kompilacji serwera z możliwością edycji source. Nowe linki dla Boost C++ libraries reszta pozostaje bez zmian @5964438 albo robisz coś źle albo używasz...
  19. Webo

    Linux Compiling OTX 0.4

    Use this: otxserver/path_8_6 at otxserv3 · mattyx14/otxserver · GitHub Compilling on Linux · mattyx14/otxserver Wiki · GitHub
  20. Webo

    Znote tfs 1.2 error when login to account (need help) secret column missing

    ALTER TABLE `accounts` ADD `secret` CHAR(16) DEFAULT NULL;
Back
Top