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

    Komórka

    Zastanów się może po co Ci jest ten telefon potrzebny. Z reguły we wszystkich dotykowych telefonach nie istnieje coś takiego jak długo trzymająca bateria (chociaż iPhone 3G u mnie trzymał rekordowo - 2 tygodnie - leżąc uśpiony w szafce :c). Te wszystkie androidy, iosy i bady są zazwyczaj w...
  2. Hermes

    [Poland, 8.6] The World of Neravia 3

    It's not my fault that the hosting company I used for the first time I ran Neravia (after I received rights with the old Neravia files) went down because they was attacked and main hub stopped working. After 48h downtime and few days of difficulties with connection we hadn't much players left...
  3. Hermes

    [Poland, 8.6] The World of Neravia 3

    [Poland, 8.6] The World of Neravia 3, UPDATE 3.1 TEST SERVER IS ONLINE, THE SERVER START: 14.02.2011 APPROX. AT 20:00 GMT+1 I would like to introduce Neravia 3. Third version of the great low-exp RPG server. It was very famous in Poland (just search for `neravia` in youtube), and now it...
  4. Hermes

    Linux Uptime shows 0h 0m :f

    Well, I have the same code in my layout, and it worked perfectly so it's not layout's fault :c
  5. Hermes

    Linux Uptime shows 0h 0m :f

    refreshentum :c
  6. Hermes

    Google Fighters

    Clinten: 67 7oo Hermes: 77 ooo ooo Pwnt, I guess : D
  7. Hermes

    Linux Uptime shows 0h 0m :f

    foreach($config['status'] as $param => $data) { $file_data .= $param.' = "'.str_replace('"', '', $data).'"\n'; } output: serverStatus_checkInterval = "303"\nserverStatus_lastCheck = "1297022055"\nserverStatus_online = "1"\nserverStatus_players = ""\nserverStatus_playersMax =...
  8. Hermes

    Linux Uptime shows 0h 0m :f

    It was already 777 :C, but I am wondering why it's not using line breaks. And in lighttpd error log it shows that there's an error in syntax in serverstatus (lack of line breaks).
  9. Hermes

    Linux Uptime shows 0h 0m :f

    It seems that the script that worked well before is saving config in a wrong way, without line breaking: serverStatus_checkInterval = "303"serverStatus_lastCheck = "1296944159"serverStatus_online = "1"serverStatus_players = "4"serverStatus_uptime = "0h 0m"serverStatus_monsters = "8432" And it...
  10. Hermes

    [Latest RTS] Last Poster Wins

    High School Musical is a good movie too :C
  11. Hermes

    Count to 10!

    2 short
  12. Hermes

    Linux Uptime shows 0h 0m :f

    I sold it to another guy, who's now running the test server, and there's an error like that :C
  13. Hermes

    Linux Uptime shows 0h 0m :f

    Refreshin'
  14. Hermes

    Linux Uptime shows 0h 0m :f

    Hi. I have a small problem :C. Recently I've made a complete reinstall of the system on my dedicated server (debian lenny). I noticed that my uptime indicator shows 0h 0m all the time, but sometimes (one refresh of about 20) it's displayed correctly. I think it has something to do with file...
  15. Hermes

    Jak zminimalizować ilość crashy?

    Ja mam 3884 i mój uptime wynosił grubo ponad 500h.
  16. Hermes

    Jak zminimalizować ilość crashy?

    Zedytowałem pierwszy post. Nic nie zrobisz mając windowsa. Jedynie zostaje Ci przejrzenie wszystkich skryptów. Najczęściej crashe powodują creaturescripty, globaleventy oraz movementy.
  17. Hermes

    Jak zminimalizować ilość crashy?

    System? W linuxie bardzo dokładny log możesz wyciągnąć z gdb. Kompilujesz serwer z parametrem , następnie instalujesz gdb: przed odpaleniem otsa wpisujesz (żeby gdb mógł wygenerować DUŻY plik core) no i normalnie odpalasz serwer. Po crashu musisz wejść w gdb i wskazać plik core serwera (nie...
  18. Hermes

    Passive Monsters + Experience per Attack !

    Stop monster from attacking players (hostile flag), then make a script using onAttack and doMonsterSetTarget function that will make monster target player. That's all. I don't have time to make such a script yet, sorry, but I had given you a complete solution that might work. @edit After some...
  19. Hermes

    Passive Monsters + Experience per Attack !

    I've posted you the solution that might work. Got no time to test it though, I'll see, maybe gonna do it tomorrow.
  20. Hermes

    Passive Monsters + Experience per Attack !

    Loal but what happens if monster is not hostile and onAttack script will get the flag `passive` from xml or lua table (without source edit) and then set target on player? Learn to think kiddos : P
Back
Top