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

    TFS[1.3] failed compile

    you say create a project from 0 in visual studio and implement all files/dependencies?
  2. K

    TFS[1.3] failed compile

    exalcty, is this.. but, i never defined this :S My error is this LNK2005 "public: static class std::codecvt<wchar_t,char,struct _Mbstatet> const & __cdecl boost::filesystem::path::codecvt(void)" (?codecvt@path@filesystem@boost@@SAAEBV?$codecvt@_WDU_Mbstatet@@@std@@XZ) já definida no...
  3. K

    TFS[1.3] failed compile

    Same problem.... someone?
  4. K

    Add more attributes in doItemSetAttribute

    Nice! Thank u very much bro
  5. K

    Add more attributes in doItemSetAttribute

    *I'm using tfs 0.X (0.4 or 0.6) *Client 8.60 I would like to know how I can add more attributes to doItemSetAttribute, for example: doItemSetAttribute(item, "maxhealth", 300) doItemSetAttribute(item, "maxmana", 700) doItemSetAttribute(item, "speed", 300) doItemSetAttribute(item...
  6. K

    create a new tooltip in .lua otclientv8

    Maybe I'll find someone who can just give me an example of how it's done :(
  7. K

    create a new tooltip in .lua otclientv8

    But I couldn't even get close to what I wanted ._.
  8. K

    convert .otmm to .map (automap 8.60)

    thanksssssssss it's works perfectly <3
  9. K

    create a new tooltip in .lua otclientv8

    I'm implementing a rarity system on my server, but for that, it seems I need to do everything from 0 (since I can't find it anywhere around) One of the things in the rarity system that I want to do, is also to put the item description for when I hover over it. I'm doing it based on what...
  10. K

    convert .otmm to .map (automap 8.60)

    I have the map completely open in otclient made by @Gesior.pl tutorial (this one: OTClient - Unlock full map (https://otland.net/threads/unlock-full-map.261789/#post-2532045)) However, several players on my server prefer to use the old client, I would like to know if I would have to explore...
  11. K

    OpenTibia OTClient that unpack map.otbm to .png files - v4.0

    I got crash when use "generateMap('all', 30) :( == application crashed app name: OTClient app version: 0.6.6 build compiler: Visual Studio build date: Jun 13 2020 build type: RelWithDebInfo build revision: 0 (devel) crash date: Oct 10 2022 13:19:40 exception: Integer divide by zero (0xc0000094)...
  12. K

    Get AAB file instead of APK

    bump
  13. K

    Lua Request item that unequips after X seconds and goes back to bp

    Following this logic, would it be possible to do so? The ring lasts for 3 seconds After these 3 seconds, it does not disappear, but it will return to the backpack and can only be equipped after 24 hours
  14. K

    Lua Request item that unequips after X seconds and goes back to bp

    Hello, I would like to know if anyone could help me with an item I need to make (actually there are 3 items, but if you can help me with any amount I will be immensely grateful) I've already added the item on the server and everything else, I put its ID and put it as ring, however, I would...
  15. K

    Get AAB file instead of APK

    bump
  16. K

    Get AAB file instead of APK

    bump
  17. K

    Get AAB file instead of APK

    I have a developer account on the Play Store and I would like to put the application from my server on it, but the Play Store is only accepting .AAB file uploads and not .APK I would like to know if there is any way I can get the .AAB from otclient v8
Back
Top