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

Recent content by Aniiko

  1. A

    [MOD] Windows (BP, EQ, Battle etc.) can be dragged only to 'panels' (right/left)

    For those who are using Mehah OTClient here is my approach. In data/styles/30-miniwindow.otui ADD &canMoveToGameRootPanel: true Should look like this MiniWindow < UIMiniWindow font: verdana-11px-antialised icon-rect: 4 4 16 16 width: 192 height: 200 text-offset: 24 5 text-align...
  2. A

    cmake .. error lua

    I would just edit the CMakeLists.txt where it says something "find_package(Boost REQUIRED 1.75.0" to "find_package(Boost REQUIRED 1.74.0)" & see if it compiles fine. I don't think there is a major change in the library from minor version 74 to 75, but if there is you'll find out.
  3. A

    C++ Trade with NPC, nekiro downgrade 1.5 8.0

    x2, I did this as well.
  4. A

    C++ Trade with NPC, nekiro downgrade 1.5 8.0

    This is great! Although, for anyone using this in Nekiro Downgrade 7.72 in conjunction with OTClient mehah or OTClient v8 you might want to send the fluid type data through protocol without converting to client side subtype. For example, void ProtocolGame::AddShopItem(NetworkMessage& msg...
  5. A

    [TFS 1.4.2] Error compiling

    Check the baseline of the vcpkg.json and find exactly what version of boost it is installing. The newer boost library made a few changes and io_service for example is called something else now.
  6. A

    Feature TFS[1.4.2] Questlog/Task counter: Storage tracker in description as string

    I did this and it worked but then I realized it was displaying the count with one extra. The proper fix that worked for me was if (IdentifiedStorageValue < 0) { IdentifiedStorageValue = 0; } after player->getStorageValue(storageValueIdentifier, IdentifiedStorageValue);
  7. A

    [USA][7.6][CUSTOM] Tenth-Planet Reborn

    Yea big mistake. Push back launch date 1 hour before launch lol.
  8. A

    I need some help with Modern AAC.

    Thank you!
  9. A

    I need some help with Modern AAC.

    Whenever I installed it to my database, it gives me the following error when I try to proceed to the website. A Database Error Occurred Error Number: 1146 Table 'adream.poll_votes' doesn't exist SELECT * FROM poll_votes WHERE answer_id = 0
Back
Top