Brazil's biggest MU Online portal — since 2003
Tutorial Advanced Server

How to configure the Muun System (modern mounts and pets) in MU Online

Learn how to enable and balance the Muun System from modern MU Online seasons, covering Muun pets and mounts, combination, bonuses and event integration.

BR Bruno · Updated on Jul 1, 2026 · ⏱ 17 min read
Quick answer

The Muun System is the modern evolution of the old MU Online Pet System. Introduced in the more recent seasons, it replaces the simple "one pet, one bonus" logic with an ecosystem of collectible creatures that act as companions (pets) and as mounts, with combination, evolution and direct integration

The Muun System is the modern evolution of the old MU Online Pet System. Introduced in the more recent seasons, it replaces the simple "one pet, one bonus" logic with an ecosystem of collectible creatures that act as companions (pets) and as mounts, with combination, evolution and direct integration with events and the shop. For the administrator, the Muun is at once a powerful retention tool and a real source of imbalance if configured without care. This guide covers the complete cycle of enabling, combining, balancing and integrating the Muun System on your server.

As always, a warning: the file, table, column and ID names mentioned here are examples of the pattern that most modern-season emulators adopt. The real implementation varies by emulator — some store everything in SQL with a web panel, others in configuration files. Treat the examples as a conceptual map and validate each field in your emulator's documentation.

Prerequisites

The Muun System depends on a functional modern-season server base. If your infrastructure is not up yet, start with the how to create a MU Online server guide before moving on.

You will need:

  • A season server compatible with Muun (modern GameServer, ConnectServer, database up).
  • Access to the Muun tables/files: creature definition, per-Muun bonuses, combination recipes and event links.
  • A client for the same season, with the Muun models and effects installed.
  • A database client (HeidiSQL/SSMS) to edit tables, if the emulator uses SQL.
  • A GM account with a command to generate Muuns and force evolution in testing.
  • A complete backup of the database and files before any change.

Also keep a spreadsheet handy to record each Muun, its type, its bonuses and its source of acquisition. Without this inventory, balancing becomes guesswork.

How the Muun System is organized

The Muun System works with three central concepts you need to master before editing any value:

  1. Companion Muun (pet). Stays beside the character and applies passive bonuses (damage, defense, EXP, drop rate, resistances). Occupies the Muun pet slot.
  2. Mount Muun. The character rides it; it offers mobility and bonuses, and occupies the mount slot. Some Muuns serve only as a mount, others only as a pet, and some do both.
  3. Evolution and combination. Muuns can be combined to generate superior versions and, in many seasons, gain their own experience and level up, increasing the bonuses.

The big difference from the classic pet is the dual-slot system: the player can normally have a pet Muun and a mount Muun active simultaneously. This means the bonuses stack, and that is exactly where the risk of imbalance lies. Before defining any numbers, map out how many slots your emulator offers and which bonuses can coexist.

ElementRoleSlotTypical bonus
Pet MuunCompanionMuun pet slotEXP, drop, damage, defense
Mount MuunMountMount slotSpeed, damage, HP
Evolved MuunSuperior pet or mountSame as the originalBonus amplified by level
Event MuunTemporaryPet or mountCampaign bonus, expires

Enabling and defining Muuns on the server

The first practical step is to make sure each Muun exists and is active in the definition table. In modern emulators, this is usually a SQL table (something like MuunList, T_Muun or PetMuun) or a dedicated configuration file. Each Muun defines, at a minimum:

  • Muun ID (unique).
  • Type: pet, mount, or both.
  • Name and model reference (for the client).
  • Bonuses applied when active.
  • Durability/expiration policy: permanent or temporary.

Conceptual example of a Muun entry (illustrative):

[Muun_101]
Name       = "Little Fox"
Type       = Pet
Model      = 101
BonusExp   = 10        ; +10% EXP
BonusDrop  = 5         ; +5% drop
Evolvable  = 1
Expire     = 0         ; permanent

Verification points when enabling each Muun:

  • The ID and the model match the client. A Muun with no model in the client generates an invisible creature or a crash.
  • The type is correct: a Muun marked as a mount without mount support in the client will not render the animation.
  • The bonuses are within the range you planned. Do not copy values from another server without reviewing.
  • The expiration policy is defined. An event Muun with no expiration becomes permanent by mistake.

Muun combination and evolution

Combination is the heart of the Muun System's engagement. The player gathers smaller Muuns and fuses them to obtain a superior Muun, at a specific combination NPC or machine. The recipe defines the inputs, output, cost and success rate.

Typical combination flow:

  1. Collect the base Muuns through drops, events or the shop.
  2. Take them to the Muun combination NPC/machine.
  3. Insert the Muuns and auxiliary items (jewels, event items, zen).
  4. Run the combination subject to the configured success rate; on success, the base Muuns are consumed and the superior Muun is generated.

On the server, the recipe lives in a Muun combination table (example MuunCombine). A conceptual block:

[Combine_Fox_to_WhiteFox]
In1   = Muun_101      ; Little Fox
In2   = Muun_101      ; Little Fox
Item  = Jewel_Chaos:1
Zen   = 2000000
Out   = Muun_150      ; White Fox
Rate  = 65

Beyond combination, many seasons implement evolution through experience: the Muun gains EXP as it accompanies the character in combat and levels up, scaling its bonuses. If your emulator supports this, there will be per-level EXP tables and per-level Muun bonus tables. Configure the EXP curve so evolution is noticeable but not instant, and set the level cap.

