D E L U X E

Loading

Deluxe Conquer

Step into a truly classic Conquer Online experience — no Potency, no CPs, no Pay-to-Win. Balanced PvP, old-school gameplay, and pure nostalgia await.

Key Features
  • Max +9 / Level 130 / 2nd Rebirth
  • No Potency, No Stones
  • Four original classes: Trojan, Warrior, Archer, Taoist
  • LadyLuck Lottery system
  • Hourly PvP & Event system
  • Pure, fair and timeless gameplay

LOCATION

  • Europa, Germany [Frankfurt]
  • Server Time: --:--:--

True Classic Deluxe Conquer

At Deluxe Conquer, experience true Classic Conquer Online — no overpowered features, just pure nostalgia. Enjoy smooth gameplay, custom content, and a passionate community.

  • SINCE: -- November 21 2025
  • Online Players : 1081
  • Max Players : 1172
REGISTER
latest updates

Our Recent Updates

***
Patch ****-**-**
***
Patch ****-**-**
***
Patch ****-**-**
GALLERY

Deluxe MOMENTS

01 02 03 04 05 06
Background Shape
JOIN OUR

COMMUNITY

Follow us on social media and stay updated with the latest news.

// Fixed target countdown: 21 November 2025, 21:00 Europe/Berlin (Frankfurt) — robust UTC-based calculation (function() { // Use explicit ISO with CET offset for 2025-11-21 (standard time UTC+1) // This ensures the target corresponds to 2025-11-21 21:00 in Frankfurt/Berlin. const targetUtcMillis = Date.parse('2025-11-21T20:00:00Z'); // 21:00 CET == 20:00 UTC function pad(n) { return n < 10 ? '0' + n : '' + n; } function updateCountdown() { const elDays = document.getElementById('cd-days'); const elHours = document.getElementById('cd-hours'); const elMins = document.getElementById('cd-mins'); const elSecs = document.getElementById('cd-secs'); const panel = document.getElementById('countdown-panel'); if (!elDays || !elHours || !elMins || !elSecs || !panel) return; const now = Date.now(); let diff = Math.floor((targetUtcMillis - now) / 1000); if (diff <= 0) { panel.innerHTML = '
The server is opening!
'; return; } const days = Math.floor(diff / 86400); diff -= days * 86400; const hours = Math.floor(diff / 3600); diff -= hours * 3600; const minutes = Math.floor(diff / 60); const seconds = diff - minutes * 60; elDays.textContent = pad(days); elHours.textContent = pad(hours); elMins.textContent = pad(minutes); elSecs.textContent = pad(seconds); } document.addEventListener('DOMContentLoaded', function() { updateCountdown(); setInterval(updateCountdown, 1000); }); })(); }