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

    Zabezpieczenia / DDos

    Jeśli chodzi o stronę to cloudflare powinno się sprawdzić jako firewall i reverse proxy, zakładając że strona będzie na innym adresie niż sewer, czyli np gracze loguja się przez TWOJADOMENA.PL a strona stoi na WWW.TWOJADOMENA.PL, przy czym masz autoprzekieorwanie na wersję z www jak ktoś wejdzie...
  2. averatec

    Programista poszukiwany C++

    Klienta na 99% nie trzeba modyfikować, za to będzie trochę zabawy ze źródłami serwera. Były już takie hybrydy obsługujące 8.6+/-, nie wiem czy któryś OTX tak nie ma.
  3. averatec

    Cipsoft on Github?

    Not only that, also copied shop system 😂
  4. averatec

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    Does it use API or custom opcodes?
  5. averatec

    Problem z Outfitterem.

    https://paiza.io/projects/F3QJWqiv4PN2eKhrJq02Ig No wg mnie wyciąga dane z XMLa.
  6. averatec

    Problem z Outfitterem.

    Hmmm masz chyba jednak błąd w skrypcie, tzn html nie jest do końca poprawny <!--- twoja wersja --> <image src='....'/> <!--- a poprawnie jest --> <img src='...'/>
  7. averatec

    Problem z Outfitterem.

    http://www.memsoria.pl/outfitter.php?id=131&head=20&body=20&legs=20&feet=20 tutaj masz na sztywno wklepane wartości i się nie generuje
  8. averatec

    Problem z Outfitterem.

    Pytanie co ma się wyświetlać skoro generuje pusty obrazek? Masz w ogóle poprawnie ten outfitter zainstalowany? Przykład: http://www.memsoria.pl/outfitter.php?id=131&head=20&body=20&legs=20&feet=20 Skrypt jest poprawnie zrobiony o ile tak to można nazwać. Wklej mi skrypt tego outfittera i co...
  9. averatec

    Problem z Outfitterem.

    pokaż cały plik
  10. averatec

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    How much space take such recording if it's not live cam?
  11. averatec

    Problem z Outfitterem.

    $xml = <<<XML <?xml version="1.0"?> <player name="Abbys" account="1" sex="4" lookdir="Polnoc" exp="125538930" voc="4" level="198" access="6" bless="0" cap="0" maglevel="4" lastlogin="1599680238" premticks="0" promoted="1" vipticks="0" namelock=""><spawn x="341" y="233" z="8"/><temple x="295"...
  12. averatec

    Problem z Outfitterem.

    https://www.php.net/manual/en/simplexml.examples-basic.php
  13. averatec

    Linux Reliable VPS for hosting in North America

    Azure (Regions overview), AWS, GCloud, OVH
  14. averatec

    Linux Server Crash at dissconnecting or connecting from SSH Client (MobaXterm)

    First you need to check stacktrace from crash with tool gdb Server crash after 10-15min continues · Issue #137 · ninjalulz/FORGOTTENSERVER-ORTS (https://github.com/ninjalulz/FORGOTTENSERVER-ORTS/issues/137#issuecomment-35415823)
  15. averatec

    Special sqm

    Set actionId on this tile and then add this to the movements.xml
  16. averatec

    Special sqm

    local outfitId = 123 -- fill this with desired outfit id local addon = 0 -- i don't remember how it works, but probably 0,1,2,3 are possible values function onStepIn(cid, item, position, fromPosition) if canPlayerWearOutfitId(cid, outfitId, addon) then return true end return...
  17. averatec

    .Net Core OT Producer/Consumer model

    @jlnunez89 One question, does your project support LUA? Sorry, I didn't check your github yet.
  18. averatec

    Hotpay.pl - Zabierają pieniądzę

    na przykład PP o gówniane 3 usd...
  19. averatec

    Integracja płatności Hotpay

    Hotpay ma trochę inny system niż np homepay/dotpay, z tego co widzę to serwer hotpay uderza z odpowiedzią do Twojego serwera czy płatność jest ok czy nie. Jeśli szukasz pomocy to dawaj na PW.
  20. averatec

    Which operating system is the best one to create a server (compiling, mapping, client, etc...)

    I mean that windows + docker when you shares volumes between windows and docker is worse than linux, windows + wsl is great but I don't recommend this in live environment :) Anyway if you don't share volumes between windows and docker but use golden images with all necessary data it should be...
Back
Top