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

    Solved Frags.lua

    Hi! How I do to fix this?! [9:23:39.434] > Loading talkactions... [Error - LuaInterface::loadFile] data/talkactions/scripts/frags.lua:2: ')' expected near 'then' [9:23:39.434] [Error - Event::checkScript] Cannot load script (data/talkactions/scripts/frags.lua) [9:23:39.434]...
  2. V

    Linux Ban System Failed!

    Hi, Im using TFS 0.3.7_SVN and I tried to get ban in one player with the command /ban I have selected > Account > Banishment > Name of player and comment. The player cant be banned and I receive that message in console: [20:42:14.501] [Error - CreatureScript Interface] [20:42:14.501]...
  3. V

    Linux About TFS 1.0

    Can u recommend me any link to do the download?
  4. V

    Linux About TFS 1.0

    Thanks.
  5. V

    Linux About TFS 1.0

    Hello, I apologize if this is a stupid question. But it's possible add account manager in TFS 1.0? Or need install DevAAC to create accounts etc? Thanks.
  6. V

    Linux Server Dropping connection!

    Thanks! bump!
  7. V

    Linux My server are losing connection with mysql!

    I don't receive attacks in the last two days and this are happening. And then?!
  8. V

    Linux Server offline, i dont know why!

    Yes, my port 7171 are blocked. But I already test it in one dedicated with the port 7171 opened and get the same problem. I've configured correctly.. then I posted here and think this is very weird My server is dedicated. I dont need router lol.
  9. V

    Linux My server are losing connection with mysql!

    So my server is losing the connection because of the attacks? But I didn't receive attacks in the last two days and it happened. TFS 0.3.7 REV5916
  10. V

    Linux Server offline, i dont know why!

    Yes. All correctly. loginPort = 7171 gamePort = "7172" statusPort = 7171
  11. V

    Linux Server offline, i dont know why!

    Hello, I use all commands correctly to compile my server and install the phpmyadmin, mysql and apache2. So, I put the database correctly and start the server. But, are offline! And all data and files, IP, password etc are correctly too. Config.lua: worldId = 0 ip = "198.50.201.96"...
  12. V

    Linux My server are losing connection with mysql!

    I change for Debian 7 and the problem persist.
  13. V

    Linux My server are losing connection with mysql!

    Okay. See that, no have errors to show the problem... No DDoS too.. Whats wrong? Dec 17 06:39:01 localhost-51 CRON[24944]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime)...
  14. V

    Linux My server are losing connection with mysql!

    Suggestions? I have friends using Ubuntu and never get this problem. What is this shit?
  15. V

    Linux My server are losing connection with mysql!

    Uniform Server for Linux? Are you crazy?
  16. V

    Linux My server are losing connection with mysql!

    Hi brahs. Im using Ubuntu 10.04 64bits. My server are online normal. In random uptime I lost connection with my mysql. Players are online and playing normal but if die or logout cannot come back. My friend said for me to use the command to fix this: iptables -A INPUT -p tcp --syn -m limit...
  17. V

    Solved Simple addition script

    Many thanks.
  18. V

    Solved Simple addition script

    Like that? local config ={ pos = {x=808, y=1151, z=8}, itemid = 1304, time = 1800 } local function Remove(fromPosition) doCreateItem(config.itemid, 1, config.pos) doTransformItem(getTileItemById(fromPosition, 1946).uid, 1945) end function onUse(cid, item, fromPosition...
  19. V

    Solved Simple addition script

    Hi, How I do to add the message in this script? When the player use the lever, he receives a message in the default. local config ={ pos = {x=808, y=1151, z=8}, itemid = 1304, time = 1800 } local function Remove(fromPosition) doCreateItem(config.itemid, 1, config.pos)...
Back
Top