CINXE.COM

Old School RuneScape Launches Leagues V: Raging Echoes

<!doctype html><html lang='en' class='optml_no_js' prefix='og: https://ogp.me/ns#'><head> <meta charset='utf-8'> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://mlpnk72yciwc.i.optimole.com" rel="preconnect"> <style> #sidebar, #test_sidebar {min-height:1750px;} #breadcrumbs {min-height:24px;} section.main-content {min-height:3000px;} #article {min-height:1500px;} @media only screen and (min-width: 64em) { #sidebar, #test_sidebar {min-height:3000px;} } .bc-author-box{ min-height: 250px; } #bc_sharing_is_caring{ min-height: 144px; } #read_more section { min-height: 1445px;} @media only screen and (min-width: 64em) { #read_more section {min-height:712px;} } nav#keywords_banner { height: 19px;} /* #header-wrapper { height: 47px; }*/ .latest-headline { color: black; font-size: 1em; margin: 0 2px 5px 2px; } /* [data-spotim-module=spotlight] { min-height: 375px; overflow: hidden; } .main-menu, .main-menu li{ background-color: #060606; z-index: 3000; opacity: 1; }*/ #top_spacer, #bottom_spacer { height: 100px; background-color: #DDDDDD; overflow: hidden; } .sidebar_spacer { height: 250px; background-color: #DDDDDD; overflow:hidden; } .post_content_spacer { height: 400px; overflow: clip; } @media only screen and (max-width: 64em) { /* #search_box { width: 95% !important; height: 30px !important; box-sizing: border-box; margin: auto; display: block; margin-bottom: 5px; }*/ } @media only screen and (min-width: 64em) { #top_spacer, #bottom_spacer { height: 250px; } .sidebar_spacer { height: 600px; } } </style> <link rel='stylesheet' href='/pure-min.css' /> <link rel='stylesheet' href='/grids-responsive-min.css' /> <link rel='stylesheet' href='/theme.css?version=22' /> <script> // Initialize a variable to hold the timeout ID var timeoutId; function loadScripts() { // Clear the timeout to prevent multiple executions clearTimeout(timeoutId); // Initialize window.ramp object and queue window.ramp = window.ramp || {}; window.ramp.que = window.ramp.que || []; // Load the first script var pw_main1 = document.createElement('script'); pw_main1.type = 'text/javascript'; pw_main1.async = true; pw_main1.src = '//cdn.intergient.com/1002214/46776/ramp_config.js'; document.getElementsByTagName('head')[0].appendChild(pw_main1); // Add tags to the ramp queue window.ramp.que.push(function() { window.ramp.addTag("bottom_medium_rectangle"); window.ramp.addTag("bottom_medium_rectangle1"); window.ramp.addTag("bottom_leaderboard"); window.ramp.addTag("bottom_leaderboard2"); }); // Load the second script var pw_main2 = document.createElement('script'); pw_main2.type = 'text/javascript'; pw_main2.async = true; pw_main2.src = '//cdn.intergient.com/ramp_core.js'; document.getElementsByTagName('footer')[0].appendChild(pw_main2); // Remove event listeners since the scripts have been loaded window.removeEventListener('scroll', cancelTimeout); window.removeEventListener('click', cancelTimeout); } function cancelTimeout() { // Clear the timeout to prevent the scripts from loading clearTimeout(timeoutId); // Load the scripts immediately upon user interaction loadScripts(); // Remove these event listeners as they are no longer needed window.removeEventListener('scroll', cancelTimeout); window.removeEventListener('click', cancelTimeout); } // Attach the function to both 'scroll' and 'click' events // These will cancel the timeout if triggered window.addEventListener('scroll', cancelTimeout); window.addEventListener('click', cancelTimeout); // Add a 3-second timeout to load the scripts if no user interaction occurs timeoutId = setTimeout(loadScripts, 3000); </script> <style> #test_sidebar, #sidebar { display: flex; flex-direction: column; } .med_rect_wrapper { height: 600px; background-color: #DDDDDD; } body:has(.flex-skin-docked) .pw-sticky { top:100px; } body { padding-bottom: 100px } </style> <script> document.addEventListener('scroll', init_ga4_on_event); document.addEventListener('mousemove', init_ga4_on_event); document.addEventListener('touchstart', init_ga4_on_event); document.addEventListener('DOMContentLoaded', () => { setTimeout(init_ga4, 5000); }); function init_ga4_on_event(event) { event.currentTarget.removeEventListener(event.type, init_ga4_on_event); init_ga4(); } function init_ga4() { if (window.ga4_did_init) { return false; } window.ga4_did_init = true; const ga_script = document.createElement('script'); ga_script.type = 'text/javascript'; ga_script.id = 'bc_ga4_script'; ga_script.onload = () => { console.log('Starting custom GA4.'); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('set', { "permalink" : "https://bleedingcool.com/games/old-school-runescape-launches-leagues-v-raging-echoes/", "is_article" : "1", "post_id" : "2126777", "page_title" : "Old School RuneScape Launches Leagues V: Raging Echoes | 2126777", "author": "Gavin Sheehan", "categories": "Games,Jagex,Runescape,Video Games", "tags": "Leagues V: Raging Echoes,Old School Runescape", "publish_time": "1732756388", "publish_day": "20241127", "publish_hour": "19", "primary_category": "Games", }); gtag('config', 'G-F25QJ8TZYF'); console.log('Done custom GA4.'); (function () { var script = document.createElement('script'); script.src = 'https://unpkg.com/web-vitals@3/dist/web-vitals.attribution.iife.js'; script.onload = function () { // When loading `web-vitals` using a classic script, all the public // methods can be found on the `webVitals` global namespace. function sendToGoogleAnalytics({name, delta, value, id, attribution}) { const eventParams = { // Built-in params: value: delta, // Use 'delta' so the value can be summed. // Custom params: metric_id: id, // Needed to aggregate events. }; switch (name) { case 'CLS': eventParams.debug_target = attribution.largestShiftTarget; break; case 'INP': eventParams.debug_target = attribution.eventTarget; break; case 'LCP': eventParams.debug_target = attribution.element; break; } // Assumes the global `gtag()` function exists, see: // https://developers.google.com/analytics/devguides/collection/ga4 console.log(eventParams); gtag('event', name, eventParams); } webVitals.onCLS(sendToGoogleAnalytics); webVitals.onCLS(console.log); webVitals.onINP(sendToGoogleAnalytics); webVitals.onFID(console.log); webVitals.onLCP(sendToGoogleAnalytics); webVitals.onLCP(console.log); console.log("Web vitals loaded."); }; document.head.appendChild(script); })();; console.log('Done web_vitals attribution.'); console.log('Now sending Playwire GA4.'); window._pwGA4PageviewId = ''.concat(Date.now()); gtag('js', new Date()); gtag('config', 'G-QRMCX9VK2M', { 'send_page_view': false }); gtag( 'event', 'ramp_js', { 'send_to': 'G-QRMCX9VK2M', 'pageview_id': window._pwGA4PageviewId } ); ; } ga_script.src = 'https://www.googletagmanager.com/gtag/js?id=G-F25QJ8TZYF'; ga_script.async = true; document.body.appendChild(ga_script); } </script> <link rel="alternate" type="application/rss+xml" href="https://bleedingcool.com/feed/" /> <link rel="alternate" type="application/rss+xml" href="https://bleedingcool.com/games/feed/" /> <script type="application/ld+json">{ "@context": "http://schema.org", "@type": "VideoObject", "name": "Leagues V: Raging Echoes - Cinematic Trailer", "description": "Leagues V launches on November 27th!\n\nFor more info about Leagues or to view the Discounted Leagues Membership Package check out this link: https://osrs.game/LeaguesV-Trailer\n\nThanks to Amentos for the video trailer, follow their work: https://x.com/_Amentos \n\nOld School RuneScape is a retro game version of RuneScape from 2007 which we returned at the community's request. The community controls the developmental direction of Old School RuneScape by voting on which updates it would like to receive.\n\nThe world's largest and most popular MMORPG, Old School RuneScape has been played by over 260 million players since the 2001 release of RuneScape. Old School RuneScape unites the intricate mechanics of modern MMOs with the nostalgic point-and-click gameplay of early role-playing games.\n\nOld School RuneScape is free to download and play, however, the game also offers players the opportunity to purchase in-game items. Please see the PEGI information page for more information: https://pegi.info/search-pegi?q=runescape\n\n#OSRSMobile #OldSchoolRS #OldSchoolRuneScape #OSRS #RuneScape", "thumbnailUrl": "https://i.ytimg.com/vi/UoZIL-HVfQs/default.jpg", "uploadDate": "2024-11-26T19:02:17Z", "duration": "PT1M16S", "embedUrl": "https://www.youtube.com/embed/UoZIL-HVfQs" }</script> <meta property="og:video" content="https://www.youtube.com/embed/UoZIL-HVfQs" /><meta property="video:duration" content="PT1M16S" /> <meta name='generator' content='Optimole 2.3.1'> <script type='application/javascript'> document.documentElement.className += ' optimole_has_js'; (function(w, d){ var b = d.getElementsByTagName('head')[0]; var s = d.createElement('script'); var v = ('IntersectionObserver' in w && 'isIntersecting' in w.IntersectionObserverEntry.prototype) ? '_no_poly' : ''; s.async = true; s.src = 'https://bleedingcool.com/optimole_lib' + v + '.min.js'; b.appendChild(s); w.optimoleData = { lazyloadOnly: 'optimole-lazy-only', backgroundReplaceClasses: [], watchClasses: [], backgroundLazySelectors: '', network_optimizations: true, ignoreDpr: true, quality: 75 } }(window, document)); document.addEventListener( 'DOMContentLoaded', function() { document.body.className = document.body.className.replace('optimole-no-script',''); } ); </script> <!-- This site is optimized with the Yoast SEO Premium plugin v15.5 - https://yoast.com/wordpress/plugins/seo/ --><title>Old School RuneScape Launches Leagues V: Raging Echoes</title> <meta name="description" content="A new competitive event has dropped into Old School RuneScape, as players can now face off against each other in Leagues V: Raging Echoes"> <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"> <link rel="canonical" href="https://bleedingcool.com/games/old-school-runescape-launches-leagues-v-raging-echoes/"> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="Old School RuneScape Launches Leagues V: Raging Echoes"> <meta property="og:description" content="A new competitive event has dropped into Old School RuneScape, as players can now face off against each other in Leagues V: Raging Echoes"> <meta property="og:url" content="https://bleedingcool.com/games/old-school-runescape-launches-leagues-v-raging-echoes/"> <meta property="og:site_name" content="Bleeding Cool News"> <meta property="article:publisher" content="https://www.facebook.com/bleedingcoolnews"> <meta property="article:author" content="https://www.facebook.com/TheGavinSheehan/"> <meta property="article:published_time" content="2024-11-27T19:13:08-06:00"> <meta property="article:modified_time" content="2024-11-27T19:13:08-06:00"> <meta property="og:image" content="https://bleedingcool.com/wp-content/uploads/2024/11/Old-School-RuneScape-Leagues-V-Raging-Echoes-2000x1125.jpg"> <meta property="og:image:width" content="2000"> <meta property="og:image:height" content="1125"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:creator" content="@TheGavinSheehan"> <meta name="twitter:site" content="@bleedingcool"> <meta name="twitter:label1" content="Est. reading time"> <meta name="twitter:data1" content="1 minute"> <!-- / Yoast SEO Premium plugin. --> <script type='application/ld+json'>{ "publisher": { "url": "https:\/\/bleedingcool.com", "name": "Bleeding Cool News", "@type": "Organization", "logo": { "url": "https:\/\/www.bleedingcool.com\/wp-content\/uploads\/2019\/05\/cropped-bccircle.jpg", "@context": "http:\/\/schema.org", "@type": "ImageObject" } }, "datePublished": "2024-11-27T19:13:08-06:00", "author": { "name": "Gavin Sheehan", "url": "https:\/\/bleedingcool.com\/authorgsheehan\/", "@context": "http:\/\/schema.org", "@type": "Person" }, "mainEntityOfPage": "https:\/\/bleedingcool.com\/games\/old-school-runescape-launches-leagues-v-raging-echoes\/", "description": "Jagex has released a brand new competitive event in Old School RuneScape, as they have launched Leagues V: Raging Echoes this week. Starting today and running all the way until January 22, 2025, players will see a new experience in Gielinor, as the MMORPG will revive the competitive mode for eight weeks of action. Everyone [&hellip;]\n", "dateModified": "2024-11-27T19:13:08-06:00", "headline": "Old School RuneScape Launches Leagues V: Raging Echoes", "keywords": "Leagues V: Raging Echoes,Old School Runescape", "speakable": { "cssSelector": ".headline", "xpath": "html\/head\/meta[@name='description']\/@content", "@context": "http:\/\/schema.org", "@type": "SpeakableSpecification" }, "inLanguage": "en-US", "isAccessibleForFree": "http:\/\/schema.org\/True", "image": [ "https:\/\/bleedingcool.com\/wp-content\/uploads\/2024\/11\/Old-School-RuneScape-Leagues-V-Raging-Echoes-1200x675.jpg", "https:\/\/bleedingcool.com\/wp-content\/uploads\/2024\/11\/Old-School-RuneScape-Leagues-V-Raging-Echoes-1200x900.jpg", "https:\/\/bleedingcool.com\/wp-content\/uploads\/2024\/11\/Old-School-RuneScape-Leagues-V-Raging-Echoes-900x900.jpg" ], "articleBody": "\n\nJagex has released a brand new competitive event in Old School RuneScape, as they have launched Leagues V: Raging Echoes this week. Starting today and running all the way until January 22, 2025, players will see a new experience in Gielinor, as the MMORPG will revive the competitive mode for eight weeks of action. Everyone will have a chance to complete challenging tasks, such as starting a new adventure with an all-new character from scratch, taking care of daily tasks, earning points for certain accomplishments, and more. All of these will help you unlock relics and access new regions with additional challenges. We have more details below and the trailer above, as we wish you luck completing them all!\nCredit: Jagex\nOld School RuneScape &ndash; Leagues V: Raging Echoes\nLeagues V &ndash; Raging Echoes sees the return of a fan-favourite competitive mode that tests RuneScape members' skills and combat through a series of challenging in-game tasks. Start a new adventure on a fresh character, complete tasks, earn points, and unlock relics to access new regions with additional challenges to face.&nbsp;Enjoy the return of much-loved features as Area-Locking becomes a permanent Leagues fixture, while Theorycrafting and Enhanced Bosses return once more.&nbsp; New for Leagues V &ndash; Raging Echoes, Combat Mastery introduces a system that will change the way players progress and evolve through the League. The new core of combat power, Combat Mastery now compliments the Relic System to give players more control over the battle buffs and boosts they unleash in battle.\nWith huge XP rewards, fresh changes, and exciting new twists on classic&nbsp;Old School RuneScape gameplay, Leagues V &ndash; Raging Echoes is a highly-accessible seasonal game mode for all RuneScape members to jump in and forge their path through Gielinor. To help players jump into Leagues, Jagex has launched a special Membership package, providing access to Members content for the duration of Leagues V &ndash; Raging Echoes at a discounted rate, available for both new and returning players.\n\n", "dateCreated": "2024-11-27T19:13:08-06:00", "copyrightYear": "2024", "articleSection": "Games", "url": "https:\/\/bleedingcool.com\/games\/old-school-runescape-launches-leagues-v-raging-echoes\/", "@context": "http:\/\/schema.org", "@type": "NewsArticle" }</script> <script>setTimeout(function(){var wps=document.createElement('script');wps.type='text/javascript';wps.async=true;wps.src='//web.webpushs.com/js/push/582fca4f3d20490e714a8a2ce06da6b8_1.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(wps,s);}, 4250);</script> </head> <body><div id='wrapper' style='min-height: 1000px; max-width:1024px !important;'><nav id="keywords_banner"> <span>Breaking:</span> <a href="https://bleedingcool.com/comics/avengers-21-preview-x-men-feud-family-therapy-time/" rel="bookmark">Avengers #21</a> | <a href="https://bleedingcool.com/games/fortnite-chapter-6-season-1-%e9%ac%bc-hunters-launches-today/" rel="bookmark">Fortnite</a> | <a href="https://bleedingcool.com/games/spindle-announced-for-pc-nintendo-switch-in-2025/" rel="bookmark">Spindle</a> | <a href="https://bleedingcool.com/tv/wwe-survivor-series-og-bloodline-defeats-new-bloodline-aew-in-ruins/" rel="bookmark">WWE Survivor Series</a> | <a href="https://bleedingcool.com/games/test-drive-unlimited-solar-crown-announces-season-two/" rel="bookmark">Test Drive Unlimited Solar Crown</a> | <a href="https://bleedingcool.com/tv/snl-50-rewind-washingtons-dream-roasts-u-s-history-the-right-way/" rel="bookmark">SNL</a> | <a href="https://bleedingcool.com/comics/dc-horror-presents-2-preview-superheroes-need-therapy-now/" rel="bookmark">DC Horror Presents #2</a> | <a href="https://bleedingcool.com/games/roman-triumph-launched-a-limited-time-free-demo/" rel="bookmark">Roman Triumph</a> | <a href="https://bleedingcool.com/games/breath-of-death-vii-the-beginning-reanimated-arrives-in-december/" rel="bookmark">Breath of Death</a> | <a href="https://bleedingcool.com/tv/smiling-friends-offers-looks-at-charlie-pim-during-pre-season-1-days/" rel="bookmark">Smiling Friends</a> | <a href="https://bleedingcool.com/games/children-of-the-sun-receives-new-nightmare-paralysis-update/" rel="bookmark">Children of the Sun</a> | <a href="https://bleedingcool.com/tv/survivor-series-shinsuke-nakamura-triumphant-aew-destroyed/" rel="bookmark">Survivor Series</a> | <a href="https://bleedingcool.com/games/guntouchables-announces-early-access-window-for-2025/" rel="bookmark">Guntouchables</a> | <a href="https://bleedingcool.com/comics/ultimates-7-preview-team-therapy-now-with-more-explosions/" rel="bookmark">Ultimates #7</a> | <a href="https://bleedingcool.com/games/microids-records-puts-atari-recharged-vinyl-on-pre-order/" rel="bookmark">Atari</a></nav> <div id="header-wrapper"> <header id="bc-masthead" class="pure-g" role="banner"> <div class="pure-u-1-5 pure-u-md-1-6 pure-u-lg-3-24"> <a href="https://bleedingcool.com/"> <img class="pure-img bc-logos" src="/bc-logo-headless-white-min.png" alt="Bleeding Cool News and Rumors" width='76px' height='32px'> </a> </div> <div class="pure-u-3-5 pure-u-md-4-6 pure-u-lg-18-24"> <nav id="menu" class="pure-u-1-1"> <label for="tm" id="toggle-menu"> <div class='hamburger'></div> <div class='hamburger'></div> <div class='hamburger'></div> <span class="drop-icon menu-top-level">▾</span></label> <input type="checkbox" id="tm"> <ul class="main-menu clearfix"> <li><a href="#"><label class='menu-dropdown-label' title="Toggle Dropdown" for="sm1">Comics <span class="drop-icon">▾</span></label></a> <input type="checkbox" id="sm1"> <ul class="sub-menu"> <li><a href="/comics/">Comics</a></li> <li><a href="/comics/vintage-paper/">Vintage Paper</a></li> <li><a href="/sponsored/heritage-sponsored/">Heritage Auctions</a></li> <li><a href="/sponsored/comic-connect-sponsored/">ComicConnect Auctions</a></li> <li><a href="/comics/comics-publishers/marvel-comics/">Marvel</a></li> <li><a href="/comics/comics-publishers/dc-comics/">DC Comics</a></li> <li><a href="/comics/comics-publishers/image/">Image</a></li> <li><a href="/comics/comics-publishers/dark-horse-comics/">Dark Horse Comics</a></li> <li><a href="/comics/comics-publishers/idw/">IDW</a></li> <li><a href="/comics/comics-publishers/boom/">Boom! Studios</a></li> <li><a href="/comics/comics-publishers/dynamite/">Dynamite</a></li> <li><a href="/tag/penguin-random-house/">Penguin Random House</a></li> </ul> </li> <li><a href="#" ><label class='menu-dropdown-label' title="Toggle Dropdown" for="sm2">Film<span class="drop-icon">▾</span></label></a> <input type="checkbox" id="sm2"> <ul class="sub-menu"> <li><a href="/movies/">Movies</a></li> <li><a href="/movies/blumhouse/">Blumhouse</a></li> <li><a href="/movies/disney-film/">Disney</a></li> <li><a href="/movies/fox-film/">Fox</a></li> <li><a href="/movies/hbo-film/">HBO</a></li> <li><a href="/movies/marvel-studios/">Marvel Studios</a></li> <li><a href="/movies/netflix-film/">Netflix</a></li> <li><a href="/movies/paramount-pictures/">Paramount Pictures</a></li> <li><a href="/movies/sony/">Sony</a></li> <li><a href="/movies/star-wars/">Star Wars</a></li> <li><a href="/movies/universal/">Universal</a></li> <li><a href="/movies/warner-bros/">Warner Bros</a></li> </ul> </li> <li><a href="#"><label class='menu-dropdown-label' title="Toggle Dropdown" for="sm3">TV <span class="drop-icon">▾</span></label></a> <input type="checkbox" id="sm3"> <ul class="sub-menu"> <li><a href="/tv/">TV</a></li> <li><a href="/tv/abc/">ABC</a></li> <li><a href="/tv/comedy-central/">Adult Swim</a></li> <li><a href="/tv/amazon/">Amazon Prime</a></li> <li><a href="/tv/amc/">AMC</a></li> <li><a href="/tv/apple/">Apple</a></li> <li><a href="/tv/cbs/">CBS</a></li> <li><a href="/tv/cw/">The CW</a></li> <li><a href="/tv/disney-tv/">Disney+</a></li> <li><a href="/tv/fox/">Fox</a></li> <li><a href="/tv/hbo/">HBO/HBO Max</a></li> <li><a href="/tv/hulu/">Hulu</a></li> <li><a href="/tv/nbc/">NBC</a></li> <li><a href="/tv/netflix/">Netflix</a></li> </ul> </li> <li><a href="#"><label class='menu-dropdown-label' title="Toggle Dropdown" for="sm4">Games <span class="drop-icon">▾</span></label></a> <input type="checkbox" id="sm4"> <ul class="sub-menu"> <li><a href="https://bleedingcool.com/games/">Video Games</a></li> <li><a href="https://bleedingcool.com/games/tabletop/">Tabletop</a></li> <li><a href="https://bleedingcool.com/games/mobile-games/">Mobile</a></li> <li><a href="https://bleedingcool.com/games/review-games/">Reviews</a></li> <li><a href="https://bleedingcool.com/games/video-games-2/esports/">Esports</a></li> <li><a href="https://bleedingcool.com/games/video-games-2/arcade/">Arcade</a></li> </ul> </li> <!--<li><a href="/collectibles/">Collectibles</a></li>--> <li><a href="#"><label class='menu-dropdown-label' title="Toggle Dropdown" for="sm5">Collect<span class="drop-icon">▾</span></label></a> <input type="checkbox" id="sm5"> <ul class="sub-menu"> <li><a href="/collectibles/">Collectibles</a></li> <li><a href="/collectibles/lego/">LEGO</a></li> <li><a href="/collectibles/hasbro/">Hasbro</a></li> <li><a href="/collectibles/funko/">Funko</a></li> <li><a href="/collectibles/mattel/">Mattel</a></li> </ul> </li> <li><a href="/tag/wrestling/">Wrestling</a></li> <li><a href="/trends/">Trends</a></li> <li><a href="/contact/">Contact</a></li> <li><form method='GET' action='/search/' target='_self'><input id='search_box' name='s' placeholder='Search...' type='text'/></form></li> </ul> </nav> </div> <div class="pure-u-1-5 pure-u-md-1-6 pure-u-lg-3-24"> <a rel="nofollow" style="float:right" href="https://www.cgccomics.com"> <img class="pure-img bc-logos" src="/cgc-logo-headless-min.png" alt="CGC" width='72px' height='32px'> </a> </div> </header> </div> <div id='main' class='pure-g'><ol id="breadcrumbs" class="breadcrumbs" style="padding:0;" itemscope itemtype="http://schema.org/BreadcrumbList"> <li style="display:inline-block;" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" itemscope itemtype="http://schema.org/WebPage" href="https://bleedingcool.com/" itemid="https://bleedingcool.com/"> <span itemprop="name">Home</span> </a> <meta itemprop="position" content="1" /> </li> <li class="breadcrumb-spacer" style="margin: 0 9px 0 5px;">»</li> <li style="display:inline-block;" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" itemscope itemtype="http://schema.org/WebPage" href="https://bleedingcool.com/games/" itemid="https://bleedingcool.com/games/"> <span itemprop="name">Games</span> </a> <meta itemprop="position" content="2" /> </li> <li class="breadcrumb-spacer" style="margin: 0 9px 0 5px;">»</li> <li style="display: inline-block" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <span itemprop="item" itemscope itemtype="http://schema.org/WebPage" itemid="https://bleedingcool.com/games/old-school-runescape-launches-leagues-v-raging-echoes/"> <span itemprop="name">Old School RuneScape Launches Leagues V: Raging Echoes</span> </span> <meta itemprop="position" content="3" /> </li> </ol> <section class='main-content pure-u-1-2'><article id='article' data-post-id='2126777' itemscope itemtype='http://schema.org/Article'><p class="taxonomy">Posted in: <a href='/games/' rel='category'>Games</a>, <a href='/games/video-games-2/games-publishers/jagex-games-publishers/' rel='category'>Jagex</a>, <a href='/games/video-games-2/games-publishers/jagex-games-publishers/runescape/' rel='category'>Runescape</a>, <a href='/games/video-games-2/' rel='category'>Video Games</a> | Tagged: <a href='/tag/leagues-v-raging-echoes/' rel='tag'>Leagues V: Raging Echoes</a>, <a href='/tag/old-school-runescape/' rel='tag'>Old School Runescape</a></p><hr><h1 class='headline' style='margin-top: 0;' itemprop='headline'>Old School RuneScape Launches Leagues V: Raging Echoes</h1><p class='excerpt' style='font-weight:lighter;margin:6px 0;font-size:1.1em;clear:both;'>A new competitive event has dropped into Old School RuneScape, as players can now face off against each other in Leagues V: Raging Echoes</p><hr><div class="byline">Published <time itemprop="datePublished" datetime="2024-11-27T19:13:08-06:00" title="Wed, 27 Nov 2024 19:13:08 -0600">Wed, 27 Nov 2024 19:13:08 -0600</time> <address class="author">by <a rel='author' href='https://bleedingcool.com/author/gsheehan/'>Gavin Sheehan</a></address><div class="byline-separator"> | </div><div class="comments-link"><a id="jump_to_comments" href="#comments-placeholder">Comments</a></div></div></header><hr><div id='post_summary' style='margin:6px 0;clear:both;'><h2 style='margin-top: 0;font-size:1.1em;'>Article Summary</h2><ul> <li>Leagues V: Raging Echoes introduces fresh competitive gameplay in Old School RuneScape.</li> <li>Players can earn relics and unlock new challenges by completing daring in-game tasks.</li> <li>Combat Mastery offers new systems to enhance player progress and battle techniques.</li> <li>Enjoy Jagex's special membership package for discounted access to exclusive content.</li> </ul></div><hr><p><div class="responsive-iframe"><iframe width="1170" height="658" srcdoc='&lt;style&gt;*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img,span{position:absolute;width:100%;top:0;bottom:0;margin:auto}span{height:1.5em;text-align:center;font:48px/1.5 sans-serif;color:white;text-shadow:0 0 0.5em black}&lt;/style&gt;&lt;a href=https://www.youtube.com/embed/UoZIL-HVfQs?feature=oembed?autoplay=1&gt;&lt;img src=https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:auto/h:auto/q:75/https://img.youtube.com/vi/UoZIL-HVfQs/hqdefault.jpg loading="lazy" alt="Link to play video."&gt;&lt;span&gt;&#9654;&lt;/span&gt;&lt;/a&gt;' style="border: 0px;" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture; fullscreen;" loading="lazy" src="https://www.youtube.com/embed/UoZIL-HVfQs?feature=oembed" title="Youtube Video"></iframe></div></p> <p><a href="https://bleedingcool.com/games/video-games-2/games-publishers/jagex-games-publishers/">Jagex</a> has released a brand new competitive event in <em>Old School RuneScape</em>, as they have launched <a href="https://osrs.runescape.com/leagues">Leagues V: Raging Echoes</a> this week. Starting today and running all the way until January 22, 2025, players will see a new experience in Gielinor, as the MMORPG will revive the competitive mode for eight weeks of action. Everyone will have a chance to complete challenging tasks, such as starting a new adventure with an all-new character from scratch, taking care of daily tasks, earning points for certain accomplishments, and more. All of these will help you unlock relics and access new regions with additional challenges. We have more details below and the trailer above, as we wish you luck completing them all!</p> <figure id="attachment_2126783" aria-describedby="caption-attachment-2126783" style="width: 600px" class="wp-caption aligncenter"><a href="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:auto/h:auto/q:75/https://bleedingcool.com/wp-content/uploads/2024/11/Old-School-RuneScape-Leagues-V-Raging-Echoes.jpg"><img data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:600/h:378/q:75/https://bleedingcool.com/wp-content/uploads/2024/11/Old-School-RuneScape-Leagues-V-Raging-Echoes.jpg" class="size-large wp-image-2126783" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20600%20378%22%20width%3D%22600%22%20height%3D%22378%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Old School RuneScape Launches Leagues V: Raging Echoes" width="600" height="378"><noscript><img class="size-large wp-image-2126783" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:600/h:378/q:75/https://bleedingcool.com/wp-content/uploads/2024/11/Old-School-RuneScape-Leagues-V-Raging-Echoes.jpg" alt="Old School RuneScape Launches Leagues V: Raging Echoes" width="600" height="378"></noscript></a><figcaption id="caption-attachment-2126783" class="wp-caption-text">Credit: Jagex</figcaption></figure> <h2><em>Old School RuneScape</em> &ndash; Leagues V: Raging Echoes</h2> <p>Leagues V &ndash; Raging Echoes sees the return of a fan-favourite competitive mode that tests RuneScape members' skills and combat through a series of challenging in-game tasks. Start a new adventure on a fresh character, complete tasks, earn points, and unlock relics to access new regions with additional challenges to face.&nbsp;Enjoy the return of much-loved features as Area-Locking becomes a permanent Leagues fixture, while Theorycrafting and Enhanced Bosses return once more.&nbsp; New for Leagues V &ndash; Raging Echoes, Combat Mastery introduces a system that will change the way players progress and evolve through the League. The new core of combat power, Combat Mastery now compliments the Relic System to give players more control over the battle buffs and boosts they unleash in battle.</p> <p>With huge XP rewards, fresh changes, and exciting new twists on classic&nbsp;<em>Old School RuneScape</em> gameplay, Leagues V &ndash; Raging Echoes is a highly-accessible seasonal game mode for all RuneScape members to jump in and forge their path through Gielinor. To help players jump into Leagues, Jagex has launched a special Membership package, providing access to Members content for the duration of Leagues V &ndash; Raging Echoes at a discounted rate, available for both new and returning players.</p> <hr><div style="margin-bottom: 10px" id="bc_sharing_is_caring"><center><p><strong>Enjoyed this? Please share on social media!</strong></p><a class='social_link' style='margin: 0 10px;' href='https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fbleedingcool.com%2Fgames%2Fold-school-runescape-launches-leagues-v-raging-echoes%2F' target='_blank' onClick='open_social_link(this);return false;'><img class='social_icon' style='width:100px;height:100px;' loading='lazy' alt='facebook' src='/social_icons/social-1_square-facebook.svg' width='100' height='100'/></a><a class='social_link' style='margin: 0 10px;' href='https://twitter.com/share?url=https%3A%2F%2Fbleedingcool.com%2Fgames%2Fold-school-runescape-launches-leagues-v-raging-echoes%2F&text=Old+School+RuneScape+Launches+Leagues+V%3A+Raging+Echoes&via=bleedingcool' target='_blank' onClick='open_social_link(this);return false;'><img class='social_icon' style='width:100px;height:100px;' loading='lazy' alt='twitter' src='/social_icons/social-1_square-twitter.svg' width='100' height='100'/></a><a class='social_link' style='margin: 0 10px;' href='http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fbleedingcool.com%2Fgames%2Fold-school-runescape-launches-leagues-v-raging-echoes%2F&description=Old+School+RuneScape+Launches+Leagues+V%3A+Raging+Echoes' target='_blank' onClick='open_social_link(this);return false;'><img class='social_icon' style='width:100px;height:100px;' loading='lazy' alt='pinterest' src='/social_icons/social-1_square-pinterest.svg' width='100' height='100'/></a><a class='social_link' style='margin: 0 10px;' href='https://reddit.com/submit?url=https%3A%2F%2Fbleedingcool.com%2Fgames%2Fold-school-runescape-launches-leagues-v-raging-echoes%2F&title=Old+School+RuneScape+Launches+Leagues+V%3A+Raging+Echoes' target='_blank' onClick='open_social_link(this);return false;'><img class='social_icon' style='width:100px;height:100px;' loading='lazy' alt='reddit' src='/social_icons/social-1_square-reddit.svg' width='100' height='100'/></a></center></div><script type='text/javascript'> function open_social_link(e) { var href = e.getAttribute('href'); window.open(href, 'Share the Joy of Bleeding Cool', 'height=450, width=550, top=' + (window.innerHeight / 2 - 275) + ', left=' + (window.innerWidth / 2 - 225) + ', toolbar=0, location=0, menubar=0, directories=0, scrollbars=0'); return false; } </script> <a style=" display: flex; margin-top: 15px; margin-bottom: 10px; text-decoration: none; " id="google_follow" href="https://news.google.com/publications/CAAqBwgKMPHflgsw1IauAw?hl=en-US&gl=US&ceid=US:en"> <div class="pure-u-1-4 align-center" > <img width=100 height=81" src="/Google_News_icon.png"/> </div> <div class="pure-u-3-4" style=" text-align: center; font-size: 1.5em; vertical-align: text-top; color: #24292e; text-decoration: none; " > Stay up-to-date and support the site by following Bleeding Cool on Google News today! </div> </a></article><section class='bc-author-box'><h2 class='bc-author-name'><img class='bc-author-avatar' data-opt-src='https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:150/h:150/q:75/https://www.gravatar.com/avatar/bd7d435592313d122f95dc8ced46d517?s=150' src='data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20150%20150%22%20width%3D%22150%22%20height%3D%22150%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E' width='150px' height='150px' alt='Gavin Sheehan' />About <a href='/author/gsheehan/'>Gavin Sheehan</a></h2>Gavin is the current Games Editor for Bleeding Cool. He has been a lifelong geek who can chat with you about comics, television, video games, and even pro wrestling. He can also teach you how to play Star Trek chess, be your Mercy on Overwatch, recommend random cool music, and goes rogue in D&amp;D. He also enjoys hundreds of other geeky things that can't be covered in a single paragraph. Follow @TheGavinSheehan on Facebook, Twitter/X, Instagram, Bluesky, Threads, and Hive, for random pictures and musings.<div class="bc-author-socials"><a class='bc-author-social' href='https://twitter.com/TheGavinSheehan'><img src='/social_twitter.png' loading='lazy' alt='twitter' width='64px' height='64px' /></a><a class='bc-author-social' href='https://www.facebook.com/TheGavinSheehan/'><img src='/social_facebook.png' loading='lazy' alt='facebook' width='64px' height='64px' /></a><a class='bc-author-social' href='https://www.instagram.com/thegavinsheehan/'><img src='/social_instagram.png' loading='lazy' alt='instagram' width='64px' height='64px' /></a></div></section><div id="comments-placeholder" style="height:758px;overflow:scroll;"><div id="comments-message"><em>Comments will load 20 seconds after page.</em> <a id="load_spot" href="#comments-section">Click here</a> to load them now.</div><div id="comments-section" style="display:none;"></div></div><script type='text/javascript' defer> document.addEventListener('DOMContentLoaded', function(){ function makecommentsvisible() { var commentssection = document.querySelector('#comments-section'); commentssection.setAttribute('style', 'display:block;'); console.log('DEBUG: making comments visible.'); } function nogtmloadspot() { var commentssection = document.querySelector('#comments-section'); if (commentssection) var loaded = commentssection.getAttribute('data-loaded'); if (!loaded) { commentssection.innerHTML = ''; commentssection.setAttribute('data-loaded', true); console.log('DEBUG: Injecting Spot.IM script in no GTM mode.'); var s = document.createElement('script'); s.setAttribute('type', 'text/javascript'); s.setAttribute('src', 'https://launcher.spot.im/spot/sp_2NZshbIg'); s.setAttribute('data-spotim-module', 'spotim-launcher'); s.setAttribute('data-messages-count', '1'); s.setAttribute('data-post-url', 'https://bleedingcool.com/games/old-school-runescape-launches-leagues-v-raging-echoes/'); s.setAttribute('data-article-tags', 'Leagues V: Raging Echoes,Old School Runescape'); s.setAttribute('data-post-id', '2126777'); s.setAttribute('data-disqus-url', 'https://bleedingcool.com/games/old-school-runescape-launches-leagues-v-raging-echoes/'); s.setAttribute('data-disqus-identifier', '2126777 https://www.bleedingcool.com/?p=2126777'); document.getElementById('comments-section').appendChild(s); console.log('DEBUG: Injected Spot.IM script.'); setTimeout(makecommentsvisible, 12000); } } var loadspotlink = document.getElementById('load_spot'); loadspotlink.addEventListener('click',function(e){ e.preventDefault(); nogtmloadspot(); },false); var jumptocomments = document.getElementById('jump_to_comments'); jumptocomments.addEventListener('click',function(e){ nogtmloadspot(); },false); setTimeout(nogtmloadspot, 8000); }); </script></section><aside id='test_sidebar' class='sidebar pure-u-1-2' role='complementary'><div class="med_rect_wrapper"><div class="med_rect_unit"><div id="bottom_medium_rectangle" data-pw-desk="med_rect_atf" data-pw-mobi="med_rect_atf"></div></div></div><h2 class='sidebar-header'>Popular Now</h2><ol id="popular_now"> <li class='trending_article'><a href='https://bleedingcool.com/games/spindle-announced-for-pc-nintendo-switch-in-2025/' rel='bookmark'><span>Spindle Announced For PC &#038; Nintendo Switch in 2025</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/the-game-awards-returns-to-fortnite-for-the-live-show/' rel='bookmark'><span>The Game Awards Returns To Fortnite For The Live Show</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/flip-out-pinball-reveals-evil-dead-collectors-edition-table/' rel='bookmark'><span>Flip Out Pinball Reveals Evil Dead Collectors Edition Table</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/throne-liberty-to-add-powerful-weapon-in-december/' rel='bookmark'><span>Throne &#038; Liberty To Add Powerful Weapon in December</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/marvel-rivals-has-revealed-an-all-new-launch-trailer/' rel='bookmark'><span>Marvel Rivals Has Revealed An All-New Launch Trailer</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/ark-aberration-ascended-gets-an-expansion-with-bobs-tall-tales-2/' rel='bookmark'><span>ARK: Aberration Ascended Gets An Expansion With Bob's Tall Tales 2</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/darkest-dungeon-ii-announces-inhuman-bondage-dlc/' rel='bookmark'><span>Darkest Dungeon II Announces Inhuman Bondage DLC</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/test-drive-unlimited-solar-crown-announces-season-two/' rel='bookmark'><span>Test Drive Unlimited Solar Crown Announces Season Two</span></a></li></ol><div class="med_rect_wrapper"><div class="med_rect_unit"><div id="bottom_medium_rectangle1" data-pw-desk="med_rect_btf" data-pw-mobi="med_rect_btf"></div></div></div><h2 class='sidebar-header'>Popular Now</h2><ol id="popular_next"> <li class='trending_article'><a href='https://bleedingcool.com/games/cards-of-pokemon-tcg-scarlet-violet-part-59-special-illustrations/' rel='bookmark'><span>Cards Of Pokémon TCG: Scarlet &#038; Violet Part 59: Special Illustrations</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/corepunk-to-launch-early-access-version-this-week/' rel='bookmark'><span>Corepunk To Launch Early Access Version This Week</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/niantic-exec-comments-on-governments-buying-pokemon-go-data/' rel='bookmark'><span>Niantic Exec Comments On Governments Buying Pokémon GO Data</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/pokemon-tcg-2022-end-of-year-list-top-sword-shield-era-sets/' rel='bookmark'><span>Pokémon TCG 2022 End-Of-Year List: Top Sword &#038; Shield-Era Sets</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/video-games-2/fortnites-rare-mythic-goldfish-trophy-just-killed-an-unsuspecting-player/' rel='bookmark'><span>"Fortnite's" Rare Mythic Goldfish Trophy Just Killed An Unsuspecting Player</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/atari-7800-has-started-shipping-out-today-with-bonus-items/' rel='bookmark'><span>Atari 7800 Has Started Shipping Out Today With Bonus Items</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/cards-of-pokemon-tcg-paldea-evolved-part-53-maushold-flamigo/' rel='bookmark'><span>Cards Of Pokémon TCG: Paldea Evolved Part 53: Maushold &#038; Flamigo</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/games/clash-of-clans-has-released-town-hall-17-update/' rel='bookmark'><span>Clash Of Clans Has Released Town Hall 17 Update</span></a></li></ol></aside><div id="read_more"><section><div class='hub_section pure-u-1'><h2 class="hub_section_title"><a href="https://bleedingcool.com/author/gsheehan/" rel="bookmark">Latest by Gavin Sheehan</a></h2><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/fortnite-chapter-6-season-1-%e9%ac%bc-hunters-launches-today/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Fortnite-Season-6-C1-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Fortnite - Chapter 6 Season 1: 鬼 Hunters Launches Today" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Fortnite-Season-6-C1-350x350.jpg" alt="Fortnite - Chapter 6 Season 1: 鬼 Hunters Launches Today" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/fortnite-chapter-6-season-1-%e9%ac%bc-hunters-launches-today/"><h3 class="latest-headline" rel="bookmark">Fortnite &#8211; Chapter 6 Season 1: 鬼 Hunters Launches Today</h3></a></div><div class="latest-article-excerpt">Fortnite enters the next chapter of gameplay with an all-new theme, as Chapter 6 Season 1: 鬼 Hunters kicks off this morning</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/spindle-announced-for-pc-nintendo-switch-in-2025/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Spindle-Artwork-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Spindle" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Spindle-Artwork-350x350.jpg" alt="Spindle" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/spindle-announced-for-pc-nintendo-switch-in-2025/"><h3 class="latest-headline" rel="bookmark">Spindle Announced For PC &#038; Nintendo Switch in 2025</h3></a></div><div class="latest-article-excerpt">Play as the Grim Reaper trying to undo the damage done after taking the day off in Spindle, coming to PC and Switch next year</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/test-drive-unlimited-solar-crown-announces-season-two/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Test-Drive-Unlimited-Solar-Crown-Season-Two-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Test Drive Unlimited Solar Crown Announces Season Two" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Test-Drive-Unlimited-Solar-Crown-Season-Two-350x350.jpg" alt="Test Drive Unlimited Solar Crown Announces Season Two" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/test-drive-unlimited-solar-crown-announces-season-two/"><h3 class="latest-headline" rel="bookmark">Test Drive Unlimited Solar Crown Announces Season Two</h3></a></div><div class="latest-article-excerpt">Test Drive Unlimited Solar Crown has confirmed Season Two will arrive in mid-December, brining new tracks, cars, and more</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/roman-triumph-launched-a-limited-time-free-demo/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Roman-Triumph-Main-Art-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Roman Triumph" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Roman-Triumph-Main-Art-350x350.jpg" alt="Roman Triumph" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/roman-triumph-launched-a-limited-time-free-demo/"><h3 class="latest-headline" rel="bookmark">Roman Triumph Launched a Limited-Time Free Demo</h3></a></div><div class="latest-article-excerpt">You can try out a free demo of Roman Triumph right now, as it will be available for a limited time on Steam with a sample of the game</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/breath-of-death-vii-the-beginning-reanimated-arrives-in-december/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Breath-of-Death-VII-The-Beginning-Reanimated-Cover-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Breath of Death VII: The Beginning: Reanimated Arrives in December" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Breath-of-Death-VII-The-Beginning-Reanimated-Cover-350x350.jpg" alt="Breath of Death VII: The Beginning: Reanimated Arrives in December" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/breath-of-death-vii-the-beginning-reanimated-arrives-in-december/"><h3 class="latest-headline" rel="bookmark">Breath of Death VII: The Beginning: Reanimated Arrives in December</h3></a></div><div class="latest-article-excerpt">The fast-paced supernatural RPG Breath of Death VII: The Beginning: Reanimated has been confirmed for release this December</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/children-of-the-sun-receives-new-nightmare-paralysis-update/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Children-of-the-Sun-Nightmare-Paralysis-Art-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Children of the Sun" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Children-of-the-Sun-Nightmare-Paralysis-Art-350x350.jpg" alt="Children of the Sun" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/children-of-the-sun-receives-new-nightmare-paralysis-update/"><h3 class="latest-headline" rel="bookmark">Children Of The Sun Receives New Nightmare Paralysis Update</h3></a></div><div class="latest-article-excerpt">Devolver Digital recently released a new update for Children Of The Sun, as players can download ther new Nightmare Paralysis content</div></div></a></article></div></section><div id="bottom_leaderboard2" class="center" data-pw-desk="leaderboard_btf" data-pw-mobi="leaderboard_btf"></div><section><div class='hub_section pure-u-1'><h2 class="hub_section_title"><a href="https://bleedingcool.com/games/" rel="bookmark">Latest in Games</a></h2><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/fortnite-chapter-6-season-1-%e9%ac%bc-hunters-launches-today/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Fortnite-Season-6-C1-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Fortnite - Chapter 6 Season 1: 鬼 Hunters Launches Today" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Fortnite-Season-6-C1-350x350.jpg" alt="Fortnite - Chapter 6 Season 1: 鬼 Hunters Launches Today" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/fortnite-chapter-6-season-1-%e9%ac%bc-hunters-launches-today/"><h3 class="latest-headline" rel="bookmark">Fortnite &#8211; Chapter 6 Season 1: 鬼 Hunters Launches Today</h3></a></div><div class="latest-article-excerpt">Fortnite enters the next chapter of gameplay with an all-new theme, as Chapter 6 Season 1: 鬼 Hunters kicks off this morning</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/spindle-announced-for-pc-nintendo-switch-in-2025/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Spindle-Artwork-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Spindle" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Spindle-Artwork-350x350.jpg" alt="Spindle" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/spindle-announced-for-pc-nintendo-switch-in-2025/"><h3 class="latest-headline" rel="bookmark">Spindle Announced For PC &#038; Nintendo Switch in 2025</h3></a></div><div class="latest-article-excerpt">Play as the Grim Reaper trying to undo the damage done after taking the day off in Spindle, coming to PC and Switch next year</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/test-drive-unlimited-solar-crown-announces-season-two/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Test-Drive-Unlimited-Solar-Crown-Season-Two-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Test Drive Unlimited Solar Crown Announces Season Two" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Test-Drive-Unlimited-Solar-Crown-Season-Two-350x350.jpg" alt="Test Drive Unlimited Solar Crown Announces Season Two" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/test-drive-unlimited-solar-crown-announces-season-two/"><h3 class="latest-headline" rel="bookmark">Test Drive Unlimited Solar Crown Announces Season Two</h3></a></div><div class="latest-article-excerpt">Test Drive Unlimited Solar Crown has confirmed Season Two will arrive in mid-December, brining new tracks, cars, and more</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/roman-triumph-launched-a-limited-time-free-demo/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Roman-Triumph-Main-Art-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Roman Triumph" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Roman-Triumph-Main-Art-350x350.jpg" alt="Roman Triumph" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/roman-triumph-launched-a-limited-time-free-demo/"><h3 class="latest-headline" rel="bookmark">Roman Triumph Launched a Limited-Time Free Demo</h3></a></div><div class="latest-article-excerpt">You can try out a free demo of Roman Triumph right now, as it will be available for a limited time on Steam with a sample of the game</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/breath-of-death-vii-the-beginning-reanimated-arrives-in-december/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Breath-of-Death-VII-The-Beginning-Reanimated-Cover-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Breath of Death VII: The Beginning: Reanimated Arrives in December" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Breath-of-Death-VII-The-Beginning-Reanimated-Cover-350x350.jpg" alt="Breath of Death VII: The Beginning: Reanimated Arrives in December" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/breath-of-death-vii-the-beginning-reanimated-arrives-in-december/"><h3 class="latest-headline" rel="bookmark">Breath of Death VII: The Beginning: Reanimated Arrives in December</h3></a></div><div class="latest-article-excerpt">The fast-paced supernatural RPG Breath of Death VII: The Beginning: Reanimated has been confirmed for release this December</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/games/children-of-the-sun-receives-new-nightmare-paralysis-update/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Children-of-the-Sun-Nightmare-Paralysis-Art-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Children of the Sun" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/Children-of-the-Sun-Nightmare-Paralysis-Art-350x350.jpg" alt="Children of the Sun" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/games/children-of-the-sun-receives-new-nightmare-paralysis-update/"><h3 class="latest-headline" rel="bookmark">Children Of The Sun Receives New Nightmare Paralysis Update</h3></a></div><div class="latest-article-excerpt">Devolver Digital recently released a new update for Children Of The Sun, as players can download ther new Nightmare Paralysis content</div></div></a></article></div></section></div><div id="bottom_spacer"><div id="bottom_leaderboard" class="center" data-pw-desk="leaderboard_btf" data-pw-mobi="leaderboard_btf"></div></div> </div><div id="footer-wrapper"> <footer id="colophon" class="pure-u-1-1 align-center" role="contentinfo"> <div id="ownership_statement">Bleeding Cool is owned and operated by Avatar Press, Inc. For more information, visit our <a href='/contact/'>contact page</a>.</div> &copy; 2021 <a href ="/">Bleeding Cool</a> | <a href='/contact/'>Contact Us</a> | <a href='/about/'>About Us</a> | <a href='/privacy-policy/'>Privacy Policy</a> </footer> </div> </div><script> setTimeout(function() { if (document.querySelector('.gallery')) { var css = document.createElement("link"); css.rel = "stylesheet"; css.type = "text/css"; css.href = "/simpleLightbox.min.css"; document.getElementsByTagName("head")[0].appendChild(css); var js = document.createElement("script"); js.src = "/simpleLightbox.min.js"; document.getElementsByTagName("head")[0].appendChild(js); setTimeout(function() { new SimpleLightbox({elements: '.gallery a'}); console.log("Loaded gallery."); }, 2000); } }, 5000); </script> </body></html>

Pages: 1 2 3 4 5 6 7 8 9 10