Jump to content

mogo

Members
  • Posts

    268
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by mogo

  1. Could you please define "donations" in USD or Euros or GBP?
  2. Generate a random number between 0 and the size of the player list minus one. Then do a players.get(the_random_number)
  3. Install svnversion and make sure system variable PATH is pointing to it.
  4. Haha cheers Joe, but as you know I don't even start moving my fingers without friendly office environment and exceptional corporate benefit guarantees :))))
  5. What are you offering, Goddess? Competitive salary + benefit package + car allowance? :D
  6. Ok, step one: * Add server "B" to machine "A". Step two: There is no step two! You're already done!
  7. You are trying to use a list as an array. How to fix it? Use it as a list...
  8. You could do that with a simple SQL query. I don't remember the correct field names from the top of my head right now, but it would look something like UPDATE characters SET isHero=True WHERE char_name IN (SELECT char_name FROM characters ORDER BY onlinetime DESC LIMIT 4); Mix that with a bit of java or python so that the players wouldn't need to relog to actually become heroes or you can just run the query when the server is off for maintenance.
  9. But experienced staff is not looking for you! ZING!
  10. Use a GUI tool (heidi sql, navicat, etc.) or if you want to use the command line, try this http://www.nparikh.org/unix/mysql.php cheatsheet after reading the http://www.w3schools.com/sql/default.asp tutorial.
  11. I sadly announce that they started on chronicle 1. In the beginning they didn't even use databases, everything was stored in CSV files. L2j was first hosted on sourceforge and when they moved to their own dedicated servers, they didn't upload the old versions and began "freshly" from C4.
  12. code for what? do you seriously think that you'll post ONE word describing what you need and we'll start pasting patches one after another?
  13. You don't update kernels every week, services "come back properly" even without restarting, "stable" and "restarting" can't be in the same sentence. Think before you open your mouth kid yourself.
  14. Ncsoft uses windows servers - more restarts is better. The whole beauty of linux is the ability to restart individual modules in case of updates or configuration changes. Yes, ncsoft does a weekly maintenance, which means they optimise their databases, do various system security checks, but it DOES NOT MEAN that they restart their server machines. Now go and read a book or two instead of "teaching your dad how to shag a woman"...
  15. not really. (if you are on linux and you know what you are doing)
  16. Some serious shizz is happening. NegativeSizeArrayException, ArrayIndexOutOfBoundsException. Fire up the debugger, put some breakpoints in that joint and see what's cooking!
  17. you have ssh access god damnit! what else do you want? get yourself a l2j for linux guide and get rolling...
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock