Jump to content

mogo

Members
  • Posts

    268
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by mogo

  1. 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.

  2. than every single soul in ncsoft is stupid because they do a weekly maintaince...please just dont reply you know nothing about administration...

    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"...

×
×
  • Create New...