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

Search results

  1. Yaneek

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    Try to use encrypt sha1 or md5 in config.lua.
  2. Yaneek

    Something wrong with remere's

    You must download tibia from their webpage Download - Remere's Map Editor (RME) - An Open Source Map Editor for Open Tibia
  3. Yaneek

    Townid

    UPDATE players SET town_id = 1; Should working :)
  4. Yaneek

    Linux TFS gets killed at start

    It's not very important warnings. Something like movable item is in house, check that's positions in map editor.
  5. Yaneek

    Solved Webpage issue..

    You must open this picture in for example Photoshop and rotate it by 360
  6. Yaneek

    When i create a character on website and login in ot, its say temple position is wron

    Your acc maker use samples to make new characters. Use my mini tutorial x) 1. Go to phpmyadmin 2. Go to your database 3. Click to "SQL" 4. Paste it there INSERT INTO `players` (`name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`...
  7. Yaneek

    Sms shop/ paypal

    Win rl money? On your paypal account you have options transfer money to your bank account.
  8. Yaneek

    When i create a character on website and login in ot, its say temple position is wron

    In config you set acc manager position. But characters position you must set in database.
  9. Yaneek

    Npc

    2.2 (RME-win-2.2.msi) is okay You must loocate your tibia.dat/.spr later But if RME has problem with locate your Tibia files download client from this page http://remeresmapeditor.com/marklar.php?clients
  10. Yaneek

    Npc

    News - Remere's Map Editor (RME) - An Open Source Map Editor for Open Tibia
  11. Yaneek

    Npc

    You place it in map editor
  12. Yaneek

    Solved StepIn Error

    @up be first =P In this situation sorry for spam. I'm not good in lua but why here function onStepIn(cid, item, frompos, itemEx, topos) is frompos, and here is FromPosition
  13. Yaneek

    how to open port 80

    You was look to "advenced setting firewall Windows" or something like that? Then you must add "exceptions".
  14. Yaneek

    Solved Gesior AAC - forum help.

    Here is line about design of quote $text = str_ireplace('[ quote]'.$quote.'[ /quote]', '<table cellpadding="0" style="background-color: #'.$bgcolor.'; width: 4800px; border-style: dotted; border-color: #007900; border-width: 2px"><tr><td>'.$quote.'</td></tr></table>', $text); If you want...
  15. Yaneek

    Gesior Acc Errors

    And set your database type.
  16. Yaneek

    Solved Tfs

    Here you are http://otland.net/f18/8-60-forgotten-server-0-3-6-crying-damson-v7-147913/
  17. Yaneek

    Meny Probelems with Xampp

    You want to add your old database?
  18. Yaneek

    Help With Localhost

    Check your config pass, user, port database. My config look that: sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "*****" sqlDatabase = "tfs" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "plain"
  19. Yaneek

    Meny Probelems with Xampp

    I don't know what you can not? Importing shema to database:
Back
Top