Log in

View Full Version : Number of wow multiboxer Blue quote (one line)



Kicksome
04-05-2009, 04:05 PM
http://forums.worldofwarcraft.com/thread.html?topicId=16137184090&sid=1&pageNo=8#152

Ghostcrawler:
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.

Monk3yv
04-05-2009, 05:18 PM
I love how that guy put us in the same category as botters :(

Poetry
04-05-2009, 05:48 PM
Ghostcrawler:
The number of multi-boxers is trivial.

I wonder if they've been using the merged Battle.net accounts to estimate the number of boxers?

Eloxy
04-05-2009, 07:16 PM
Yeah how do they idenify boxers from regular players?
Do they just map us out from random reports and stuff, or how do they? Got me curius there

Eloxy

Zub
04-06-2009, 04:11 AM
$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 :)

ragawaga
04-06-2009, 04:45 AM
Yeah how do they idenify boxers from regular players?

With the hidden Blizzard spy cams that are everywhere...and the Blizz-sats that intercept our brainwaves and steal our thoughts...ofc!

...or it could be by doing a check to see how many accounts are registered to the same name coming from the same IP...but that sounds too far fetched to me 8|

RobinGBrown
04-06-2009, 05:36 AM
...or it could be by doing a check to see how many accounts are registered to the same name coming from the same IP...but that sounds too far fetched to me



They use out of work Russian remote viewers, it's how they catch botters too.

p.s. Always remember to wear some clothes while playing WoW, just in case it's your turn to be scanned by the Russkies

homerjunior
04-06-2009, 05:48 AM
I would assume they just count anyone as boxer if they have 2+ accounts in the same name, Regardless if they really are or not

beyond-tec
04-06-2009, 06:34 AM
@Zub:

*LOL* @ your sql-query

really made my day... :D :D :D :thumbsup:

Akeldema
04-06-2009, 07:27 AM
@Zub:

*LOL* @ your sql-query

really made my day... :D :D :D :thumbsup:Heh agreed, Thats realy good :thumbup:

Jafula
04-06-2009, 08:21 AM
@Zub:

*LOL* @ your sql-query

really made my day... :D :D :D :thumbsup:Heh agreed, Thats realy good :thumbup:This. Brilliant! :thumbsup:

Freddie
04-06-2009, 09:23 AM
That blue guy is more than a plain old blue guy.

http://www.wowinsider.com/2008/10/10/ghostcrwaler-introduced-to-blizzcon/

Los
04-06-2009, 09:58 AM
Lol @ query, and they prolly know exactly how many.

shaeman
04-06-2009, 10:16 AM
Tsk, Tsk.

You'll never have a cnt of 31.54 so $sam won't get incremented.

Shame on you :)

As an aside, how sad am I that I felt the need to debug joke code.