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

    [Archived] "[Quick Showoff] Post your latest maps"

    #up Nothing special.
  2. Oskar1121

    ProtocolGameParse, can't read network messages

    Solved, sorry for confusion.
  3. Oskar1121

    Funkcja usuwająca przedmioty

    Dwa kody, pierwszy na usunięcie od razu z całego obszaru: function doRemoveItemsFromArea(leftTopCorner, rightBottomCorner, itemId) for px = leftTopCorner.x, rightBottomCorner.x do for py = leftTopCorner.y, rightBottomCorner.y do for pz = leftTopCorner.z, rightBottomCorner.z do...
  4. Oskar1121

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

    Doesn't work on both versions of dlls files. To same error. #another error http://wklej.org/id/1698107/
  5. Oskar1121

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

    I've got a problem. A client compiles properly but it doesn't work on every PC. Bug:
  6. Oskar1121

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

    If I try use x64 http://wklej.org/id/1685309/txt
  7. Oskar1121

    [Germany][Custom] PhiadariaSoft - real RPG

    Wow, I really like those creatures and the server seems to be great!
  8. Oskar1121

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

    Solved. I've another problem.
  9. Oskar1121

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    Ok, another error: And log: http://wklej.org/id/1640094/txt
  10. Oskar1121

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    1>connection.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAAEBVerror_category@12@XZ) 1>otpch.obj : error LNK2001: unresolved external symbol "class...
  11. Oskar1121

    Oskar Mapping Thread

  12. Oskar1121

    Scripter and mapper looking for a job

    Hello. I'm a professional LUA/C++ scripter/mapper and I'm looking for a job.  I have been working since 2009. Also, I'm an experienced developer.  If you are interested in hiring me, I can work for 12$ per hour. That was the price for creating map. I'm pretty fast at it. Also, creating map...
  13. Oskar1121

    Many warnings after OTC compiled

    Ref~~
  14. Oskar1121

    How i can active Transparence

    I've ERROR: invalid thing type client id 622 in category 0 Why?
  15. Oskar1121

    [Archived] "[Quick Showoff] Post your latest maps"

    Something more by PicWick
  16. Oskar1121

    Help with Magic effect limit

    Change: msg->AddByte(type + 1); To: msg->AddU16(type + 1); And to same change in client source.
Back
Top