bnet_scraper 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +7 -0
- data/.rspec +2 -0
- data/.travis.yml +4 -0
- data/Gemfile +4 -0
- data/LICENSE +20 -0
- data/README.md +136 -0
- data/Rakefile +10 -0
- data/benchmarks/sc2_profile_parsing.rb +24 -0
- data/bnet_scraper.gemspec +22 -0
- data/lib/bnet_scraper.rb +7 -0
- data/lib/bnet_scraper/starcraft2.rb +46 -0
- data/lib/bnet_scraper/starcraft2/achievement_scraper.rb +63 -0
- data/lib/bnet_scraper/starcraft2/base_scraper.rb +53 -0
- data/lib/bnet_scraper/starcraft2/league_scraper.rb +50 -0
- data/lib/bnet_scraper/starcraft2/match_history_scraper.rb +65 -0
- data/lib/bnet_scraper/starcraft2/profile_scraper.rb +63 -0
- data/spec/spec_helper.rb +5 -0
- data/spec/starcraft2/achievement_scraper_spec.rb +99 -0
- data/spec/starcraft2/base_scraper_spec.rb +14 -0
- data/spec/starcraft2/league_scraper_spec.rb +71 -0
- data/spec/starcraft2/match_history_scraper_spec.rb +53 -0
- data/spec/starcraft2/profile_scraper_spec.rb +128 -0
- data/spec/starcraft2_spec.rb +32 -0
- data/spec/support/achievements.html +1156 -0
- data/spec/support/league.html +8310 -0
- data/spec/support/leagues.html +3810 -0
- data/spec/support/load_fakeweb.rb +26 -0
- data/spec/support/matches.html +1228 -0
- data/spec/support/profile.html +1192 -0
- data/spec/support/shared/sc2_scraper.rb +72 -0
- metadata +140 -0
@@ -0,0 +1,1192 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
|
5
|
+
<head xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#">
|
6
|
+
<title>Demon - StarCraft II</title>
|
7
|
+
<meta content="false" http-equiv="imagetoolbar" />
|
8
|
+
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
|
9
|
+
<link rel="shortcut icon" href="/sc2/static/local-common/images/favicons/sc2.ico" type="image/x-icon"/>
|
10
|
+
<link rel="search" type="application/opensearchdescription+xml" href="http://us.battle.net/en-us/data/opensearch" title="Battle.net Search" />
|
11
|
+
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common.css?v39" />
|
12
|
+
<!--[if IE]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie.css?v39" />
|
13
|
+
<![endif]-->
|
14
|
+
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie6.css?v39" />
|
15
|
+
<![endif]-->
|
16
|
+
<!--[if IE 7]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie7.css?v39" />
|
17
|
+
<![endif]-->
|
18
|
+
<link title="StarCraft II - News" href="/sc2/en/feed/news" type="application/atom+xml" rel="alternate"/>
|
19
|
+
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2.css?v19" />
|
20
|
+
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/profile/profile.css?v19" />
|
21
|
+
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/profile/profile-ie6.css?v19" />
|
22
|
+
<![endif]-->
|
23
|
+
<!--[if IE]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie.css?v19" />
|
24
|
+
<![endif]-->
|
25
|
+
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie6.css?v19" />
|
26
|
+
<![endif]-->
|
27
|
+
<!--[if IE 7]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie7.css?v19" />
|
28
|
+
<![endif]-->
|
29
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/third-party/jquery.js?v39"></script>
|
30
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/core.js?v39"></script>
|
31
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/tooltip.js?v39"></script>
|
32
|
+
<!--[if IE 6]> <script type="text/javascript">
|
33
|
+
//<![CDATA[
|
34
|
+
try { document.execCommand('BackgroundImageCache', false, true) } catch(e) {}
|
35
|
+
//]]>
|
36
|
+
</script>
|
37
|
+
<![endif]-->
|
38
|
+
<script type="text/javascript">
|
39
|
+
//<![CDATA[
|
40
|
+
Core.staticUrl = '/sc2/static';
|
41
|
+
Core.sharedStaticUrl= '/sc2/static/local-common';
|
42
|
+
Core.baseUrl = '/sc2/en';
|
43
|
+
Core.projectUrl = '/sc2';
|
44
|
+
Core.cdnUrl = 'http://us.media.blizzard.com';
|
45
|
+
Core.supportUrl = 'http://us.battle.net/support/';
|
46
|
+
Core.secureSupportUrl= 'https://us.battle.net/support/';
|
47
|
+
Core.project = 'sc2';
|
48
|
+
Core.locale = 'en-us';
|
49
|
+
Core.language = 'en';
|
50
|
+
Core.buildRegion = 'us';
|
51
|
+
Core.region = 'us';
|
52
|
+
Core.shortDateFormat= 'MM/dd/yyyy';
|
53
|
+
Core.dateTimeFormat = 'MM/dd/yyyy hh:mm a';
|
54
|
+
Core.loggedIn = false;
|
55
|
+
Flash.videoPlayer = 'http://us.media.blizzard.com/global-video-player/themes/sc2/video-player.swf';
|
56
|
+
Flash.videoBase = 'http://us.media.blizzard.com/sc2/media/videos';
|
57
|
+
Flash.ratingImage = 'http://us.media.blizzard.com/global-video-player/ratings/sc2/en-us.jpg';
|
58
|
+
Flash.expressInstall= 'http://us.media.blizzard.com/global-video-player/expressInstall.swf';
|
59
|
+
var _gaq = _gaq || [];
|
60
|
+
_gaq.push(['_setAccount', 'UA-544112-16']);
|
61
|
+
_gaq.push(['_setDomainName', '.battle.net']);
|
62
|
+
_gaq.push(['_setAllowLinker', true]);
|
63
|
+
_gaq.push(['_trackPageview']);
|
64
|
+
_gaq.push(['_trackPageLoadTime']);
|
65
|
+
//]]>
|
66
|
+
</script>
|
67
|
+
<meta property="og:site_name" content="StarCraft II" />
|
68
|
+
<meta property="og:title" content="Demon - StarCraft II" />
|
69
|
+
<meta property="og:image" content="http://us.media.blizzard.com/battle.net/logos/og-sc2.png" />
|
70
|
+
<meta property="og:url" content="http://us.battle.net/sc2/en/profile/2377239/1/Demon/" />
|
71
|
+
<meta property="og:type" content="website" />
|
72
|
+
<meta property="og:locale" content="en_US" />
|
73
|
+
<meta property="fb:admins" content="470332842321,433163104416"/>
|
74
|
+
</head>
|
75
|
+
<body class="en-us"><div id="wrapper">
|
76
|
+
<div id="header">
|
77
|
+
<div class="search-bar">
|
78
|
+
<form action="/sc2/en/search" method="get" autocomplete="off">
|
79
|
+
<div>
|
80
|
+
<input type="text" class="search-field input" name="q" id="search-field" maxlength="200" tabindex="40" alt="Search StarCraft II" value="Search StarCraft II" />
|
81
|
+
<input type="submit" class="search-button" value="" tabindex="41" />
|
82
|
+
</div>
|
83
|
+
</form>
|
84
|
+
</div>
|
85
|
+
<h1 id="logo"><a href="/sc2/en/">Battle.net</a></h1>
|
86
|
+
<div id="header-plate">
|
87
|
+
<ul class="menu" id="menu">
|
88
|
+
<li class="menu-home">
|
89
|
+
<a href="/sc2/en/">
|
90
|
+
<span>Home</span>
|
91
|
+
</a>
|
92
|
+
</li>
|
93
|
+
<li class="menu-game">
|
94
|
+
<a href="/sc2/en/game/">
|
95
|
+
<span>Game Guide</span>
|
96
|
+
</a>
|
97
|
+
</li>
|
98
|
+
<li class="menu-community">
|
99
|
+
<a href="/sc2/en/community/">
|
100
|
+
<span>Community</span>
|
101
|
+
</a>
|
102
|
+
</li>
|
103
|
+
<li class="menu-media">
|
104
|
+
<a href="/sc2/en/media/">
|
105
|
+
<span>Media</span>
|
106
|
+
</a>
|
107
|
+
</li>
|
108
|
+
<li class="menu-forums">
|
109
|
+
<a href="/sc2/en/forum/">
|
110
|
+
<span>Forums</span>
|
111
|
+
</a>
|
112
|
+
</li>
|
113
|
+
<li class="menu-services">
|
114
|
+
<a href="/sc2/en/services/">
|
115
|
+
<span>Services</span>
|
116
|
+
</a>
|
117
|
+
</li>
|
118
|
+
</ul>
|
119
|
+
<div id="user-plate" class="ajax-update">
|
120
|
+
<div id="user-empty">
|
121
|
+
<a href="?login" onclick="return Login.open('https://us.battle.net/login/login.frag')"><strong>Log in</strong></a> with your Battle.net account to post comments and personalize your site content.
|
122
|
+
</div>
|
123
|
+
</div>
|
124
|
+
<ol class="ui-breadcrumb">
|
125
|
+
<li>
|
126
|
+
<a href="/sc2/en/" rel="np">
|
127
|
+
StarCraft II
|
128
|
+
</a>
|
129
|
+
</li>
|
130
|
+
<li class="last">
|
131
|
+
<a href="/sc2/en/profile/2377239/1/Demon/" rel="np">
|
132
|
+
Demon
|
133
|
+
</a>
|
134
|
+
</li>
|
135
|
+
</ol>
|
136
|
+
</div>
|
137
|
+
</div>
|
138
|
+
<div id="content">
|
139
|
+
<div id="content-top">
|
140
|
+
<div id="content-bot"> <div id="profile-wrapper">
|
141
|
+
<div id="profile-header">
|
142
|
+
<div id="portrait" onclick="Core.goTo('/sc2/en/profile/2377239/1/Demon/');">
|
143
|
+
|
144
|
+
|
145
|
+
<span class="icon-frame "
|
146
|
+
style="background: url('/sc2/static/local-common/images/sc2/portraits/1-90.jpg?v39') -270px -90px no-repeat; width: 90px; height: 90px;">
|
147
|
+
|
148
|
+
</span>
|
149
|
+
|
150
|
+
<div id="portrait-frame"> </div>
|
151
|
+
</div>
|
152
|
+
|
153
|
+
<div id="current-decals">
|
154
|
+
<div class="current-decal" data-tooltip="Zerg Decal">
|
155
|
+
|
156
|
+
|
157
|
+
<span class="icon-frame "
|
158
|
+
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?v39') -90px -270px no-repeat; width: 45px; height: 45px;">
|
159
|
+
|
160
|
+
<a href="/sc2/en/profile/2377239/1/Demon/rewards/zerg-decals#reward-2359737029" style="height: 45px"> </a>
|
161
|
+
</span>
|
162
|
+
</div>
|
163
|
+
|
164
|
+
<div class="current-decal" data-tooltip="Protoss Decal">
|
165
|
+
|
166
|
+
|
167
|
+
<span class="icon-frame "
|
168
|
+
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?v39') -270px -225px no-repeat; width: 45px; height: 45px;">
|
169
|
+
|
170
|
+
<a href="/sc2/en/profile/2377239/1/Demon/rewards/protoss-decals#reward-979617312" style="height: 45px"> </a>
|
171
|
+
</span>
|
172
|
+
</div>
|
173
|
+
|
174
|
+
<div class="current-decal" data-tooltip="Terran Decal">
|
175
|
+
|
176
|
+
|
177
|
+
<span class="icon-frame "
|
178
|
+
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?v39') 0px 0px no-repeat; width: 45px; height: 45px;">
|
179
|
+
|
180
|
+
<a href="/sc2/en/profile/2377239/1/Demon/rewards/terran-decals#reward-18730036" style="height: 45px"> </a>
|
181
|
+
</span>
|
182
|
+
</div>
|
183
|
+
</div>
|
184
|
+
|
185
|
+
<h2><a href="/sc2/en/profile/2377239/1/Demon/">Demon</a></h2>
|
186
|
+
<h3>3630</h3>
|
187
|
+
</div>
|
188
|
+
|
189
|
+
<div id="profile-left">
|
190
|
+
<ul id="profile-menu">
|
191
|
+
<li class="active">
|
192
|
+
<a href="/sc2/en/profile/2377239/1/Demon/">
|
193
|
+
|
194
|
+
|
195
|
+
Profile
|
196
|
+
</a>
|
197
|
+
</li>
|
198
|
+
<li>
|
199
|
+
<a href="achievements/">
|
200
|
+
<span class="forward"></span>
|
201
|
+
|
202
|
+
Achievements
|
203
|
+
</a>
|
204
|
+
</li>
|
205
|
+
<li>
|
206
|
+
<a href="matches">
|
207
|
+
|
208
|
+
|
209
|
+
Match History
|
210
|
+
</a>
|
211
|
+
</li>
|
212
|
+
<li>
|
213
|
+
<a href="rewards/">
|
214
|
+
<span class="forward"></span>
|
215
|
+
|
216
|
+
Rewards
|
217
|
+
</a>
|
218
|
+
</li>
|
219
|
+
<li>
|
220
|
+
<a href="ladder/">
|
221
|
+
<span class="forward"></span>
|
222
|
+
|
223
|
+
Leagues & Ladders
|
224
|
+
</a>
|
225
|
+
</li>
|
226
|
+
</ul>
|
227
|
+
|
228
|
+
|
229
|
+
</div>
|
230
|
+
|
231
|
+
<div id="profile-right">
|
232
|
+
|
233
|
+
<div class="profile-module">
|
234
|
+
<div class="module-top">
|
235
|
+
<div class="module-bot">
|
236
|
+
<div class="module-left" id="season-snapshot">
|
237
|
+
<div class="module-title">
|
238
|
+
<h3 class="title-globe">
|
239
|
+
Season 6 <span>-</span>
|
240
|
+
Snapshot
|
241
|
+
</h3>
|
242
|
+
</div>
|
243
|
+
|
244
|
+
<div class="module-body snapshot-protoss">
|
245
|
+
|
246
|
+
<div class="snapshot ">
|
247
|
+
<div class="ladder" data-tooltip="#best-team-1">
|
248
|
+
|
249
|
+
<a href="/sc2/en/profile/2377239/1/Demon/ladder/96905#current-rank">
|
250
|
+
|
251
|
+
<span class="badge badge-platinum badge-medium-1">
|
252
|
+
</span>
|
253
|
+
</a>
|
254
|
+
|
255
|
+
<div id="best-team-1" style="display: none">
|
256
|
+
|
257
|
+
<div class="tooltip-title">Highest Ranked in 1v1</div>
|
258
|
+
|
259
|
+
<div>
|
260
|
+
<strong>Division:</strong> Shelak Whiskey<br />
|
261
|
+
<strong>Rank:</strong> 95
|
262
|
+
</div>
|
263
|
+
</div>
|
264
|
+
</div>
|
265
|
+
|
266
|
+
<div class="division">1v1</div>
|
267
|
+
|
268
|
+
<div class="bars">
|
269
|
+
|
270
|
+
<div class="graph-bars primary" style="margin-top: 14px;">
|
271
|
+
<div class="graph-bar" style="width: 2%">
|
272
|
+
<span class="totals">1 Wins</span>
|
273
|
+
</div>
|
274
|
+
|
275
|
+
<span class="clear"><!-- --></span>
|
276
|
+
</div>
|
277
|
+
</div>
|
278
|
+
|
279
|
+
<span class="clear"><!-- --></span>
|
280
|
+
</div>
|
281
|
+
|
282
|
+
<div class="snapshot ">
|
283
|
+
<div class="ladder" data-tooltip="#best-team-2">
|
284
|
+
|
285
|
+
<a href="/sc2/en/profile/2377239/1/Demon/ladder/98162#current-rank">
|
286
|
+
|
287
|
+
<span class="badge badge-diamond badge-medium-2">
|
288
|
+
</span>
|
289
|
+
</a>
|
290
|
+
|
291
|
+
<div id="best-team-2" style="display: none">
|
292
|
+
|
293
|
+
<div class="tooltip-title">Highest Ranked in 2v2</div>
|
294
|
+
|
295
|
+
<div>
|
296
|
+
<strong>Division:</strong> Typhon Chi<br />
|
297
|
+
<strong>Rank:</strong> 45
|
298
|
+
</div>
|
299
|
+
</div>
|
300
|
+
</div>
|
301
|
+
|
302
|
+
<div class="division">2v2</div>
|
303
|
+
|
304
|
+
<div class="bars">
|
305
|
+
|
306
|
+
<div class="graph-bars primary" style="margin-top: 14px;">
|
307
|
+
<div class="graph-bar" style="width: 28%">
|
308
|
+
<span class="totals">13 Wins</span>
|
309
|
+
</div>
|
310
|
+
|
311
|
+
<span class="clear"><!-- --></span>
|
312
|
+
</div>
|
313
|
+
</div>
|
314
|
+
|
315
|
+
<span class="clear"><!-- --></span>
|
316
|
+
</div>
|
317
|
+
|
318
|
+
<div class="snapshot ">
|
319
|
+
<div class="ladder" data-tooltip="#best-team-3">
|
320
|
+
|
321
|
+
<a href="/sc2/en/profile/2377239/1/Demon/ladder/97985#current-rank">
|
322
|
+
|
323
|
+
<span class="badge badge-diamond badge-medium-1">
|
324
|
+
</span>
|
325
|
+
</a>
|
326
|
+
|
327
|
+
<div id="best-team-3" style="display: none">
|
328
|
+
|
329
|
+
<div class="tooltip-title">Highest Ranked in 3v3</div>
|
330
|
+
|
331
|
+
<div>
|
332
|
+
<strong>Division:</strong> Shakuras Lambda<br />
|
333
|
+
<strong>Rank:</strong> 56
|
334
|
+
</div>
|
335
|
+
</div>
|
336
|
+
</div>
|
337
|
+
|
338
|
+
<div class="division">3v3</div>
|
339
|
+
|
340
|
+
<div class="bars">
|
341
|
+
|
342
|
+
<div class="graph-bars primary" style="margin-top: 14px;">
|
343
|
+
<div class="graph-bar" style="width: 51%">
|
344
|
+
<span class="totals">24 Wins</span>
|
345
|
+
</div>
|
346
|
+
|
347
|
+
<span class="clear"><!-- --></span>
|
348
|
+
</div>
|
349
|
+
</div>
|
350
|
+
|
351
|
+
<span class="clear"><!-- --></span>
|
352
|
+
</div>
|
353
|
+
|
354
|
+
<div class="snapshot ">
|
355
|
+
<div class="ladder" data-tooltip="#best-team-4">
|
356
|
+
|
357
|
+
<a href="/sc2/en/profile/2377239/1/Demon/ladder/98936#current-rank">
|
358
|
+
|
359
|
+
<span class="badge badge-diamond badge-medium-1">
|
360
|
+
</span>
|
361
|
+
</a>
|
362
|
+
|
363
|
+
<div id="best-team-4" style="display: none">
|
364
|
+
|
365
|
+
<div class="tooltip-title">Highest Ranked in 4v4</div>
|
366
|
+
|
367
|
+
<div>
|
368
|
+
<strong>Division:</strong> Aleksander Pepper<br />
|
369
|
+
<strong>Rank:</strong> 54
|
370
|
+
</div>
|
371
|
+
</div>
|
372
|
+
</div>
|
373
|
+
|
374
|
+
<div class="division">4v4</div>
|
375
|
+
|
376
|
+
<div class="bars">
|
377
|
+
|
378
|
+
<div class="graph-bars primary" style="margin-top: 14px;">
|
379
|
+
<div class="graph-bar" style="width: 19%">
|
380
|
+
<span class="totals">9 Wins</span>
|
381
|
+
</div>
|
382
|
+
|
383
|
+
<span class="clear"><!-- --></span>
|
384
|
+
</div>
|
385
|
+
</div>
|
386
|
+
|
387
|
+
<span class="clear"><!-- --></span>
|
388
|
+
</div>
|
389
|
+
</div>
|
390
|
+
|
391
|
+
<div class="module-footer">
|
392
|
+
Most Played Race:
|
393
|
+
<a href="ladder/" class="race-protoss">Protoss</a>
|
394
|
+
</div>
|
395
|
+
</div>
|
396
|
+
|
397
|
+
<div class="module-right" id="career-stats">
|
398
|
+
<div class="module-title">
|
399
|
+
<h3 class="title-graph">Career Stats</h3>
|
400
|
+
</div>
|
401
|
+
|
402
|
+
|
403
|
+
|
404
|
+
<div class="module-body campaign-brutal">
|
405
|
+
<h4>League Wins</h4>
|
406
|
+
<h2>684</h2>
|
407
|
+
|
408
|
+
<br />
|
409
|
+
<h4>Games Won</h4>
|
410
|
+
|
411
|
+
<ul>
|
412
|
+
<li>
|
413
|
+
<span>137</span>
|
414
|
+
Custom Games
|
415
|
+
</li>
|
416
|
+
<li>
|
417
|
+
<span>1</span>
|
418
|
+
FFA
|
419
|
+
</li>
|
420
|
+
<li>
|
421
|
+
<span>306</span>
|
422
|
+
Co-Op vs AI
|
423
|
+
</li>
|
424
|
+
</ul>
|
425
|
+
|
426
|
+
<br />
|
427
|
+
|
428
|
+
<h4>Brutal Campaign Ace</h4>
|
429
|
+
</div>
|
430
|
+
</div>
|
431
|
+
|
432
|
+
<span class="clear"><!-- --></span>
|
433
|
+
</div>
|
434
|
+
</div>
|
435
|
+
</div>
|
436
|
+
|
437
|
+
<div class="profile-module single">
|
438
|
+
<div class="module-top">
|
439
|
+
<div class="module-bot">
|
440
|
+
<div class="module-left">
|
441
|
+
<div class="module-title">
|
442
|
+
<h3 class="title-shield">Achievements</h3>
|
443
|
+
</div>
|
444
|
+
|
445
|
+
<div class="module-body" id="top-achievements">
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
<div class="progress-tile">
|
450
|
+
<a href="achievements/category/3211280" class="progress-link">
|
451
|
+
<span class="portrait-a">
|
452
|
+
|
453
|
+
|
454
|
+
|
455
|
+
<span class="icon-frame "
|
456
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v39') -150px -450px no-repeat; width: 75px; height: 75px;">
|
457
|
+
|
458
|
+
</span>
|
459
|
+
|
460
|
+
<span class="clear"><!-- --></span>
|
461
|
+
</span>
|
462
|
+
|
463
|
+
Liberty Campaign
|
464
|
+
</a>
|
465
|
+
|
466
|
+
|
467
|
+
|
468
|
+
<div class="achievements-progress">
|
469
|
+
<div class="progress-wrapper">
|
470
|
+
<div class="progress-bar" style="width: 99.3710691824%"></div>
|
471
|
+
</div>
|
472
|
+
|
473
|
+
<span>1580</span>
|
474
|
+
</div>
|
475
|
+
</div>
|
476
|
+
|
477
|
+
|
478
|
+
<div class="progress-tile">
|
479
|
+
<a href="achievements/category/4325398" class="progress-link">
|
480
|
+
<span class="portrait-a">
|
481
|
+
|
482
|
+
|
483
|
+
|
484
|
+
<span class="icon-frame "
|
485
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v39') -525px -375px no-repeat; width: 75px; height: 75px;">
|
486
|
+
|
487
|
+
</span>
|
488
|
+
|
489
|
+
<span class="clear"><!-- --></span>
|
490
|
+
</span>
|
491
|
+
|
492
|
+
Exploration
|
493
|
+
</a>
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
<div class="achievements-progress">
|
498
|
+
<div class="progress-wrapper">
|
499
|
+
<div class="progress-bar" style="width: 100%"></div>
|
500
|
+
</div>
|
501
|
+
|
502
|
+
<span>480</span>
|
503
|
+
</div>
|
504
|
+
</div>
|
505
|
+
|
506
|
+
|
507
|
+
<div class="progress-tile">
|
508
|
+
<a href="achievements/category/4325392" class="progress-link">
|
509
|
+
<span class="portrait-a">
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
|
514
|
+
<span class="icon-frame "
|
515
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v39') -300px -525px no-repeat; width: 75px; height: 75px;">
|
516
|
+
|
517
|
+
</span>
|
518
|
+
|
519
|
+
<span class="clear"><!-- --></span>
|
520
|
+
</span>
|
521
|
+
|
522
|
+
Custom Game
|
523
|
+
</a>
|
524
|
+
|
525
|
+
|
526
|
+
|
527
|
+
<div class="achievements-progress">
|
528
|
+
<div class="progress-wrapper">
|
529
|
+
<div class="progress-bar" style="width: 34.7368421053%"></div>
|
530
|
+
</div>
|
531
|
+
|
532
|
+
<span>330</span>
|
533
|
+
</div>
|
534
|
+
</div>
|
535
|
+
|
536
|
+
|
537
|
+
<div class="progress-tile">
|
538
|
+
<a href="achievements/category/4325386" class="progress-link">
|
539
|
+
<span class="portrait-a">
|
540
|
+
|
541
|
+
|
542
|
+
|
543
|
+
<span class="icon-frame "
|
544
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v39') -75px -525px no-repeat; width: 75px; height: 75px;">
|
545
|
+
|
546
|
+
</span>
|
547
|
+
|
548
|
+
<span class="clear"><!-- --></span>
|
549
|
+
</span>
|
550
|
+
|
551
|
+
Cooperative
|
552
|
+
</a>
|
553
|
+
|
554
|
+
|
555
|
+
|
556
|
+
<div class="achievements-progress">
|
557
|
+
<div class="progress-wrapper">
|
558
|
+
<div class="progress-bar" style="width: 80.487804878%"></div>
|
559
|
+
</div>
|
560
|
+
|
561
|
+
<span>660</span>
|
562
|
+
</div>
|
563
|
+
</div>
|
564
|
+
|
565
|
+
|
566
|
+
<div class="progress-tile">
|
567
|
+
<a href="achievements/category/4325378" class="progress-link">
|
568
|
+
<span class="portrait-a">
|
569
|
+
|
570
|
+
|
571
|
+
|
572
|
+
|
573
|
+
|
574
|
+
|
575
|
+
<span class="icon-frame "
|
576
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v39') -225px -450px no-repeat; width: 75px; height: 75px;">
|
577
|
+
|
578
|
+
</span>
|
579
|
+
|
580
|
+
<span class="clear"><!-- --></span>
|
581
|
+
</span>
|
582
|
+
|
583
|
+
Quick Match
|
584
|
+
</a>
|
585
|
+
|
586
|
+
|
587
|
+
|
588
|
+
<div class="achievements-progress">
|
589
|
+
<div class="progress-wrapper">
|
590
|
+
<div class="progress-bar" style="width: 19.5402298851%"></div>
|
591
|
+
</div>
|
592
|
+
|
593
|
+
<span>170</span>
|
594
|
+
</div>
|
595
|
+
</div>
|
596
|
+
|
597
|
+
<span class="clear"><!-- --></span>
|
598
|
+
</div>
|
599
|
+
</div>
|
600
|
+
|
601
|
+
<div class="module-right">
|
602
|
+
<div class="module-title">
|
603
|
+
<h3 class="title-trophy">Showcase</h3>
|
604
|
+
</div>
|
605
|
+
|
606
|
+
<div class="module-body" id="achievement-showcase">
|
607
|
+
|
608
|
+
<div id="showcase-wrapper">
|
609
|
+
|
610
|
+
<div class="showcase-tile">
|
611
|
+
<a class="showcase-image" href="/sc2/en/profile/2377239/1/Demon/achievements/category/4325394">
|
612
|
+
<span class="portrait-a">
|
613
|
+
|
614
|
+
|
615
|
+
<span class="icon-frame "
|
616
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v39') -75px -600px no-repeat; width: 75px; height: 75px;">
|
617
|
+
|
618
|
+
</span>
|
619
|
+
|
620
|
+
<span class="clear"><!-- --></span>
|
621
|
+
</span>
|
622
|
+
Hot Shot
|
623
|
+
</a>
|
624
|
+
|
625
|
+
<p>Finish a Qualification Round with an undefeated record.</p>
|
626
|
+
</div>
|
627
|
+
|
628
|
+
<div class="showcase-tile" style="display: none">
|
629
|
+
<a class="showcase-image" href="/sc2/en/profile/2377239/1/Demon/achievements/category/3211279">
|
630
|
+
<span class="portrait-a">
|
631
|
+
|
632
|
+
|
633
|
+
<span class="icon-frame "
|
634
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/5-75.jpg?v39') -75px -525px no-repeat; width: 75px; height: 75px;">
|
635
|
+
|
636
|
+
</span>
|
637
|
+
|
638
|
+
<span class="clear"><!-- --></span>
|
639
|
+
</span>
|
640
|
+
StarCraft Master
|
641
|
+
</a>
|
642
|
+
|
643
|
+
<p>Complete all 30 rounds in “StarCraft Master".</p>
|
644
|
+
</div>
|
645
|
+
|
646
|
+
<div class="showcase-tile" style="display: none">
|
647
|
+
<a class="showcase-image" href="/sc2/en/profile/2377239/1/Demon/achievements/category/4325385">
|
648
|
+
<span class="portrait-a">
|
649
|
+
|
650
|
+
|
651
|
+
|
652
|
+
<span class="icon-frame "
|
653
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/4-75.jpg?v39') -525px 0px no-repeat; width: 75px; height: 75px;">
|
654
|
+
|
655
|
+
</span>
|
656
|
+
|
657
|
+
<span class="clear"><!-- --></span>
|
658
|
+
</span>
|
659
|
+
Team Protoss 500
|
660
|
+
</a>
|
661
|
+
|
662
|
+
<p>Win 500 Team league Quick Match games as Protoss.</p>
|
663
|
+
</div>
|
664
|
+
|
665
|
+
<div class="showcase-tile" style="display: none">
|
666
|
+
<a class="showcase-image" href="/sc2/en/profile/2377239/1/Demon/achievements/category/3211279">
|
667
|
+
<span class="portrait-a">
|
668
|
+
|
669
|
+
|
670
|
+
<span class="icon-frame "
|
671
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/5-75.jpg?v39') -375px -75px no-repeat; width: 75px; height: 75px;">
|
672
|
+
|
673
|
+
</span>
|
674
|
+
|
675
|
+
<span class="clear"><!-- --></span>
|
676
|
+
</span>
|
677
|
+
Night Of The Living III
|
678
|
+
</a>
|
679
|
+
|
680
|
+
<p>Survive 15 Infested Horde Attacks in the “Night 2 Die" mode of the “Left 2 Die” scenario.</p>
|
681
|
+
</div>
|
682
|
+
|
683
|
+
<div class="showcase-tile" style="display: none">
|
684
|
+
<a class="showcase-image" href="/sc2/en/profile/2377239/1/Demon/achievements/category/4325394">
|
685
|
+
<span class="portrait-a">
|
686
|
+
|
687
|
+
|
688
|
+
<span class="icon-frame "
|
689
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/5-75.jpg?v39') -225px -300px no-repeat; width: 75px; height: 75px;">
|
690
|
+
|
691
|
+
</span>
|
692
|
+
|
693
|
+
<span class="clear"><!-- --></span>
|
694
|
+
</span>
|
695
|
+
Team Top 100 Diamond
|
696
|
+
</a>
|
697
|
+
|
698
|
+
<p>Finished a season in a Team Diamond Division.</p>
|
699
|
+
</div>
|
700
|
+
</div>
|
701
|
+
|
702
|
+
<a href="javascript:;" class="showcase-arrow left" onclick="return Sc2.rotateShowcase(-1);"> </a>
|
703
|
+
<a href="javascript:;" class="showcase-arrow right" onclick="return Sc2.rotateShowcase(1);"> </a>
|
704
|
+
|
705
|
+
<script type="text/javascript">
|
706
|
+
//<![CDATA[
|
707
|
+
$(function() {
|
708
|
+
Sc2.beginShowcaseRotation();
|
709
|
+
});
|
710
|
+
//]]>
|
711
|
+
</script>
|
712
|
+
</div>
|
713
|
+
</div>
|
714
|
+
|
715
|
+
<span class="clear"><!-- --></span>
|
716
|
+
|
717
|
+
<div class="module-footer">
|
718
|
+
<a href="achievements/">More Achievements</a>
|
719
|
+
</div>
|
720
|
+
</div>
|
721
|
+
</div>
|
722
|
+
</div>
|
723
|
+
|
724
|
+
<span class="clear"><!-- --></span>
|
725
|
+
|
726
|
+
</div>
|
727
|
+
|
728
|
+
<span class="clear"><!-- --></span>
|
729
|
+
</div>
|
730
|
+
</div>
|
731
|
+
</div>
|
732
|
+
</div>
|
733
|
+
<div id="footer">
|
734
|
+
<div id="sitemap" class="promotions">
|
735
|
+
<div class="column">
|
736
|
+
<h3 class="bnet">
|
737
|
+
<a href="http://us.battle.net/" tabindex="100">Battle.net Home</a>
|
738
|
+
</h3>
|
739
|
+
<ul>
|
740
|
+
<li><a href="http://us.battle.net/what-is/">What is Battle.net?</a></li>
|
741
|
+
<li><a href="https://us.battle.net/account/management/get-a-game.html">Buy Games</a></li>
|
742
|
+
<li><a href="https://us.battle.net/account/management/">Account</a></li>
|
743
|
+
<li><a href="http://us.battle.net/support/">Support</a></li>
|
744
|
+
<li><a href="http://us.battle.net/realid/">Real ID</a></li>
|
745
|
+
</ul>
|
746
|
+
</div>
|
747
|
+
<div class="column">
|
748
|
+
<h3 class="games">
|
749
|
+
<a href="http://us.battle.net/" tabindex="100">Games</a>
|
750
|
+
</h3>
|
751
|
+
<ul>
|
752
|
+
<li><a href="http://us.battle.net/sc2/">StarCraft II</a></li>
|
753
|
+
<li><a href="http://us.battle.net/wow/">World of Warcraft</a></li>
|
754
|
+
<li><a href="http://us.battle.net/d3/">Diablo III</a></li>
|
755
|
+
<li><a href="http://us.battle.net/games/classic">Classic Games</a></li>
|
756
|
+
<li><a href="https://us.battle.net/account/download/">Game Client Downloads</a></li>
|
757
|
+
</ul>
|
758
|
+
</div>
|
759
|
+
<div class="column">
|
760
|
+
<h3 class="account">
|
761
|
+
<a href="https://us.battle.net/account/management/" tabindex="100">Account</a>
|
762
|
+
</h3>
|
763
|
+
<ul>
|
764
|
+
<li><a href="https://us.battle.net/account/support/login-support.html">Can’t log in?</a></li>
|
765
|
+
<li><a href="https://us.battle.net/account/creation/tos.html">Create Account</a></li>
|
766
|
+
<li><a href="https://us.battle.net/account/management/">Account Summary</a></li>
|
767
|
+
<li><a href="https://us.battle.net/account/management/authenticator.html">Account Security</a></li>
|
768
|
+
<li><a href="https://us.battle.net/account/management/add-game.html">Add a Game</a></li>
|
769
|
+
<li><a href="https://us.battle.net/account/management/redemption/redeem.html">Redeem Promo Codes</a></li>
|
770
|
+
</ul>
|
771
|
+
</div>
|
772
|
+
<div class="column">
|
773
|
+
<h3 class="support">
|
774
|
+
<a href="http://us.battle.net/support/" tabindex="100">Support</a>
|
775
|
+
</h3>
|
776
|
+
<ul>
|
777
|
+
<li><a href="http://us.battle.net/support/">Support Articles</a></li>
|
778
|
+
<li><a href="https://us.battle.net/account/parental-controls/index.html">Parental Controls</a></li>
|
779
|
+
<li><a href="http://us.battle.net/security/">Protect Your Account</a></li>
|
780
|
+
<li><a href="http://us.battle.net/security/help">Help! I got hacked!</a></li>
|
781
|
+
</ul>
|
782
|
+
</div>
|
783
|
+
<div id="footer-promotions">
|
784
|
+
<div class="sidebar-content"></div>
|
785
|
+
<div id="sidebar-marketing" class="sidebar-module">
|
786
|
+
<div class="bnet-offer">
|
787
|
+
<!-- -->
|
788
|
+
<div class="bnet-offer-bg">
|
789
|
+
<a href="https://us.battle.net/account/sc2/starter-edition/" target="_blank" id="ad3985896" class="bnet-offer-image" onclick="BnetAds.trackEvent('3985896', 'TrySCII', 'sc2', true);">
|
790
|
+
<img src="http://us.media2.battle.net/cms/ad_300x100/ZNB918LXVJ251309281567042.jpg" width="300" height="100" alt=""/>
|
791
|
+
</a>
|
792
|
+
</div>
|
793
|
+
<script type="text/javascript">
|
794
|
+
//<![CDATA[
|
795
|
+
if(typeof (BnetAds.addEvent) != "undefined" )
|
796
|
+
BnetAds.addEvent(window, 'load', function(){ BnetAds.trackEvent('3985896', 'TrySCII', 'sc2'); } );
|
797
|
+
else
|
798
|
+
BnetAds.trackEvent('3985896', 'TrySCII', 'sc2');
|
799
|
+
//]]>
|
800
|
+
</script>
|
801
|
+
</div>
|
802
|
+
</div>
|
803
|
+
</div>
|
804
|
+
<span class="clear"><!-- --></span>
|
805
|
+
</div>
|
806
|
+
<div id="copyright">
|
807
|
+
<a href="javascript:;" tabindex="100" id="change-language">
|
808
|
+
<span>Americas - English (US)</span>
|
809
|
+
</a>
|
810
|
+
©2012 Blizzard Entertainment, Inc. All rights reserved
|
811
|
+
<a onclick="return Core.open(this);" href="http://us.blizzard.com/company/about/termsofuse.html" tabindex="100">Terms of Use</a>
|
812
|
+
<a onclick="return Core.open(this);" href="http://us.blizzard.com/company/legal/" tabindex="100">Legal</a>
|
813
|
+
<a onclick="return Core.open(this);" href="http://us.blizzard.com/company/about/privacy.html" tabindex="100">Privacy Policy</a>
|
814
|
+
<a onclick="return Core.open(this);" href="http://us.blizzard.com/company/about/infringementnotice.html" tabindex="100">Copyright Infringement</a>
|
815
|
+
</div>
|
816
|
+
<div id="international"></div>
|
817
|
+
<div id="legal">
|
818
|
+
<div id="legal-ratings" class="png-fix">
|
819
|
+
<a class="truste-link" href="//privacy-policy.truste.com/click-with-confidence/ctv/en/us.battle.net/seal_m" title="Validate TRUSTe privacy certification" onclick="return Core.open(this);">
|
820
|
+
<img class="legal-image" src="//privacy-policy.truste.com/certified-seal/wps/en/us.battle.net/seal_m.png" alt="Validate TRUSTe privacy certification"/>
|
821
|
+
</a>
|
822
|
+
<a href="http://www.esrb.org/ratings/ratings_guide.jsp" onclick="return Core.open(this);">
|
823
|
+
<img class="legal-image" alt="" src="/sc2/static/local-common/images/legal/us/esrb-teen-sc2.png" />
|
824
|
+
</a>
|
825
|
+
</div>
|
826
|
+
<div id="blizzard" class="png-fix">
|
827
|
+
<a href="http://blizzard.com" tabindex="100"><img src="/sc2/static/local-common/images/logos/blizz-sc2.png" alt="" /></a>
|
828
|
+
</div>
|
829
|
+
<span class="clear"><!-- --></span>
|
830
|
+
</div>
|
831
|
+
</div>
|
832
|
+
<div id="service">
|
833
|
+
<ul class="service-bar">
|
834
|
+
<li class="service-cell service-home"><a href="http://us.battle.net/" tabindex="50" accesskey="1" title="Battle.net Home"> </a></li>
|
835
|
+
<li class="service-cell service-welcome">
|
836
|
+
<a href="?login" onclick="return Login.open()">Log in</a> or <a href="https://us.battle.net/account/creation/tos.html">Create an Account</a>
|
837
|
+
</li>
|
838
|
+
<li class="service-cell service-account"><a href="https://us.battle.net/account/management/" class="service-link" tabindex="50" accesskey="3">Account</a></li>
|
839
|
+
<li class="service-cell service-support service-support-enhanced">
|
840
|
+
<a href="#support" class="service-link service-link-dropdown" tabindex="50" accesskey="4" id="support-link" onclick="return false" style="cursor: progress" rel="javascript">Support<span class="no-support-tickets" id="support-ticket-count"></span></a>
|
841
|
+
<div class="support-menu" id="support-menu" style="display:none;">
|
842
|
+
<div class="support-primary">
|
843
|
+
<ul class="support-nav">
|
844
|
+
<li>
|
845
|
+
<a href="http://us.battle.net/support/" tabindex="55" class="support-category">
|
846
|
+
<strong class="support-caption">Knowledge Center</strong>
|
847
|
+
Browse our support articles
|
848
|
+
</a>
|
849
|
+
</li>
|
850
|
+
<li>
|
851
|
+
<a href="https://us.battle.net/support/ticket/status" tabindex="55" class="support-category">
|
852
|
+
<strong class="support-caption">Your Support Tickets</strong>
|
853
|
+
View your active tickets (login required).
|
854
|
+
</a>
|
855
|
+
</li>
|
856
|
+
</ul>
|
857
|
+
<span class="clear"><!-- --></span>
|
858
|
+
</div>
|
859
|
+
<div class="support-secondary"></div>
|
860
|
+
<!--[if IE 6]> <iframe id="support-shim" src="javascript:false;" frameborder="0" scrolling="no" style="display: block; position: absolute; top: 0; left: 9px; width: 297px; height: 400px; z-index: -1;"></iframe>
|
861
|
+
<script type="text/javascript">
|
862
|
+
//<![CDATA[
|
863
|
+
(function(){
|
864
|
+
var doc = document;
|
865
|
+
var shim = doc.getElementById('support-shim');
|
866
|
+
shim.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';
|
867
|
+
shim.style.display = 'block';
|
868
|
+
})();
|
869
|
+
//]]>
|
870
|
+
</script>
|
871
|
+
<![endif]-->
|
872
|
+
</div>
|
873
|
+
</li>
|
874
|
+
<li class="service-cell service-explore">
|
875
|
+
<a href="#explore" tabindex="50" accesskey="5" class="dropdown" id="explore-link" onclick="return false" style="cursor: progress" rel="javascript">Explore</a>
|
876
|
+
<div class="explore-menu" id="explore-menu" style="display:none;">
|
877
|
+
<div class="explore-primary">
|
878
|
+
<ul class="explore-nav">
|
879
|
+
<li>
|
880
|
+
<a href="http://us.battle.net/" tabindex="55" data-label="Home">
|
881
|
+
<strong class="explore-caption">Battle.net Home</strong>
|
882
|
+
Connect. Play. Unite.
|
883
|
+
</a>
|
884
|
+
</li>
|
885
|
+
<li>
|
886
|
+
<a href="https://us.battle.net/account/management/" tabindex="55" data-label="Account">
|
887
|
+
<strong class="explore-caption">Account</strong>
|
888
|
+
Manage your Account
|
889
|
+
</a>
|
890
|
+
</li>
|
891
|
+
<li>
|
892
|
+
<a href="http://us.battle.net/support/" tabindex="55" data-label="Support">
|
893
|
+
<strong class="explore-caption">Support</strong>
|
894
|
+
Get Support and explore the knowledgebase.
|
895
|
+
</a>
|
896
|
+
</li>
|
897
|
+
<li>
|
898
|
+
<a href="https://us.battle.net/account/management/get-a-game.html" tabindex="55" data-label="Buy Games">
|
899
|
+
<strong class="explore-caption">Buy Games</strong>
|
900
|
+
Digital Games for Download
|
901
|
+
</a>
|
902
|
+
</li>
|
903
|
+
</ul>
|
904
|
+
<div class="explore-links">
|
905
|
+
<h2 class="explore-caption">More</h2>
|
906
|
+
<ul>
|
907
|
+
<li><a href="http://us.battle.net/what-is/" tabindex="55" data-label="More">What is Battle.net?</a></li>
|
908
|
+
<li><a href="https://us.battle.net/account/parental-controls/index.html" tabindex="55" data-label="More">Parental Controls</a></li>
|
909
|
+
<li><a href="http://us.battle.net/security/" tabindex="55" data-label="More">Account Security</a></li>
|
910
|
+
<li><a href="https://us.battle.net/account/management/add-game.html" tabindex="55" data-label="More">Add a Game</a></li>
|
911
|
+
<li><a href="https://us.battle.net/account/support/password-reset.html" tabindex="55" data-label="More">Can’t log in?</a></li>
|
912
|
+
<li><a href="https://us.battle.net/account/download/" tabindex="55" data-label="More">Game Client Downloads</a></li>
|
913
|
+
<li><a href="https://us.battle.net/account/management/redemption/redeem.html" tabindex="55" data-label="More">Redeem Promo Codes</a></li>
|
914
|
+
<li><a href="http://us.battle.net/games/classic" tabindex="55" data-label="More">Classic Games</a></li>
|
915
|
+
</ul>
|
916
|
+
</div>
|
917
|
+
<span class="clear"><!-- --></span>
|
918
|
+
<!--[if IE 6]> <iframe id="explore-shim" src="javascript:false;" frameborder="0" scrolling="no" style="display: block; position: absolute; top: 0; left: 9px; width: 409px; height: 400px; z-index: -1;"></iframe>
|
919
|
+
<script type="text/javascript">
|
920
|
+
//<![CDATA[
|
921
|
+
(function(){
|
922
|
+
var doc = document;
|
923
|
+
var shim = doc.getElementById('explore-shim');
|
924
|
+
shim.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';
|
925
|
+
shim.style.display = 'block';
|
926
|
+
})();
|
927
|
+
//]]>
|
928
|
+
</script>
|
929
|
+
<![endif]-->
|
930
|
+
</div>
|
931
|
+
<ul class="explore-secondary">
|
932
|
+
<li class="explore-game explore-game-sc2">
|
933
|
+
<a href="http://us.battle.net/sc2/" tabindex="55" data-label="Game - sc2">
|
934
|
+
<span class="explore-game-inner">
|
935
|
+
<strong class="explore-caption">StarCraft II</strong>
|
936
|
+
<span>News & Forums</span> <span>Beginner’s Guide</span> <span>Player Profiles</span>
|
937
|
+
</span>
|
938
|
+
</a>
|
939
|
+
</li>
|
940
|
+
<li class="explore-game explore-game-wow">
|
941
|
+
<a href="http://us.battle.net/wow/" tabindex="55" data-label="Game - wow">
|
942
|
+
<span class="explore-game-inner">
|
943
|
+
<strong class="explore-caption">World of Warcraft</strong>
|
944
|
+
<span>Character Profiles</span> <span>News & Forums</span> <span>Game Guide</span>
|
945
|
+
</span>
|
946
|
+
</a>
|
947
|
+
</li>
|
948
|
+
<li class="explore-game explore-game-d3">
|
949
|
+
<a href="http://us.battle.net/d3/" tabindex="55" data-label="Game - d3">
|
950
|
+
<span class="explore-game-inner">
|
951
|
+
<strong class="explore-caption">Diablo III</strong>
|
952
|
+
<span>Game Guide</span> <span>Beta News</span> <span>Forums</span>
|
953
|
+
</span>
|
954
|
+
</a>
|
955
|
+
</li>
|
956
|
+
</ul>
|
957
|
+
</div>
|
958
|
+
</li>
|
959
|
+
</ul>
|
960
|
+
<div id="warnings-wrapper">
|
961
|
+
<script type="text/javascript">
|
962
|
+
//<![CDATA[
|
963
|
+
$(function() {
|
964
|
+
App.saveCookie('html5Warning');
|
965
|
+
App.resetCookie('browserWarning');
|
966
|
+
});
|
967
|
+
//]]>
|
968
|
+
</script>
|
969
|
+
<!--[if lt IE 8]> <div id="browser-warning" class="warning warning-red">
|
970
|
+
<div class="warning-inner2">
|
971
|
+
You are using an outdated web browser.<br />
|
972
|
+
<a href="http://us.blizzard.com/support/article/browserupdate">Upgrade</a> or <a href="http://www.google.com/chromeframe/?hl=en-US" id="chrome-frame-link">install Google Chrome Frame</a>.
|
973
|
+
<a href="#close" class="warning-close" onclick="App.closeWarning('#browser-warning', 'browserWarning'); return false;"></a>
|
974
|
+
</div>
|
975
|
+
</div>
|
976
|
+
<![endif]-->
|
977
|
+
<!--[if lt IE 8]> <script type="text/javascript" src="/sc2/static/local-common/js/third-party/CFInstall.min.js?v39"></script>
|
978
|
+
<script type="text/javascript">
|
979
|
+
//<![CDATA[
|
980
|
+
$(function() {
|
981
|
+
var age = 365 * 24 * 60 * 60 * 1000;
|
982
|
+
var src = 'https://www.google.com/chromeframe/?hl=en-US';
|
983
|
+
if ('http:' == document.location.protocol) {
|
984
|
+
src = 'http://www.google.com/chromeframe/?hl=en-US';
|
985
|
+
}
|
986
|
+
document.cookie = "disableGCFCheck=0;path=/;max-age="+age;
|
987
|
+
$('#chrome-frame-link').bind({
|
988
|
+
'click': function() {
|
989
|
+
App.closeWarning('#browser-warning');
|
990
|
+
CFInstall.check({
|
991
|
+
mode: 'overlay',
|
992
|
+
url: src
|
993
|
+
});
|
994
|
+
return false;
|
995
|
+
}
|
996
|
+
});
|
997
|
+
});
|
998
|
+
//]]>
|
999
|
+
</script>
|
1000
|
+
<![endif]-->
|
1001
|
+
<noscript>
|
1002
|
+
<div id="javascript-warning" class="warning warning-red">
|
1003
|
+
<div class="warning-inner2">
|
1004
|
+
JavaScript must be enabled to use this site.
|
1005
|
+
</div>
|
1006
|
+
</div>
|
1007
|
+
</noscript>
|
1008
|
+
</div>
|
1009
|
+
</div>
|
1010
|
+
<div class="new-feature-tip" id="new-feature-tip" style="display: none">
|
1011
|
+
<div class="inner">
|
1012
|
+
<a href="javascript:;" rel="close" class="close"></a>
|
1013
|
+
<h3 class="category">
|
1014
|
+
Video Teasers
|
1015
|
+
<span>New</span>
|
1016
|
+
</h3>
|
1017
|
+
<a href="/sc2/en/game/heart-of-the-swarm-preview/#teaser" class="row hots" data-label="Heart of the Swarm">
|
1018
|
+
<span class="image">
|
1019
|
+
<span class="view"></span>
|
1020
|
+
</span>
|
1021
|
+
<span class="title">
|
1022
|
+
<strong>Heart of the Swarm</strong>
|
1023
|
+
Watch now!
|
1024
|
+
</span>
|
1025
|
+
</a>
|
1026
|
+
<a href="/sc2/en/game/maps-and-mods/mods/dota" class="row dota" data-label="Blizzard DOTA">
|
1027
|
+
<span class="image">
|
1028
|
+
<span class="view"></span>
|
1029
|
+
</span>
|
1030
|
+
<span class="title">
|
1031
|
+
<strong>Blizzard DOTA</strong>
|
1032
|
+
Watch now!
|
1033
|
+
</span>
|
1034
|
+
</a>
|
1035
|
+
</div>
|
1036
|
+
</div>
|
1037
|
+
<script type="text/javascript">
|
1038
|
+
//<![CDATA[
|
1039
|
+
$(document).ready(function() {
|
1040
|
+
Core.showUntilClosed('#new-feature-tip', 'sc2-feature-videos', {
|
1041
|
+
endDate: '2011/11/02',
|
1042
|
+
fadeIn: 333,
|
1043
|
+
trackingCategory: 'New Feature Tip',
|
1044
|
+
trackingAction: 'Video Teasers'
|
1045
|
+
});
|
1046
|
+
});
|
1047
|
+
//]]>
|
1048
|
+
</script>
|
1049
|
+
</div><script type="text/javascript" src="/sc2/static/local-common/js/search.js?v39"></script>
|
1050
|
+
<script type="text/javascript">
|
1051
|
+
//<![CDATA[
|
1052
|
+
var xsToken = '';
|
1053
|
+
var supportToken = '';
|
1054
|
+
var Msg = {
|
1055
|
+
support: {
|
1056
|
+
ticketNew: 'Ticket {0} was created.',
|
1057
|
+
ticketStatus: 'Ticket {0}’s status changed to {1}.',
|
1058
|
+
ticketOpen: 'Open',
|
1059
|
+
ticketAnswered: 'Answered',
|
1060
|
+
ticketResolved: 'Resolved',
|
1061
|
+
ticketCanceled: 'Canceled',
|
1062
|
+
ticketArchived: 'Archived',
|
1063
|
+
ticketInfo: 'Need Info',
|
1064
|
+
ticketAll: 'View All Tickets'
|
1065
|
+
},
|
1066
|
+
cms: {
|
1067
|
+
requestError: 'Your request cannot be completed.',
|
1068
|
+
ignoreNot: 'Not ignoring this user',
|
1069
|
+
ignoreAlready: 'Already ignoring this user',
|
1070
|
+
stickyRequested: 'Sticky requested',
|
1071
|
+
stickyHasBeenRequested: 'You have already sent a sticky request for this topic.',
|
1072
|
+
postAdded: 'Post added to tracker',
|
1073
|
+
postRemoved: 'Post removed from tracker',
|
1074
|
+
userAdded: 'User added to tracker',
|
1075
|
+
userRemoved: 'User removed from tracker',
|
1076
|
+
validationError: 'A required field is incomplete',
|
1077
|
+
characterExceed: 'The post body exceeds XXXXXX characters.',
|
1078
|
+
searchFor: "Search for",
|
1079
|
+
searchTags: "Articles tagged:",
|
1080
|
+
characterAjaxError: "You may have become logged out. Please refresh the page and try again.",
|
1081
|
+
ilvl: "Level {0}",
|
1082
|
+
shortQuery: "Search requests must be at least three characters long."
|
1083
|
+
},
|
1084
|
+
bml: {
|
1085
|
+
bold: 'Bold',
|
1086
|
+
italics: 'Italics',
|
1087
|
+
underline: 'Underline',
|
1088
|
+
list: 'Unordered List',
|
1089
|
+
listItem: 'List Item',
|
1090
|
+
quote: 'Quote',
|
1091
|
+
quoteBy: 'Posted by {0}',
|
1092
|
+
unformat: 'Remove Formating',
|
1093
|
+
cleanup: 'Fix Linebreaks',
|
1094
|
+
code: 'Code Blocks',
|
1095
|
+
item: 'WoW Item',
|
1096
|
+
itemPrompt: 'Item ID:',
|
1097
|
+
url: 'URL',
|
1098
|
+
urlPrompt: 'URL Address:'
|
1099
|
+
},
|
1100
|
+
ui: {
|
1101
|
+
submit: 'Submit',
|
1102
|
+
cancel: 'Cancel',
|
1103
|
+
reset: 'Reset',
|
1104
|
+
viewInGallery: 'View in gallery',
|
1105
|
+
loading: 'Loading…',
|
1106
|
+
unexpectedError: 'An error has occurred',
|
1107
|
+
fansiteFind: 'Find this on…',
|
1108
|
+
fansiteFindType: 'Find {0} on…',
|
1109
|
+
fansiteNone: 'No fansites available.'
|
1110
|
+
},
|
1111
|
+
grammar: {
|
1112
|
+
colon: '{0}:',
|
1113
|
+
first: 'First',
|
1114
|
+
last: 'Last'
|
1115
|
+
},
|
1116
|
+
fansite: {
|
1117
|
+
achievement: 'achievement',
|
1118
|
+
character: 'character',
|
1119
|
+
faction: 'faction',
|
1120
|
+
'class': 'class',
|
1121
|
+
object: 'object',
|
1122
|
+
talentcalc: 'talents',
|
1123
|
+
skill: 'profession',
|
1124
|
+
quest: 'quest',
|
1125
|
+
spell: 'spell',
|
1126
|
+
event: 'event',
|
1127
|
+
title: 'title',
|
1128
|
+
arena: 'arena team',
|
1129
|
+
guild: 'guild',
|
1130
|
+
zone: 'zone',
|
1131
|
+
item: 'item',
|
1132
|
+
race: 'race',
|
1133
|
+
npc: 'NPC',
|
1134
|
+
pet: 'pet'
|
1135
|
+
},
|
1136
|
+
search: {
|
1137
|
+
kb: 'Support',
|
1138
|
+
post: 'Forums',
|
1139
|
+
article: 'Blog Articles',
|
1140
|
+
static: 'General Content',
|
1141
|
+
wowcharacter: 'Characters',
|
1142
|
+
wowitem: 'Items',
|
1143
|
+
wowguild: 'Guilds',
|
1144
|
+
wowarenateam: 'Arena Teams',
|
1145
|
+
other: 'Other'
|
1146
|
+
}
|
1147
|
+
};
|
1148
|
+
//]]>
|
1149
|
+
</script>
|
1150
|
+
<script type="text/javascript">
|
1151
|
+
//<![CDATA[
|
1152
|
+
Core.load("/sc2/static/local-common/js/third-party/jquery-ui-1.8.6.custom.min.js?v39");
|
1153
|
+
Core.load("/sc2/static/local-common/js/login.js?v39", false, function() {
|
1154
|
+
Login.embeddedUrl = 'https://us.battle.net/login/login.frag';
|
1155
|
+
});
|
1156
|
+
//]]>
|
1157
|
+
</script>
|
1158
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/menu.js?v39"></script>
|
1159
|
+
<script type="text/javascript" src="/sc2/static/js/sc2.js?v19"></script>
|
1160
|
+
<script type="text/javascript">
|
1161
|
+
//<![CDATA[
|
1162
|
+
$(function(){
|
1163
|
+
Menu.initialize('/data/menu.json?v39');
|
1164
|
+
Tooltip.options.useTable = true;
|
1165
|
+
});
|
1166
|
+
//]]>
|
1167
|
+
</script>
|
1168
|
+
<!--[if lt IE 8]> <script type="text/javascript" src="/sc2/static/local-common/js/third-party/jquery.pngFix.pack.js?v39"></script>
|
1169
|
+
<script type="text/javascript">
|
1170
|
+
//<![CDATA[
|
1171
|
+
$('.png-fix').pngFix(); //]]>
|
1172
|
+
</script>
|
1173
|
+
<![endif]-->
|
1174
|
+
<script type="text/javascript">
|
1175
|
+
//<![CDATA[
|
1176
|
+
(function() {
|
1177
|
+
var ga = document.createElement('script');
|
1178
|
+
var src = "https://ssl.google-analytics.com/ga.js";
|
1179
|
+
if ('http:' == document.location.protocol) {
|
1180
|
+
src = "http://www.google-analytics.com/ga.js";
|
1181
|
+
}
|
1182
|
+
ga.type = 'text/javascript';
|
1183
|
+
ga.setAttribute('async', 'true');
|
1184
|
+
ga.src = src;
|
1185
|
+
var s = document.getElementsByTagName('script');
|
1186
|
+
s = s[s.length-1];
|
1187
|
+
s.parentNode.insertBefore(ga, s.nextSibling);
|
1188
|
+
})();
|
1189
|
+
//]]>
|
1190
|
+
</script>
|
1191
|
+
</body>
|
1192
|
+
</html>
|