ADVERTISEMENT
970x220

Neon tightens grip of solo lead, TNC outlasts T1 for third spot in DPC-SEA

Published Feb 7, 2021 05:10 pm
BEYOND GODLIKE - Erin "Yopaj" Ferrer leads Neon Esports past Execration, 2-1, to remain undefeated atop the Dota Pro Circuit (DPC)-Southeast Asia upper division on Saturday night, Feb. 6. (Photo from Neon Esports' Facebook page)

Erin "Yopaj" Ferrer's Ember Spirit waxed hot in the decisive Game 3 as Neon Esports downed Execration, 2-1, to remain unscathed atop the Dota Pro Circuit (DPC)-Southeast Asia upper division on Saturday night, Feb. 6.

Yopaj on his Ember Spirit went "beyond godlike" in Game 3, coming through with 14 kills and 13 assists against zero deaths to power Neon's 35-6 crushing of Execration in just 22 and a half minutes.

(Photo from PFL livestream)

The squad in black and yellow solidified its Singapore Major bid midway through the six-week league as it cruised to four wins in as many series (8-3 win-loss in games) and stayed on top of the eight-team division.

In the second match, TNC Predator kept its Major hopes alive as it survived the Carlo "Kuku" Palad and Karl "Karl" Baldovino-led T1, 2-1, behind Korean captain Kim "Febby" Yong Min's clutch plays on Disruptor.

Febby on his Disruptor made crucial Glimpse back usages to shut down T1's Lao carry Souliya "Jackky" Khoomphetsavong's deadly Phantom Assassin in Game 3 that lasted for 75 minutes.

Jackky didn't save for buyback and was caught off guard by Febby's Glimpse in the final clash, allowing Kim "Gabbi" Santos' Terrorblade and Armel "Armel" Tabios' Ember Spirit to close out the nail-biting game.

With the thrilling victory, TNC moved up to No. 3 with a 2-2 (5-5) record, ahead of T1 with a 2-2 (5-6) slate. At No. 2 is Fnatic with a 2-1 (5-2) card.

Only the top three teams in the upper division will advance to the Singapore Major next month.

(Photo from Neon Esports Facebook page)

Meanwhile, in the lower division, Smart Omega remained No. 1 with a clean 4-0 (8-2) slate followed by fellow Filipino team Cignal Ultra which holds a 3-1 (7-4) record at the end of the Week 3 action.

The top two teams in the lower division will be promoted to the upper division next season.

Related Tags

Dota 2 TNC Predator TNC Execration Neon Esports T1 DPC Yopaj Erin "Yopaj" Ferrer DPC-Southeast Asia
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.