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

How to create a MU Online server without +15 (controlled economy)

Learn how to cap item refinement at +13 or +14 to build a controlled economy, fairer PvP, and greater longevity for your MU Online server.

BR Bruno · Updated on Jan 5, 2026 · ⏱ 16 min read
Quick answer

The hunt for the +15 item is, at the same time, the biggest engagement driver and the biggest source of frustration on MU Online servers. When the refinement cap is +15, the gap between a player with maxed gear and a player with ordinary gear becomes unbridgeable, PvP is decided before it even begin

The hunt for the +15 item is, at the same time, the biggest engagement driver and the biggest source of frustration on MU Online servers. When the refinement cap is +15, the gap between a player with maxed gear and a player with ordinary gear becomes unbridgeable, PvP is decided before it even begins, and the economy collapses under the pressure of infinite jewels. Creating a server with a cap at +13 or +14 is a mature design decision, adopted by administrators who prioritize longevity and fairness over the race for ever-larger numbers. In this tutorial you'll understand the philosophy behind a controlled economy, learn to cap refinement at the right point, and configure the server so that the lower cap becomes a competitive advantage of your project.

This is an advanced guide. It assumes you already have a working server and know the file structure of your emulator. The focus isn't teaching you to install the server from scratch, but to redesign your economy around a lower refinement cap. The configuration examples are illustrative and the exact name of each key varies by emulator, so treat them as concepts and adapt them to your build.

Why limit maximum refinement

Item refinement in MU Online scales exponentially in impact. Each level above +9 tends to add defense and damage at an accelerating rate, and the last levels are the ones that concentrate the most power. +15 isn't just two points above +13; it often represents a power jump that decides any direct confrontation. When the cap is +15, three problems arise almost inevitably.

The first is jewel inflation. To reach +15, a player burns through an enormous quantity of refinement jewels, which spikes demand, encourages automated farming, and, on servers with a shop, pushes toward selling power. The second is community stratification: whoever reaches +15 first dominates PvP and discourages everyone else, accelerating the player drain. The third is short longevity: once the veterans reach the maximum cap, the server loses its progression goal and the player base evaporates.

Capping refinement at +13 or +14 attacks all three problems at once. Demand for jewels drops to a sustainable level, the power gap between players compresses, and the closer cap keeps the feeling that the goal is achievable, which prolongs engagement.

The philosophy of a controlled economy

A controlled economy doesn't mean a poor economy. It means the administrator deliberately designs where power is generated, where it's consumed, and where it's drained from the system. Every unit of power that enters the game needs a corresponding drain, or inflation erodes the value of everything. +15, being the biggest jewel sink in the game, works as a huge drain; by removing it, you need to create new drains for the jewels that used to flow there.

Think of your economy as a system of communicating vessels. If you close off the +15 vessel, the liquid (the jewels) has to go somewhere else. If there's no other destination, the jewels pile up, lose value, and the economy inflates even with the lower cap. That's why capping refinement is only half the work; the other half is redirecting the jewel flow to new consumption systems. We'll cover both.

Prerequisites

Before redesigning the economy, make sure you have the following on hand.

  • A working server in a test environment, separate from production, to validate each change without risk.
  • Full access to the refinement configuration files and to the item and jewel tables of your emulator.
  • A complete backup of the database and of the current configuration files.
  • Knowledge of your emulator's refinement success formula or table, since capping means manipulating that logic.
  • A design document where you describe the chosen cap, the new jewel drains, and the communication plan.
  • If the server is already in production with existing +15 items, a migration and compensation plan for those items.

If you don't yet have the server base set up, start with the guide on how to create a MU Online server and come back when the environment is ready.

Choosing the cap: +13 or +14

The choice between +13 and +14 depends on the profile you want for the server. Both work, but they have different implications.

CapProfileAdvantageWatch out for
+13Economical and competitiveVery compressed power gap, very fair PvP, more valuable jewelsProgression may feel too short for hardcore veterans
+14BalancedKeeps a clear progression goal without the +15 chasmStill requires a good jewel drain to avoid inflation

+13 is ideal for servers that want extremely balanced PvP and where the difference between players should be minimal. +14 is an intermediate choice, popular on seasonal servers, that keeps one extra progression step without falling into +15 inflation. If you're unsure, start with +14, which tends to please both casuals and veterans.

How to cap refinement

There are three technical approaches to capping refinement, and the best one depends on your emulator. The idea is to prevent the item from going past the defined level, treating the cap as the new absolute maximum.

  1. Zero success chance above the cap. You configure the refinement success table so that any attempt above the cap has a 0% chance. The item never rises past +13 or +14. This is the simplest and least intrusive approach.
  2. Direct block at the maximum level. Some emulators have a maximum refinement level variable you set directly. This is the cleanest approach when available.
  3. Removing the mechanic above the cap. You change the logic so the refinement jewel is neither consumed nor produces an effect when the item is already at the cap, avoiding wasted resources.
# Conceptual example (varies by emulator)
# Setting the refinement cap at +14

refine.max_level = 14

# Success chance per level (illustrative example)
refine.chance[10] = 60
refine.chance[11] = 50
refine.chance[12] = 40
refine.chance[13] = 30
refine.chance[14] = 20
# Above 14 doesn't exist: any attempt is blocked

The block above is a conceptual reference. The key names, the table format, and the way to apply the block vary by emulator. In some you edit a text file; in others, a table in the database; in others, you have to recompile part of the logic. The principle is the same: above the cap, refinement simply doesn't happen.

Redirecting the jewel flow

