Jump to content

Sojobo

Retired Staff
  • Posts

    1,533
  • Joined

  • Last visited

Everything posted by Sojobo

  1. Classic Sojobo landing right there
  2. Sojobo

    Test

    hello, you called? What is this, I'm confused
  3. Alucards a badass, don't hate. Also, !myduck
  4. In the last 10 minutes that number went up to 1,272 unique players so far today
  5. In other news Sojobot sniffed 1,238 unique players on the servers today.
  6. C# and I'm using SQLite cos I'm lazy, first time I've used SQLite actually, I'm usually a MySQL kinda guy.
  7. if ((message.StartsWith("!bef") || message.StartsWith("!bf")) && aliveduck) // befriend the duck { int myfriends = 0; m_dbConnection.Open(); string sql = "SELECT duckfriends FROM users WHERE guid = '" + User.SubItems[3].Text + "'"; SQLiteCommand command = new SQLiteCommand(sql, m_dbConnection); SQLiteDataReader reader = command.ExecuteReader(); while (reader.Read()) myfriends = Convert.ToInt16(reader["duckfriends"]); myfriends++; b.SendCommand("say -1 [Sojobot]: " + uname + " befriended the duck in " + Math.Round((DateTime.Now - lastduck).TotalSeconds, 2) + "s! They've befriended a total of " + myfriends + " ducks"); //They've made friends with " + usersduckfriends + " ducks so far!"); aliveduck = false; sql = "UPDATE users SET duckfriends = " + myfriends + " WHERE guid = '" + User.SubItems[3].Text + "'"; command = new SQLiteCommand(sql, m_dbConnection); command.ExecuteNonQuery(); m_dbConnection.Close(); }
  8. So far server 1 is the only server not to kill or make friends with any ducks, losers!
  9. !bef - befriend a duck when you spot one !bang - kill a duck when you spot one !duck - See how long it's been since a duck was last spotted !myduck - See your duck stats
  10. Updated first post, rosters updated and added a couple videos so ya'll know what you're letting yourself in for by applying <3
  11. Dax and Gash are great singers, they make for great turtle entertainment.
  12. Oh man you guys all just watched that jet slowly come towards and kill you all haha
  13. Very nicely played guys, always fun to get blown to shreds by the FSA!
×
×
  • Create New...