• 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

    [TFS 1.2] A few questions about reporting in TFS 1.2

    Merge this feature from 1.3 to 1.2 and that's all. I saw on the Polish board that you want to start a server with sms shop, and you do not know the TFS or LUA / C++ basics. Take it easy and drop your "project".
  2. H

    Help with hotkeys wrong message

    Could you send engine source code?
  3. H

    $25 reward. Looking for suggestions on a server name

    CusteriaOT, CustediaOT Custom + RPG + RPGedia
  4. H

    [MyACC] News Ticker

    No raczej nie. Jak chcesz taką implementację to napisz na PW. Możliwe, że się dogadamy :D
  5. H

    Problem z nginx pobiera pliki zamiast wczytywać PHP

    Czy na pewno masz php5-fpm? Sprawdź co zainstalowałeś na tym VPS
  6. H

    Problem z nginx pobiera pliki zamiast wczytywać PHP

    Pokaż config strony na z /etc/nginx/conf.d albo sites-available
  7. H

    Task count more than one monster

    local config = { ['drillworm'] = {amount = 220, storage = Storage.Quest.Quest.TaskDrillWormCount, startstorage = Storage.Quest.Quest.TaskDrillWorm, startvalue = 1}, ['giant spider'] = {amount = 220, storage = Storage.Quest.Quest.TaskDrillWormCount, startstorage =...
  8. H

    Error installing server to VPS

    I can help you. You have to send IP, SSH port, root login and root password via PM.
  9. H

    Linux ubuntu 18.04 installing server.

    Ubuntu / Debian, NGINX, MariaDB, PHP7.3-FPM and voilà.
  10. H

    Szukam programisty C++

    UoD?
  11. H

    Server log shows how much other player hits (remove)

    Whoops, too many lines to delete. Try one more time: if (attacker) { spectatorMessage += " due to "; if (attacker == target) { spectatorMessage += (targetPlayer ? (targetPlayer->getSex() == PLAYERSEX_FEMALE ? "her own attack" ...
  12. H

    Server log shows how much other player hits (remove)

    Find and delete: if (message.primary.color != TEXTCOLOR_NONE || message.secondary.color != TEXTCOLOR_NONE) { std::string damageString = std::to_string(realDamage) + (realDamage != 1 ? " hitpoints" : " hitpoint"); std::string spectatorMessage =...
  13. H

    Problem z czasem

    php.ini date.timezone
  14. H

    Płatności gesior

    <?php error_reporting(E_ALL); ini_set('error_reporting', E_ALL); ini_set("display_errors", 1); $settings = array( /* @nazwa: userid @opis: numer identyfikacyjny partnera nadawany po zarejestrowaniu konta (dostępny po zalogowaniu). */...
  15. H

    Apply save talkaction

    player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, ">>>Message<<<")
  16. H

    Apply save talkaction

    Uhmm, example: function onSay(player, words, param) if player:toggleStatsAsPercentage() then player:setStorage(..., 1) -- player is now using percentage notation, you can send him a message. else player:setStorage(..., 0) -- player is now using normal...
  17. H

    Problem z logowaniem do klienta.

    Jeżeli logujesz się poprawnie za pomocą 1/1 to pole `password` jest jako plain i tak masz ustawić w AAC. Przejrzyj kod z AAC makera i poszukaj w takich plikach jak accountmanagement, createaccount funkcji sha1(jakaś zmienna np. $password), a następnie zrób tak żeby nie było tej funkcji sha1...
  18. H

    Problem z logowaniem do klienta.

    To porównaj hasło account managera z hasłem konta utworzonego przez AAC. Jeżeli hasło account managera jest w SHA1, a hasło z AAC jest w formie plain to coś w AAC jest skopane (pewnie w pliku PHP, który odpowiedzialny jest za utworzenie konta nie ma odpowiedniej funkcji, która encoduje hasło...
  19. H

    C++ Modal Windows 0.3.6/0.4

    Not possibru, beep boop.
  20. H

    TFS 1.X+ Imbuing system tfs

    Nope, you have to port imbuing system by self, or use OTX.
Back
Top