✅ Version upgrades with changes made to the Multiplayer Lobby Pro
🔁 Version v1.2 (Released March 2026)
<aside>
⚠️
v1.2 requires a database update. Update your existing database by running mlp_1.2_update.sql, or create a fresh one using mlp_db.sql. You must also update your PHP API files to the latest v1.2 version from github repo.
</aside>
Unreal Engine Modified Files - v1.2.0
🎯 Battle Pass System
- 🏆 Season-based Battle Pass with Free and Premium tier tracks
- ⚡ Auto-delivery of rewards at the end of each match via
update_userstats.php , no manual claim required
- 🔄 Catch-up delivery when opening the Battle Pass screen, any unlocked rewards not yet received are auto-delivered automatically
- 📊 Per-tier progress percentage calculated server-side and returned by
get_battlepass.php for direct use in UI progress bars
- 🔁 Auto season reset: player XP and Premium status reset automatically when a new season is detected
- 💎 Premium upgrade purchasable with Gold via
buy_battlepass_premium.php, with immediate delivery of all already-unlocked Premium rewards
- 🔔
RewardsDelivered flag in API response so the game client knows when to refresh player data
📅 Daily Rewards System
- 🎁 Configurable daily reward cycle supporting Credits, Gold, Items, and Cosmetics per day
- 🔄 Weekly reset toggle: admins can enable or disable automatic cycle reset from the dashboard
- 🔒 Race-condition safe: claim transactions use
FOR UPDATE row locking to prevent double claim exploits
- 📆 Cycle progress tracking: tracks CurrentDay, LastClaimDate, and CycleComplete per player