With +15 removed, the jewels that used to be devoured by the race to maximum refinement need new destinations. Without that, they pile up and the economy inflates. Here are the most effective drains for redirecting that flow.

  • A crafting system for intermediate items. Let players turn jewels into set components or useful consumables. This keeps the jewel valuable and gives a reason to collect them.
  • Wing and special-item upgrades. Direct part of the jewel demand toward wing improvements, which remain a progression milestone without inflating the raw power of weapons and armor.
  • Event currency. Make jewels tradeable for event entries, temporary buffs, or cosmetics. This creates a constant drain and rewards participation.
  • Reset or service fees. Some servers use jewels as part of the cost of resets or NPC services, which drains jewels predictably.
  • Recycling with risk. Systems where a player risks jewels for a chance at a bigger reward work as a voluntary drain and keep interest up.

The goal is for the rate at which jewels enter the game to roughly equal the rate at which they leave through the drains. When inflow and outflow balance, the jewel's value stays stable and the economy sustains itself.

Fairer PvP with a lower cap

The biggest benefit players notice is more balanced PvP. With the cap at +13 or +14, the difference in defense and damage between maxed and intermediate gear is much smaller than with +15. That means player skill, positioning, guild composition, and strategy get to decide fights again, instead of the outcome being determined solely by who has the most refined item.

This balance has a powerful side effect: it keeps casual players competitive. Someone who plays only a few hours a day can put together gear close to the cap in a reasonable time and take part in PvP without feeling crushed. That widens the active base, which in turn improves every event that depends on population, such as Blood Castle, Chaos Castle, and guild wars.

Adjusting other systems for the new cap

Capping refinement shifts the balance of several other systems, and you need to adjust them together for the result to be coherent.

  • Jewel drop. With the +15 drain removed, review the jewel drop rates so you don't overproduce. A drop rate tuned to feed the race to +15 will be excessive with the lower cap.
  • Shop and monetization. If your server has a shop, remove or reduce the bulk sale of refinement jewels. Redirect monetization to cosmetics, convenience, and items that don't affect raw power, which also mitigates pay-to-win.
  • Excellent options and sockets. With refinement compressed, excellent options gain a larger relative weight in total power. Review the option limits so they don't become the new imbalance.
  • Reward events. Adjust the rewards of events that used to give jewels aimed at +15, redirecting them to the new drains and systems.

Migrating a server that already has +15

If your server is already in production and +15 items already exist, the transition requires care to avoid backlash. The recommended path has four steps.

  1. Advance announcement. Communicate the change weeks in advance, explaining the philosophy and the benefits to PvP and longevity.
  2. Conversion with compensation. Automatically convert existing +15 items to the new cap and compensate the difference, for example by returning jewels or granting an exclusive cosmetic item as recognition.
  3. Transition period. Offer a window in which players can adapt, test the new balance, and give feedback.
  4. Post-migration fine-tuning. Monitor the economy and PvP in the first weeks and adjust drops and drains based on the real data.

Common errors and fixes

ErrorSymptomSolution
Capping refinement without creating new drainsJewels pile up and inflateRedirect jewels to crafting, wings, and events
Keeping jewel drop highOverproduction and devaluationRecalibrate drop rates for the new cap
Continuing to sell jewels in the shopPay-to-win persistsMigrate monetization to cosmetics and convenience
Ignoring excellent optionsA new imbalance appears in refinement's placeReview and limit options per item
Migrating +15 without compensationVeteran backlashConvert with compensation and advance notice
Testing straight in productionMass bugs and frustrationValidate everything in an isolated test environment
Choosing the cap without defining the profileA server with no economic identityDefine +13 or +14 according to the desired profile

Launch checklist

  • Server profile defined (+13 or +14) with documented rationale
  • Refinement cap set and tested in an isolated environment
  • Refinement above the cap confirmed blocked without consuming jewels improperly
  • New jewel drains implemented (crafting, wings, events)
  • Jewel drop rate recalibrated for the new balance
  • Shop reviewed and free of raw-power sales
  • Excellent option limits reviewed for the new relative weight
  • Event rewards adjusted to the new drains
  • Migration and compensation plan ready (if the server is already in production)
  • Complete backup of the previous configuration saved
  • Patch notes and advance communication prepared
  • Economy and PvP monitoring scheduled for the first weeks

A server with a cap at +13 or +14 isn't a weaker server; it's a server designed with economic maturity. It trades the endless race for numbers for a competition decided by skill, keeps the base active for longer, and reduces dependence on predatory monetization. For many administrators, that's the difference between a server that lives for one season and one that builds a lasting community.

Frequently asked questions

Does capping at +13 or +14 make the server weak?

No. The item is still strong, but a lower cap compresses the gap between the casual player and the veteran, which in practice makes PvP more competitive, not weaker.

Do I have to remove refinement jewels from the game?

It's not mandatory. You can keep the jewels and simply make refinement fail or not rise above the defined cap. That lets you repurpose the jewels for other economic uses.

What do I do with the leftover jewels once +15 is gone?

Redirect them to other systems: crafting, wing upgrades, exchange for consumables, or as an event currency. That keeps the jewels economically valuable without inflating item power.

Will old players with +15 complain?

If you apply the cap on a new server, there's no pre-existing +15. On a server already running, convert the existing +15 items to the new cap with compensation, and communicate it well in advance.

Does this solve pay-to-win on its own?

It helps a lot, but not on its own. The refinement cap reduces the purchase of raw power; combine it with option limits and a shop focused on cosmetics and convenience for a complete result.

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