• 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. 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?
  2. 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 :((
  3. 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...
  4. 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
  5. 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...
  6. B

    why is it not working?

    hello, why my creaturescript not working? im registered it in login.lua registerCreatureEvent(cid, "name") creaturescripts.xml <event type="login" name="name" event="script" value="name.lua"/> and the code is function onStatsChange(cid, attacker, type, combat, value) if type ==...
Back
Top