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

    Faster offline skill

    Hey, how to increase offline skilling? For example, offlineSkill * 2 function onLogin(player) local lastLogout = player:getLastLogout() local offlineTime = lastLogout ~= 0 and math.min(os.time() - lastLogout, 86400 * 21) or 0 local offlineTrainingSkill =...
  2. H

    C++ Fire Field Damage In Non-PVP

    Hi, I have a problem. Will use fire bomb rune in non-pvp. I'm on fire is ok. I'm relogging, I'm coming back and fire field takes my health. TFS 1.4. Anyone got an idea?
  3. H

    TFS 1.X+ Offline Training OnLogin Problem

    My code: function onLogin(player) local lastLogout = player:getLastLogout() local offlineTime = lastLogout ~= 0 and math.min(os.time() - lastLogout, 86400 * 21) or 0 local offlineTrainingSkill = player:getOfflineTrainingSkill() if offlineTrainingSkill == -1 then...
  4. H

    TFS 1.X+ Offline Training OnLogin Problem

    Help Please. :)
  5. H

    SSL + Logowanie Tibia Client

    Mam kilka domen, i te bez https działają dobrze. Na usłudze HTTPS porty nie są odblokowane. Jednak nie wiem jak to zrobić.
  6. H

    SSL + Logowanie Tibia Client

    Hej, kupiłem i skonfigurowałem domenę szyfrowaną za pomocą SSL w OVH.pl. Wszystko działa dobrze, lecz nie mogę zalogować się do gry. Miał ktoś coś podobnego? Co należałoby zrobić aby móc zalogować się do gry za pomocą IP z SSL.
  7. H

    Tester / Testerka Evolution OTS 10.98

    Hej, poszukuję osoby do przetestowania systemów, czarów, komend, eventów, mapy, questów, expowisk. Chciałbym otrzymać informację zwrotną co należałby poprawić. Chętnych zapraszam do komentarzy. Po weryfikacji otrzymujesz: IP / domenę serwera klienta tibii do logowania status administratora...
  8. H

    [TFS 1.3] EventCallback: Firestorm Event

    How to add create teleport, waiting room and join to event? :)
  9. H

    Block item on event

    Thank you for your help. :)
  10. H

    Block item on event

    Thank you, if I also want to block spells (exura, exori, utani hur) then here? playerSpellCheck
  11. H

    Block item on event

    Thank you! It works! :) I noticed something like this in the cpp code: if (player->hasFlag(PlayerFlag_CannotUseSpells)) { zreturn false; } Can i somehow use it in lua? I would like to manage this in .lua and not .cpp :) player:setFlag(PlayerFlag_CannotUseSpells)
  12. H

    Block item on event

    How to block the use of items during the event? I don't want to add this code in every file. I am currently using this: local combat = Combat() combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) combat:setParameter(COMBAT_PARAM_CREATEITEM, ITEM_MAGICWALL) local...
  13. H

    TFS 1.X+ Offline Training OnLogin Problem

    Hello, i have problem with this code. Please help me. :) Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/offlinetraining.lua:onLogin getNumber(). Argument 2 has out-of-range value for j: -1 stack traceback: [C]: in function 'setOfflineTrainingSkill'...
  14. H

    Question Respawn

    Dont work. ;/
  15. H

    pomoc w postawieniu ots na vps

    Musisz posiadać pliki źródłowe silnika (*.h, *.cpp) i następnie je skompilować do pliku wykonywalnego.
  16. H

    Zakup donatora paypal

    To mogę kupić donatora bez podpięcia karty ?
  17. H

    Evolution unique layout

    300 PLN - only layout
  18. H

    Evolution unique layout

    Hello, I am looking for a person who will make a unique layout for me. Please submit offers.
  19. H

    Zakup donatora paypal

    Witam, na koncie paypal posiadam 10.27 dolarów, donator kosztuje 9 dolarów. Podczas próby płatności otrzymuję informację iż muszę dodać kartę. W czym tkwi problem? Serwis paypal odpisał, że nie mam wystarczającej ilości pieniędzy na koncie. np. Podczas zakupu mogą być ukryte koszty np. koszt...
  20. H

    Zmiana wersji z 10.98 na 10.77

    Jak zmienić aby silnik był kompatybilny z wersją tibi 10.77 ? Link do TFS 10.98: The Forgotten Server 1.2
Back
Top