ADVERTISEMENT

Arcadia, Innocent shun Golden Road talks as SRG battles for dear lives in M6

Published Dec 11, 2024 12:51 am

At A Glance

  • PUTRAJAYA, Malaysia – Selangor Red Giants Filipino head coach Michael "Arcadia" Bocado and import John "Innocent" Banal shrugged off talks about a potential Golden Road run this year as the Malaysian champions put focus on fighting for their dear lives in the lower bracket of the M6 World Championships.

PUTRAJAYA, Malaysia – Selangor Red Giants Filipino head coach Michael “Arcadia” Bocado and import John “Innocent” Banal shrugged off talks about a potential Golden Road run this year as the Malaysian champions put focus on fighting for their dear lives in the lower bracket of the M6 World Championships.

20241128_M6_SS R1 D1_MATCH 01_GAME 01_SRG VS S2G_064.JPG

While Arcadia admitted that achieving the Golden Road – a feat that has not ever been done yet in the MLBB Esports – was one of the team’s motivations heading into the tournament, the veteran coach stressed that it is now far from their minds, especially with their backs now against the wall.

“Sa totoo lang, before mag-start yung tournament, yun talaga yung parang ultimate goal namin. Gusto namin makuha yung one of the things na hindi pa talaga na-achieve ng lahat,” said Arcadia after the team’s lower bracket sweep of Cambodia’s NIP Flash.

“But now, I think iba na yung mindset namin. Gusto na lang namin bigay yung best namin every single series kasi nasa lower bracket na rin kami,” he added.

The Red Giants came in as one of the favorites in the tournament, having won two MPL Malaysia titles and the Mid-season crown – leaving the M6 Worlds chip as the last title they needed to complete the Golden Road feat.

Throughout history, only two other teams came as close to the Golden Road with Brazil's RRQ Akira, missing out on the M4 crown in 2022 after pacing 7th-8th, and Onic Indonesia after failing to win the M5 crown, losing to Falcons APBren in a heartbreaking seven-game series in the grand finals.

The team, however, showed some chinks to its armor when it lost one round in the swiss stage and then a 0-2 defeat to Fnatic Onic Philippines in the first round of the upper bracket.

The loss sent SRG to the lower bracket where it will be battling for survival to try to reach the grand finals once more.

For Innocent, the focus right now for the team is to give their best every game and just worry about the outcome – and the achievements after.

Sa amin kasi dahil nasa lower bracket na kami, parang wala nang pressure. Parang all-in na lahat to kasi. Isang mali lang, isang talo. Wala na kaming chance na bumawi pa kaya sinusulit na lang namin lahat ng games,” said the SRG jungler.

“Binibigay na lang namin best namin kasi pag na-pressure kami, panigurado pagsisisihan namin ito sa buong career namin. Kaya all-in lang,” he added.

SRG, though, is facing an uphill climb to the grand finals -- first, facing  Indonesian powerhouse RRQ Hoshi in the next round before taking on either Team Spirit or Falcon Esports should they survive.

“Going to this next match, parang ang mindset lang talaga namin is ma-survive your lower bracket. At pagdating ng Grand Finals, mapanalo ‘man namin yun, bonus na lang yung Golden Road,” he said.

Related Tags

MLBB Esports
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.