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

    Linux lboost

    I got such an errors: root:~# apt-get install boost-all Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package boost-all root:~# apt-get install boost-filesystem boost-system Reading package lists... Done Building dependency tree...
  2. I

    Linux lboost

    Yeah, but i bring up my problem. :(
  3. I

    Linux lboost

    Using other operating system isn't the solution of my problem.
  4. I

    Linux lboost

    Yes, but my c++ coder add some features to TFS 1.0 and now that: apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev is not enough to compile TFS. He said that I would need install lboost_filesystem and lboost_system. I guess that these two...
  5. I

    Linux lboost

    Hi, I need to add new libraries to debian cmake: -lboost_filesystem and -lboost_system. I added some features and now, it is required to build TFS 1.0. But... I don't know how ... Must I install it? What than? Add definitions to somewhere?
  6. I

    [France] Demetri World [Custom] | 2/04/2016 |

    Yeah, Zepri is great spriter :). As regards the exp stages until the server is not started, we can change it. Maybe, before the official release i will add the polling with 2 or 3 options. The people will decide. But I don't know yet. If you are at level lower than 20, after death you will...
  7. I

    [France] Demetri World [Custom] | 2/04/2016 |

    There are some new runes. Some of them we can buy but there are also runes, which can be only made by sorcerer or druid. Of course, we have also a new monsters, but only few. What about custom spells? We didn't make it but probably to official server start we will add some but it isn't sure. I...
  8. I

    ObjectBuilder [10.32]

    doesn't matter, i didn't catch the context
  9. I

    ObjectBuilder [10.32]

    What is that bug?
  10. I

    [France] Demetri World [Custom] | 2/04/2016 |

    Have you got any suggestions or opinion? We would be glad to hear what do you consider about the project.
  11. I

    [France] Demetri World [Custom] | 2/04/2016 |

    PvP Arena Besides the standard PvP battles on the server, players also have the ability of fighting an enemy or a team of enemies on a specifically designed PvP arena. We can clash in teams of 1v1, 2v2 or 3v3. The statistics of each battle will be kept on the server's site and the last 10 inside...
  12. I

    [France] Demetri World [Custom] | 2/04/2016 |

    Demetri World is a server of an RPG type with a completely custom map. During its creation, we made sure that the project won't only have a big map, interesting locations, or advanced quests, but also, a really well developed PvP system. Our first time working on the server could have been seen...
  13. I

    Tłumacz/pisarz.

    umowa na prace jako hobby
  14. I

    Tłumacz/pisarz.

    Witajcie, poszukuję pisarza oraz tłumacza (polski ->angielski) do projektu RPG z własną mapą skończoną w 100% (35 mb mapy). Obecnie zajmujemy się tworzeniem questów i przygotowaniem do startu. Serwer jest dwu języczny (polski i angielski). Zainteresowanych proszę o pisanie tutaj w temacie bądź...
  15. I

    Scripter Need Scripter!

    Still valid?
  16. I

    New OTItemEditor

    Please, update to the latest tibia client version.
  17. I

    Solved tfs 1.0 (system.lua) error

    local specialQuests = { [20001] = 20001, -- Annihilator[20002] = 20002, -- Demon Helmet Quest (steel boots) [20003] = 20003, -- Demon Helmet Quest (demon helmet) [20004] = 20004, -- Demon Helmet Quest (demon shield) }local questsExperience = { [20001] = 100000, -- Annihilator[20002] = 25000...
  18. I

    Compiling Include file .h

    Hello, i added to source files (tfs 1.0 ), file md5.h. And i used it in tools.cpp. In 27 line i added: #include "md5.h" and then created function: std::string transformToMD5(const std::string& input) { MD5 md5; return std::string(md5.digestString(input.c_str())); } On windows in visual...
  19. I

    Lua TFS 1.0 reload

    Is possible to reload global.lua from a lua script? Is a function to it?
  20. I

    Next tfs 1.0 question - AID

    --[[ Moved from TFS 0.4 Dev to TFS 1.0 ]]-- --IDs items ITEM_SPECIAL_CONTAINER = 23643 ITEM_SETTINGS_CONTAINER = 24301 ITEM_DEVILRY_CONTAINER = 23840 ITEM_OIL_LAMP = 24554 ITEM_EMPTY_DEVILRY_SLOT = 23890 ITEM_DEVILRY_HEALING_0 = 23884 ITEM_DEVILRY_MANA_0 = 23886 local settingsItems = {...
Back
Top