Balancing recommendations for combination and evolution:

  • Success rates between 50% and 70% for intermediate combinations keep the pursuit interesting without generating extreme frustration.
  • A rising EXP curve: quick low levels to give a sense of progress, slow high levels to keep the player engaged.
  • Consumption of the base Muuns must be real: without consumption, there is no economy, and the Muun market collapses.

Bonuses, stacking and balancing

This is the most delicate point of the Muun System. Since pet and mount Muun coexist, their bonuses add up with each other and with wings, sets and other sources. Without control, a player accumulates +EXP, +drop, +damage and +HP from several layers at once.

Guidelines to keep the balance:

  • Set global caps for stackable bonuses, especially EXP and drop, if the emulator allows it. That way, even when stacking sources, there is a limit.
  • Differentiate the roles: keep the pet Muun focused on utility bonuses (EXP, drop) and the mount Muun focused on combat (damage, HP, speed). This prevents a single Muun from concentrating everything.
  • Measure the real impact in farming and PvP with test accounts before releasing. Numbers that look small in the table become a lot when stacked.
  • Separate shop Muuns from gameplay Muuns. If strong Muuns only come from the paid shop, the server becomes pay-to-win; balance it with sources obtainable by playing.
Bonus sourceRecommendation
Pet MuunUtility: EXP, drop, resistances
Mount MuunCombat: damage, HP, speed
Evolved MuunModerate scaling per level, with a cap
Total stackingGlobal EXP/drop cap, if available

Integration with events and the shop

The Muun System is usually the main hook for events and the server's modern economy. Event Muuns appear in seasonal campaigns with durability that expires, encouraging participation. Shop Muuns drive monetization. And drop Muuns give a goal to those who prefer to play rather than pay.

To integrate well:

  1. Register the event Muuns with expiration and tie their delivery to the event's reward system.
  2. Clearly define which Muuns are from the shop and adjust prices so they do not unbalance PvP.
  3. Distribute drop Muuns on maps consistent with the difficulty of the bonus.
  4. Announce the source of each Muun to the players, avoiding the feeling of an opaque system.

Take special care with event Muuns: because they expire, they need a clear time-remaining message in the client, otherwise the player complains about the bonus "disappearing".

Syncing server and client

Every Muun needs to exist on both sides with a coherent ID, model and type. The corresponding season client must contain the models, textures and effects of each Muun, plus the name entries. A custom or reskinned Muun requires the corresponding model in the client patch.

Safe flow:

  1. Define/edit the Muun on the server.
  2. Confirm that the Muun's model exists in the client.
  3. Mirror the name and type in the client configuration.
  4. Generate the Muun on a test account and validate pet, mount, bonuses and evolution.
  5. Only then distribute the patch to the players.

Common errors and fixes

SymptomLikely causeFix
Invisible Muun on summonModel missing in the clientAdd the Muun's model to the client patch
Client crashes when mounting the MuunMuun marked as a mount without client supportFix the type or install the correct mount model
Muun bonus does not applyMuun inactive or bonus not linked to the IDActivate the Muun and review the bonus link
Combination always failsRecipe with wrong IDs or Rate = 0Review the inputs, items and rate in the combination table
Muun EXP does not go upEvolution disabled or curve without valuesEnable evolution and fill in the per-level EXP table
Event Muun does not expireExpiration policy set as permanentAdjust the item's expiration in the Muun definition
Bonuses stacking too much in PvPStacking without a capSet global EXP/drop caps and differentiate roles

Balancing tests

Before releasing, set up a test scenario with one test account per main class and combine the worst (best) stacking situations: pet Muun + mount Muun + wings + set. Measure EXP/hour in farming, damage in PvP and survivability. If the result makes the Muun mandatory to compete, reduce bonuses or apply a cap. The goal is for strong Muuns to be an advantage, not a requirement to exist on the server.

Also test the combination economy: how many base Muuns and how much time to reach a top Muun? Calibrate it so the journey takes weeks, not hours, and so there is an active Muun market among players.

Launch checklist

  • Complete backup of the database and files before editing
  • All Muuns registered with ID, type and model verified
  • Muun models and effects present in the client patch
  • Each Muun's bonus documented in a spreadsheet
  • Pet and mount Muun slots validated (intentional coexistence)
  • Combination recipes with IDs, costs and rates reviewed
  • EXP curve and per-level bonuses defined (if there is evolution)
  • Global EXP/drop caps configured when possible
  • Event Muuns with expiration and link to the reward system
  • Shop Muuns with prices that do not unbalance PvP
  • Bonus stacking tested in farming and PvP with a test account
  • Final test of summon, mount, combination and evolution approved

Frequently asked questions

What is the difference between a pet Muun and a mount Muun?

The Muun can take on two roles: as a pet it follows the character and applies passive bonuses; as a mount the character rides it and gains mobility and extra bonuses. Some Muuns only work in one of the modes.

Can I equip a pet Muun and a mount Muun at the same time?

Yes, there are normally separate slots for the companion Muun and the mount Muun, so the bonuses can coexist; the exact number of slots varies by emulator.

How does Muun combination work?

Two or more Muuns are combined at a specific machine/NPC to generate a superior or evolved Muun, consuming the originals and sometimes extra items, with a configurable success rate.

Does the Muun level up?

In many modern seasons the Muun gains its own experience and evolves, increasing the bonuses as it levels; if your emulator supports this, there are specific EXP and per-level bonus tables.

Does the Muun expire or is it permanent?

It depends on the type. There are permanent Muuns obtained through combination and temporary event Muuns with durability that expires; the policy is defined per item on the server.

BR
Events, maps & items editor

Bruno specializes in MU Online events, maps, bosses and item economy. He documents every detail based on real gameplay.

Keep reading

Related articles