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

    Bug graphic otclient

    When I started working on my own OTC, i prefered refactoring the dat loader! TIP: Please make sure every attribute on the .dat is parsed correctly, unless tho, it will cause that behaviour.. Another TIP: make sure your protocolgame in TFS is compaitable with protocolgameparse/send in OTC. (you...
  2. slavi

    Otclient on Windows 10 (virtualbox)

    Try increasing the graphics memory you pass. However, i doubt if it should work fine. Have you enabled hyper-V? HAXM? or w/e your processor supports for virtualization?
  3. slavi

    MiniMap Otclient Help

    This issue should not be solved by modifying how the minimap is drawn (or any texture imo). So the perfect solution is just to do as mentioned in the first comment. (Draw the minimap followed by your image (square with a void[alpha] circle).
  4. slavi

    Help, doubts for module creation

    What do you mean by 'image'? Please give a clear information or post a screenshot.
  5. slavi

    Connection Protocol

    Please give clearer information for both problems. For the first problem, IIRC the client supports up to 10.99 which means it might be your 'definitions.h' in your TFS. Please double check, and repost if the error isn't resolved. What I got from the second problem is that you might have extra...
  6. slavi

    OtClient Decryption

    Since I received a lot of private messages (either skype or OtLand) about decryption of OTClient.. OtClient uses physfs lib, there is a simple efficient way to decypt your files.. I will not provide steps nor code but the concept: As of PhysicsFS 3.0.0 v, You can use a password-protected ZIP...
  7. slavi

    Unity3D client?

    Oh, nice someone here is interested in Unity#~~ ~~ Firstly: Don't forget: 1- A player should be able to choose whether antialasing is allowed or not (multisampling - since using unity you will benefit from cross-platform libs, aka glut or we unity uses) 2- as for above, a player should also...
  8. slavi

    C++ Mission script wont count monster storage

    It's 5 Minotaurs.
  9. slavi

    [TFS 1.x] Automatic/Manual Lua Raids (raids.xml replacement)

    You can discuss that in github repo, would be nice to replace the default tfs one (i guess they intended that for 2.0 version).
  10. slavi

    Looking for someone who can make 11+ server

    Yes, skype me slavi.nicholas
  11. slavi

    Problems with Boost

    Because you are a bad listener. I gave a simple way to overcome the problem. But you may want to know why those error happens, simply because you are not using same mingw version used to build the boost files which is obviously 53. I wrote if u noticed %incompatible%
  12. slavi

    Problems with Boost

    Here is it: Download some boost version (i.e 1.64.0) then build it for mingw. (just google how) and you will find tons of tutorials about it (Building boost 1.61.0 with MinGW 5.3.0) Then just re-configure and there you go. -- Keep in mind, such errors means you have incomplete (or...
  13. slavi

    artificial intelligence in a monster?

    Thus, which you are referring, are really different than this situation. In physical games, it's pretty hard to manipulate the AI as you need to take care of every small aspect in, for example, the creature's body. While here it's just to take care of simple moves to surround the player...
  14. slavi

    [France] Guilcera Oldschool - 7.x Custom Map

    by the time you finish exploring it, he will have added new maps :P
  15. slavi

    C++ Crash TFS 1.2

    Your code contains edits, you need to open an issue in github in the repo you got your code from. Nobody here will be able to assist you, so don't waste your time.
  16. slavi

    Windows Tibia 11 login problem

    The main answer is updated for interested people.
  17. slavi

    BUG SEGMENTATION FAULT ( GDB )

    Do you have any edits on your sources? I fear that we can't help you. The error is called when you are asking for his description, but the lua script doesn't really involve anything to it. Bssh, don't add another error the the same thread.
  18. slavi

    [Tibia 11][Protocol 11.10] Inspect and VIP Groups

    Well, thanks joe, but you missed the point of naming server inspection states. The point of them, is what does they show in client? i.e If you sent: 1 it will show "Ask to inspect + Invite to inspect me" while 2 will show "Ask to inspect + Revoke allowance" and so on. I made a quick list until i...
  19. slavi

    BUG SEGMENTATION FAULT ( GDB )

    You can get it from /data/events/scripts/player.lua
  20. slavi

    BUG SEGMENTATION FAULT ( GDB )

    the lua one. And please use CODE tag. How to display CODE properly in your post
Back
Top