ADVERTISEMENT

Flyff Universe World Championship 2025 returns to Manila!

Published Oct 14, 2025 05:55 pm

At A Glance

  • What started as a dream for the Flyff community has now become one of the biggest annual esports and community celebrations in the Philippines. The Flyff World Championship (FWC) has grown into a global stage where guilds fight for honor, rewards, and pride—not just in the game, but as part of a passionate worldwide community.
Pre-party on October 17 · Grand Final on October 18 · Over ₱6.3M prize pool · P-Pop group KAIA confirmed
What started as a dream for the Flyff community has now become one of the biggest annual esports and community celebrations in the Philippines. The Flyff World Championship (FWC) has grown into a global stage where guilds fight for honor, rewards, and pride—not just in the game, but as part of a passionate worldwide community.
Last year’s FWC 2024 Grand Final at the SM Mall of Asia Music Hall was a true testament to this passion. Thousands of Filipino fans lined up around the venue, cheering for their favorite guilds as Team Astral and other contenders clashed in unforgettable battles.
This year, the legacy continues. FWC 2025 is set to happen on October 18, 2025, at Ayala Malls By the Bay in Manila, with an even bigger stage, a prize pool of over US$110,000 (₱6.3 million), and a stronger lineup of competitors.
Just before the clash for glory begins, the stage will ignite with an electrifying performance by KAIA, setting the perfect hype for the ultimate showdown!
FWC 2025 MANILA — EVENT HIGHLIGHTS
Gala Lab (CEO Kim Hyunsu), developer of the HTML5 MMORPG Flyff Universe, Wemade Connect (CEO Lee Hodae), the publisher, and local channel/marketing partner PlayPark (Quach Dong Quang) announced that the Flyff Universe World Championship (FWC) 2025 Grand Final will be held on Saturday, October 18, at Ayala Malls By the Bay in Manila, Philippines. On the previous day, Friday, October 17, a special pre-party (Flyff Meetup) will be hosted, where developers and fans can meet face-to-face.

FWC 2025 MANILA, AYALA MALLS BY THE BAY — Key Highlights

  • Pre-party (Oct 17): Developer talk, live Q&A, and other community-focused programs
  • Grand Final (Oct 18): Expanded tournament with 10 teams (2 more than last year)
  • Upgraded on-site experience: Official merchandise store, giveaway events, and sponsor activation booths
  • Special stage: Performance by popular P-Pop group KAIA
  • Entry benefits: Limited-edition gifts for VIPs, early-bird, and first-come ticket holders
This year’s Grand Final kicks off with the pre-party on October 17, giving fans a chance to directly engage with the developers through talks and Q&A sessions for a deeper look into the game. On October 18, the Grand Final tournament will showcase intense competition on stage, along with a special live performance by KAIA, one of the Philippines’ most popular P-Pop groups, to hype up the crowd.
On-site, fans can also enjoy a wide range of activities, including an official merchandise shop, lucky draw giveaways, and sponsor booths offering interactive experiences. Special souvenirs and exclusive gifts will be provided to VIPs, early-bird ticket holders, and the first wave of attendees.
Lee Hodae, CEO of Wemade Connect, commented:
“We’ve prepared an even more thrilling tournament, stage production, broadcast, and fan activities compared to last year. Our goal is to create a global-local festival that both local fans and global viewers can enjoy together.”
For the latest updates on FWC 2025 Grand Final tickets and program details, please visit the official website.
Visit FlyFF Universe Official Website: https://universe.flyff.com/
Subscribe to the FlyFF Universe YouTube account at
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.