Slashdot Mirror


World of Warcraft For The Win

In a press release from their website, Blizzard has announced that World of Warcraft has won. Or, more specifically, that the game "has surpassed 1.5 million paying customers in China - just a month following the game's commercial launch on June 7, 2005. The critically acclaimed World of Warcraft has now achieved another significant milestone as the largest MMORPG in the world, with more than 3.5 million global customers." Relatedly, Gamespy's OnLife column this week centers around the WoW duping story that we touched on earlier. From the article: "Needless to say, many players are a bit incensed that Blizzard isn't taking this as seriously as they feel it should. Others, though, are convinced that there isn't any duping actually going on. It's an urban myth, they say, which gullible forumites are unwittingly perpetuating."

1 of 437 comments (clear)

  1. Re:Dupe exists... sad farmers by _xeno_ · · Score: 5, Interesting

    You don't even need Photoshop. You can do that with macros. I had to split them into four macros due to the 255 char limit, but try these out:

    /script local i,n,b,c; for i=1, 7 do n = "BrowseButton"..i; getglobal(n):Show(); b = getglobal(n.."Name"); b:SetText("Krol Blade"); c = ITEM_QUALITY_COLORS[4]; b:SetVertexColor(c.r, c.g, c.b); getglobal(n.."ClosingTimeText"):SetText("Long"); end

    /script local i,n; BrowseNoResultsText:Hide(); for i=1, 7 do n = "BrowseButton"..i; getglobal(n.."ItemIconTexture"):SetTexture("Interf ace\\Icons\\INV_Sword_18"); getglobal(n.."Level"):SetText("51"); getglobal(n.."ClosingTimeText"):SetText("Long"); end

    /script local i,n,m; for i=1, 7 do n = "BrowseButton"..i; getglobal(n.."ItemCount"):Hide(); m=n.."MoneyFrame"; getglobal(m):SetPoint("RIGHT",n,"RIGHT",10,10); MoneyFrame_Update(m, 3009500); getglobal(n.."YourBidText"):Hide(); end

    /script local i,n,m; for i=1, 7 do n = "BrowseButton"..i; m=getglobal(n.."BuyoutMoneyFrame"); m:Show(); MoneyFrame_Update(m:GetName(), 3200000); getglobal(n.."BuyoutText"):Show(); getglobal(n.."HighBidder"):SetText("CmdrTaco"); end

    The end result? CmdrTaco is up to something! (Remember all real account names can't have mixed case - they're always with an initial capital and then all lowercase.)

    Ironically enough, because that screenshot wasn't "faked" per se, and is really what the ingame interface would look like, comparing it with the "dupe proof" screen shot shows that the dupe screenshot was faked in Photoshop!

    --
    You are in a maze of twisty little relative jumps, all alike.