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

    Problem with Gesior AAC. I can't install it

    http://otland.net/threads/gesior-2012-version-1-0-2-for-otserv-0-6-3-and-older.186242/page-2 Hehe, someone know how to fix it?
  2. Tatuy1

    GESIOR 2012 - Version 1.0.2 for OTServ 0.6.3 and older.

    I have the same error, can you help me?
  3. Tatuy1

    Request fix for tiles script, players are still able to walk through another player at the dp

    I found the function hehe: bool Player::canWalkthrough(const Creature* creature) const { if(hasFlag(PlayerFlag_CanPassThroughAllCreatures) || (creature->getPlayer() && creature->getPlayer()->hasSomeInvisibilityFlag())){ return true; } if (creature->getTile() &&...
  4. Tatuy1

    Request fix for tiles script, players are still able to walk through another player at the dp

    Thank you very much for your answer. I made this LUAScript: function onStepIn(cid, item, pos, frompos) if item.actionid > 100 and item.actionid <= 130 and isPlayer(cid) then --ActionsId depot tiles if frompos.x == 0 and frompos.y == 0 and frompos.z == 0 then...
  5. Tatuy1

    [8.6] OTServ 0.6.4 STABLE

    Have someone the problem with the walkable tiles of the depots? this has been a headache for me: http://otland.net/threads/request-fix-for-tiles-script-players-are-still-able-to-walk-through-another-player-at-the-dp.226117/
  6. Tatuy1

    Request fix for tiles script, players are still able to walk through another player at the dp

    Request fix for tiles script, players are still able to walk through another player at the dp and steal items. Here is my script for tiles: function onStepIn(cid, item, pos) if isPlayer(cid) ~= TRUE then return true end if item.actionid == 100 then...
  7. Tatuy1

    [Help] New description if is premium account

    Solved. Can you close my post, please?
  8. Tatuy1

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    Put this folder on C:\: https://mega.co.nz/#!mJ9kGDyC!LQJoIdY_rRrgJb9By5sSbP8j6iQ8UyNjxqPYcfs1JSo You should not have problems with this libs (I used it).
  9. Tatuy1

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    Works seamlessly with 1.57.
  10. Tatuy1

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    Thank you very much! I have updated the boost, but now I have this problem: Error 1 error C1083: Cannot open include file: 'al.h': No such file or directory (..\src\framework\core\graphicalapplication.cpp) c:\users\tatuy\desktop\otclient-master\src\framework\sound\declarations.h 30...
  11. Tatuy1

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    May be I need to update the libs of boost.
  12. Tatuy1

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    Error 27 error C4996: 'WSASocketA': Use WSASocketW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings (..\src\client\statictext.cpp) C:\Users\Tatuy\Desktop\otclient-msvc13-libs\boost_1_55_0\include\boost\asio\detail\impl\socket_ops.ipp 1346 1...
  13. Tatuy1

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    I have followed your guide, but I have some errors: Error 1 error C4996: 'WSASocketA': Use WSASocketW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings (..\src\client\creature.cpp)...
  14. Tatuy1

    League Of Legends Servers & Name List

    Tatuy1 LAN
  15. Tatuy1

    [10.77][TFS 1.2] ORTS, a real map project

    Can somebody check if the enchanting system is working? cause it still not work for me. I use TFS 1.0. Thank you very much!
  16. Tatuy1

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Thank you very much!
  17. Tatuy1

    DevAAC (TFS 1.X)

    Excelent thank you very much!
  18. Tatuy1

    DevAAC (TFS 1.X)

    I appreciate your response. Thank you.
  19. Tatuy1

    DevAAC (TFS 1.X)

    I Have the same problem: I have set the path correctly and yet the information from my server does not appear What could be the problem guys :(?
  20. Tatuy1

    [Znote AAC] Amiroslo Bootstrap layout!

    Could you pass me a copy of the fixed version for linux?
Back
Top