$sql ="select ACCOUNT_NAME, COUNT(ACCOUNT_ID) CNT from WOW_ACCOUNTS group by ACCOUNT_NAME";
$request = sqlQuery($sql);
while($RS = mysql_fetch_assoc($request)) {
if ($RS['CNT'] == 1 ) $singleBasementNerd++;
if ($RS['CNT'] == 2 ) $happyWowCouple++;
if (($RS['CNT'] >= 3 ) && ($RS['CNT'] <= 10 )) $boxer ++;
if ($RS['CNT'] == 31.54 ) $sam++;
if ($RS['CNT'] == 36 ) $prepared++;
if ($RS['CNT'] > 37 ) $botter++;
}
if ( ($boxer / ($singleBasementNerd+$happyWowCouple) < 0.00001 ) {
updateBluePost( "The number of multi-boxers is trivial. If you are a hardcore player you may know several of them, but in the grand scheme there are very few people really doing that." );
} else {
sendmail ( 'WOWCEO@blizzard.com', 'must nerf boxing' );
}
ok maybe it's more complex than that, but i reckon a/ it can't be too difficult to get some sort of idea, b/ any number they come up with will probably be wrong, but not by much that they need to worry about correcting it![]()
Connect With Us