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

Recent content by Bowstons

  1. B

    error while compiling

    yes but it did not work :(
  2. B

    error while compiling

    hello. Im trying compile this same source on other server but now I have that error can someone how to fix it?
  3. B

    error while compiling

    hello. I have error while compiling 1.5 tfs by baiak source. Im using 24.04 ubuntu can someone help me?
  4. B

    kompilacja tfs 8.6

    probowalem przeinstalowac system na ubuntu 20.04, zainstalowalem php, biblioteki z poradnikow, jednak ciagle mam error 500 html po wrzuceniu jakichkolwiek plikow acc makerow, jak stworzylem plik testowy test.php zeby podal wersje php to pokazywalo prawidlowo wersje 8.1, jednak tylko to dziala na...
  5. B

    TFS 1.X+ tfs 1.5 CHAT LOOT

    local ec = EventCallback ec.onDropLoot = function(self, corpse) if configManager.getNumber(configKeys.RATE_LOOT) == 0 then return end local player = Player(corpse:getCorpseOwner()) local mType = self:getType() if not player or player:getStamina() > 840 then...
  6. B

    compiling on ubuntu 22.04

    I formatted Ubuntu 22 to its default state, followed your instructions, but later it stopped reading PHP code. The page displayed raw PHP code instead. After installing PHP, a 500 error occurs on the website. If I test it with a page using the IP /test.php containing <?php echo 'Current PHP...
  7. B

    compiling on ubuntu 22.04

    I downloaded second option but I have errors while compiling source and error 500 when I uploaded myaac files
  8. B

    compiling on ubuntu 22.04

    hello. Im looking for tfs 8.6 and myaac files, Im using ubuntu 22.04, can anyone help me? I tried a lot of sources but I had a lot of problems :((
  9. B

    kompilacja tfs 8.6

    witam serdecznie, skompilowałem bez błędów tfs downgraded by nekiro 8.6, zainstalowałem myacc, jednak w chwili próby logowania w kliencie tibii długo się czeka, a później wyskakuje błąd połączenia. myślę, że pobrałem złą wersję source. poszukuję source tibii 8.6 czystej bez dodatków tak żeby...
  10. B

    select X from 'players' PHP

    hello. PHP is not my strong point. I have to get 'quests' from database 'players' where 'name' is character name whose I looking in characterprofile.php. how to get it? $XXX= mysql_select_multi("SELECT quests FROM players WHERE name='. {$name} .'"); Im using znote acc
  11. B

    C++ doesn't save items at home after server restart.

    solved. just add "world_id" in tile_store table.
  12. B

    C++ doesn't save items at home after server restart.

    can enyone help me??
  13. B

    C++ doesn't save items at home after server restart.

    still does not save items :(
  14. B

    C++ doesn't save items at home after server restart.

    Hello. Items in houses does not save after restart using command /shutdown save and /shutdown kill or just /shutdown 1. In console I can see "Saved house items in: 0.018 s" but it does not work :( Houses have "house tile" in map editor. Someone had similar problem? I can't find solution to my...
Back
Top