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

    javascript:alert(document.cookie);

    nie rozumiem o co Ci chodzi, o wyciaganie session id? nie da sie... chyba ze masz inny lepszy pomysl na sesje
  2. averatec

    Teleporty pod Action ID?

    hmm moze globalevents? tam powinien byc jakis skrypt typu onThink z tymi napisami... a rozwiazanie twojego problemu to stworzenie kolejnego skryptu onStepIn w movements ktory bedzie teleportowal wg danego aid
  3. averatec

    Right clicking on tfs 10.0+

    do you mean classic tibia controls?
  4. averatec

    Zmiany Na Forum

    1. http://otland.net/account/upgrades 2. github
  5. averatec

    Kompilacja - błąd

    gdzies powinnes miec pelen blad linkera bo to co podales nic nie mowi
  6. averatec

    OTList.net - A revolution for Creators & Players!

    currently hosting is placed on @Extrodus PC(that's why we got some troubles), we're looking for good hosting to move on it.
  7. averatec

    OTList.net - A revolution for Creators & Players!

    you are sad... ur post is totally unconstructive, probably u live with parents money and cannot do anything on ur own because u r lazy, am I right? we are creating something what give us satisfaction
  8. averatec

    OTList.net - A revolution for Creators & Players!

    thanks kula, right now we use php status getter, but I already wrote c++ status getter that will be implemented soon : )
  9. averatec

    OTList.net - A revolution for Creators & Players!

    Migration is finished, now updating list should be much more stable than before. Now we can focus on todo list : )
  10. averatec

    OTList.net - A revolution for Creators & Players!

    Right now there's no chat option, only inbox. I will finish some recoding stuff, new features and next I can create live chat
  11. averatec

    [Tibia 7.6] addEvent

    Jeśli porównujesz siebie do bydła to wszystko ok. Nie jesteśmy wszechwiedzący, nie wiemy z jakich sources korzystasz, a samo "7.6" gówno nam mówi. To tak jakbyś poszedł do mechanika i mówisz mu, że samochód Ci nie działa ale nie przyprowadzisz go i niech Ci wytłumaczy dlaczego nie działa, rusz...
  12. averatec

    Export/import database

    I don't use phpmyadmin, I found this picture in google, it can be different from newer version of pma
  13. averatec

    Tibia OtLand IP Changer

    can't you read or something?
  14. averatec

    Export/import database

    maybe you exported just structure without data
  15. averatec

    błąd przy kampilacji debian

    mam wątpliwości czy potrafisz czytać, skoro apt wypluwa Ci, że danego pakietu nie ma i nie został zainstalowany to co Ty chcesz kompilować? znajdź sobie odpowiadające pakiety i je zainstaluj i wtedy kompiluj aptitude search pakiet gdzie pakiet zamieniasz na nazwę której szukasz np wyszukanie...
  16. averatec

    Aktualne Sources.list

    http://www.debian.pl/threads/1408-Repozytoria-Debiana-wpisy-w-pliku-etc-apt-sources-list ciężko użyc google?
  17. averatec

    Programmer [PAID] Web Coder.

    there's sandbox paypal to test scripts without any using "real money"
  18. averatec

    !t1, !t2, !t3 talkaction script

    function onSay(cid, words, param) if (getCreatureCondition(cid, CONDITION_INFIGHT) == false) then if (tonumber(param) ~= nil and tonumber(param) > 0 and tonumber(param) < 8) then doTeleportThing(cid, getTownTemplePosition(param)) return true else...
  19. averatec

    Nowy Lay otlandu.

    jak Ci przeszkadza szerokość to włącz tampermonkey w chrome czy tam greasemonkey w innej przeglądarce i wrzuć taki skrypt: // ==UserScript== // @Name Otland.net Page Width Changer // @namespace http://otland.net/ // @version 1.0 // @description nothing special // @match...
  20. averatec

    Serwer 8.1 + source

    może #include <iostream> gdzies na poczatku pliku brakuje
Back
Top