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

    Solved GLOBALEVENTS SHOP.LUA TFS 1.0 (10.53)

    change db.getResult to db.storeQuery try now -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 18 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF CONFIG ### function...
  2. C

    Solved onLogin (SetSkull)

    ¿What error?
  3. C

    Lua doPlayerSetGroupId(cid, 1)

    what error?
  4. C

    Tfs 0.4 error while start.

    http://otland.net/attachments/opentibia-dllpack-2-0-64bit-7z.13227/
  5. C

    Solved GLOBALEVENTS SHOP.LUA TFS 1.0 (10.53)

    -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 18 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF CONFIG ### function onThink(interval, lastExecution) local result_plr...
  6. C

    Solved Add account created and players to latest news in my GESIOR?

    Likes this? http://otland.net/threads/gesior-2012-1-0-1-latestnews-php.178741/ or http://otland.net/threads/gesior-acc-last-joined-free-houses-and-other.70272/ Just remove ,tables don't need or edit in gesior latestnews.php $query = $SQL->query('SELECT...
  7. C

    Solved onLogin (SetSkull)

    function onLogin(cid) local player = Player(cid) if player:getAccountType() = ACCOUNT_TYPE_GOD then player:setSkull(SKULL_GREEN) else player:sendCancelMessage("Nothing") end return TRUE end
  8. C

    Lost connection to MySQL server during query

    You this error On make Server save? any times get frezz and stop work mysql?
  9. C

    Linux how to chmod 777

    cd /var/www chmod -R 777 guilds service apache2 restart Or you can go in WINSCP or filezilla and get Click ,put permissions example mi img:
  10. C

    [GESIOR ACC] WoW by Cronox v2

    Remember You have this http://www.yourip.com/test/layouts/wowbycronox/css/ but u need change for where are your files
  11. C

    [GESIOR ACC] WoW by Cronox v2

    I suggest read all why i explain edit this lines: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?PHP echo $title ?></title> <meta name="description" content="Tibia is a free massive multiplayer online role playing game (MMORPG)." /> <meta name="author" content="Gesior" />...
  12. C

    0.3.6pl1 help!

    http://otland.net/forums/basic.479/ search?
  13. C

    Solved HELP in VIP SYSTEM

    ALTER TABLE `players` ADD viptime INT(15) NOT NULL DEFAULT 0; and edit all your querys search: accounts and replace to players
  14. C

    [Mysql] save account problem

    Ok well.. listen explain 100% what is your problem and how u added your sistem. and what u want fix
  15. C

    Idle.lua problems

    are u have added and register correctly in creaturescripts.xml and login.lua?
  16. C

    [PHP] Top Guilds wont show

    To appear guilds ,guilds need kills but your guilds don't have frags never appear nothing
  17. C

    [PHP] Top Guilds wont show

    u sript are working o.o u guilds have kills¿? -.^
  18. C

    [PHP] Top Guilds wont show

    but in your php give this erorr: Warning: Invalid argument supplied for foreach() in /var/www/pages/topguilds.php on line 22 use this: <?PHP $main_content .= '<div style="text-align: center; font-weight: bold;"><h2>Top 15 guilds on ' . $config['server']['serverName'] . '</h2></div>...
  19. C

    [PHP] Top Guilds wont show

    me works fine u have added all 100% in the database? and are u sure just give this error: Warning: Invalid argument supplied for foreach() in /var/www/pages/topguilds.php on line 22
Back
Top