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

    CoreBot - quite advanced Tibia bot for newest Tibia version!

    Hey! I would like to present You quite advanced Tibia cheating tool known as CoreBot. CoreBot is being updated when Tibia does, so there is always working version for the newest Tibia avialable to download. What CoreBot is? Stealth bot - Every action is done by 100% simulating Mouse&Keyboard...
  2. MeNi

    C++ - Pobranie najwyższego kontenera (containers.cpp)

    Pisze jeszcze raz w nowym temacie, bo tamten dotyczyl czegos innego, poza tym pytanie zaginelo gdzies w n-tym poscie. mam taką funkcję w kodzie TFSa (container.cpp), która ma sprawdzać, czy można dodać coś do danego np. BP: ReturnValue Container::__queryAdd(int32_t index, const Thing*...
  3. MeNi

    getAllItemHoldingCount

    Otóż mam taką sobie funkcyjkę w TFSie: uint32_t Container::getItemHoldingCount() const { uint32_t counter = 0; for(ContainerIterator it = begin(); it != end(); ++it) ++counter; return counter; } i na jej podstawie chciałbym zrobić coś takiego: uint32_t...
  4. MeNi

    Exhaust w c++

    Jak: 1) dodać exhaust (na gracza, nie globalny)ale taki, żeby sie nie gryzł z innymi exhaustami w silniku, tylko jako osobny zupełnie exhaust. 2) jaka go sprawdzić, czyli coś jak: if player->isSpecExhausted() return;
  5. MeNi

    Compiling Exhaust in C++

    Hi, i want to add exhaust to for example function in C++. I want it to be player exhaust, not global exhaust. So for example: if (!player-isexhausted(exhaustid)){ doAction player-AddExhaustTime(exhaustid,100ms) } else { // nothing } So, one player can execute certain action...
  6. MeNi

    bindOnlyGlobalAddress

    Chce odpalic server, ale wywala mi blad: theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:38: boost::condition_variable::~condition_variable(): Assertion `!pthread_cond_destroy(&cond)' failed. Jakie IP wpisac w config.lua? 127.0.0.1, czy zewnetrzne? Na...
  7. MeNi

    NO-PZ HOPPING Movement

    Hi, could anybody make a simple movement, that will add exhaust on spells&attacks when leaving pz? I want this to stop players PZ-HOPP at spawns, so they go out from pz for 0.5 sec, cast spell and go back.
  8. MeNi

    Linux Ubuntu 10.10 TFS Repositories

    Hello, what repositories should i use to install following packages on my server to make my TFS compile: apt-get install libboost1.38-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev sqlite3 lua5.1...
  9. MeNi

    Jaki system na dedyku?

    Jaki system polecacie wziąć na dedyku z kimsufi pod TFSa, jakiś czas temu pod stary serwer używałem Ubuntu 9.10 i sprawowało się nieźle, ale nie ma go już na kimsufi, są np. ubuntu 10.10, 10.04, 11.10, 11.04, ale jak wziąłem 10.10 to brakuje paczek root@ks123456:~# apt-get install...
  10. MeNi

    Lua Damage dealt by spells depending on storage value

    Hi, I need to make damage dealt by spells depending on player storage, so its normal power of spell when storage is 1, when its bigger then damage = base_damage*getPlayerStorage~ Anyone know how to make that works?
  11. MeNi

    Najlepszy Map Editor pod 8.6

    Witam, Jaki polecacie najlepszy Map Editor pod 8.6? Ostatnio nie miałem większego kontaktu ze sceną OpenTibia, a za czasów kiedy się tym jeszcze zajmowałem, królował Remere's Map Editor, jednak teraz wydaje mi się, że od dłuższego czasu nie był on aktualizowany, a do tego miałem z nim spore...
  12. MeNi

    Lepsze firmy hostingowe od Kimsufi(OVH)?

    Witam, Polecacie jakieś lepsze/tańsze/to-i-to firmy hostingowe, niż Kimsufi? Bo w Kimsufi serwer trzymam tylko z przyzwyczajenia, a może za tą samą kasę miałbym coś lepszego gdzie indziej. Ogólnie nie narzekam na jakość, bo oprócz kłopotów na początku, jakiś rok temu teraz nie mam żadnych...
  13. MeNi

    Compiling [Linker error] undefined reference to `boost::thread_resource_error::thread_resourc

    While dompiling TFS 0.2.8 i have error: [Linker error] undefined reference to `boost::thread_resource_error::thread_resource_error()' I am using TF Dev-Cpp from there http://otland.net/f19/forgotten-dev-cpp-v2-6-a-1024/ How to fix this?
  14. MeNi

    Diffrences between TFS 0.2.8 [8.6] and TFS 0.4 [8.6]?

    What are main diffrences between those 2 version (0.2.8 and 0.4) of TFS? is 0.4 having much more features? bcoz most of servers i checked on otservlist have TFS 0.4, is it much better?
  15. MeNi

    Modern AAC - Status: Offline gdy serwer online

    siema, mam problem z modern aac - na jednym dedyku mam 2 OTSy, i w modernie mieszają mi się statusy, na jednym pisze, że Players: 1/1000, a jest 0 graczy, a 1 jest na drugim, a na drugim, tym z 1 graczem pisze ze wogle serwer offline, a jest online... zaczelo sie gdy odpalilem 2gi serwer na...
  16. MeNi

    Compiling bindOnlyConfiguredIp

    hi, i have tfs 0.4 r3748 witch i am using on my OTS for loong time, it is very stable and i made some changes in source in it, so i dont want to change rev to other but there is one problem in this rev, bindOnlyConfiguredIpAdress dont work here when i want run 2 OTS on one dedicated server...
  17. MeNi

    Lua Function Create custom monster by lua script (custow name,hp,exp,outfit,spells)

    Hello. I am releasing lua function i made to create custom monsters by lua script. function code -> use: doCreateCustomMonster(name, pos, outfit, health, spells, corpse, distance, experience ) int32_t LuaInterface::luaDoCreateCustomMonster(lua_State* L) { //doCreateCustomMonster(name...
  18. MeNi

    [lua function] doCreateCustomMonster

    Hi, i need function to create "custom monsters" by lua script, something like: doCreateCustomMonster("Monster Name", <looktype>, <health>, <attacks>, etc...) is it possible? @EDIT version working with custom outfit, health, name and spells...
  19. MeNi

    Selling [Modern AAC] MeNi SMS Shop System - Dotpay/Homepay/Daopay + stats

    ENG: This script is in PL language and it is useful like only for PL ppl, so i wont translate whole post to ENG PL: Witam wszystkich, mam na sprzedaż skrypt SMS Shop System by MeNi - jest to skrypt do obsługi sms shopu na Modern AAC. Ja jestem autorem skryptu, włożyłem sporo pracy żeby...
  20. MeNi

    [TFS 0.4] 2 OTS, 2 IPs, one dedicated server?

    Hi, I have TFS 0.4 r3876, 8.57. I had 2 OTS on one dedicated serv (ovh -> ip failover) some time ago, but it was on tfs 0.3.6, where was "bind only configured ip~" in config.lua, but in my tfs 0.4 there isn't such option. So here comes my question, how to do it on 0.4?
Back
Top