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

    9.8

    Subversion
  2. Diath

    Packet sniffer

    To zle wiesz, od tego sluza filtry CaptureFilters - The Wireshark Wiki
  3. Diath

    Packet sniffer

    wireshark
  4. Diath

    [ZnoteACC] Start server from AAC (Linux only)

    Instead of using killall you should retrieve process id while spawning it and then killing it directly by the id, you'll avoid killing any other server running under the same name, also no need to cd to the directory, you can call the binary by full path (always some less calls). Another thing...
  5. Diath

    How to make a window with few windows inside ?

    You can put MiniWindow inside of another MiniWindow's content.
  6. Diath

    Nowy bot ????

    Sorry ale w dzisiejszej Tibii nie widze sensu grania recznie na malym levelu, jest to zmudne i nudne, wiec imo najpierw lepiej wybocic ten level na ktorym zaczyna sie zabawa.
  7. Diath

    Too much mana

    You need to reset conditions field in database.
  8. Diath

    [League of Legends] General Discussion

    odog, sides/10
  9. Diath

    [League of Legends] General Discussion

    He started with higher elo.
  10. Diath

    Stare, dobre czasy serwerów Evolution - Te czasy mogą powrócić!

    hajsik musi sie zgadzac
  11. Diath

    Tower diving at 900 elo

    lel
  12. Diath

    Pokój tylko dla 1 osoby.

    dohoho xD
  13. Diath

    Follow Chris Hansen NBC

    the profile would appear to be totally worth following
  14. Diath

    Linux Server log

    You keep doing something completely wrong, that's the problem.
  15. Diath

    npchandler.lua / zwalone onThink O.o?

    Jaka wersja gcc?
  16. Diath

    Przerzucenie account_id do kolumny sell

    Bo kolumna account_id nawiazuje do pola id z accounts, nie mozesz od tak przestawic ja na byle jaka wartosc.
  17. Diath

    Linux Server log

    /home/server/theforgottenserver > output.log 2>&1
  18. Diath

    Linux Server log

    It works pretty fine, you must be messing something up :p
  19. Diath

    Linux Server log

    This way you'll catch only stdout and TFS mostly uses calls to stderr so 2> switch is required here.
  20. Diath

    Linux Server log

    Are you running Linux? If so then it's a basic thing, redirecting the stream to be specific. linux - Redirect all output to file - Stack Overflow
Back
Top