How the level range is calculated
Tibia's official support rule says the lowest character in a party may not have less than two-thirds of the highest character's level. Dominando compares the lowest and highest levels across the whole party, not only adjacent rows.
The minimum level is ceil(highest × 2 ÷ 3). The maximum partner for a known lowest member is floor(lowest × 3 ÷ 2). The boundary is inclusive: 40 with 60 and 200 with 300 both pass.
The calculator uses integer multiplication for the final comparison, avoiding floating-point rounding around exact boundaries.
How the vocation bonus is shown
When Shared Experience is active and the defeated creature normally yields at least 20 experience points, Tibia grants a 20%, 30%, 60%, or 100% bonus based on the number of distinct participating vocations.
| Distinct vocations | Bonus | Example |
|---|---|---|
| 1 | 20% | Two knights |
| 2 | 30% | Knight + druid |
| 3 | 60% | Knight + druid + paladin |
| 4 or 5 | 100% | Four classic vocations, with or without a monk |
Shared Experience FAQ
What levels can share experience?
The lowest member must be at least two-thirds of the highest member. Use the calculator for the whole party because one out-of-range member prevents the level requirement from being met.
Does a green result guarantee Shared Experience?
No. It proves only the entered levels are compatible. Leader state, distance, floors, active participation, and the live party shield must still be checked inside Tibia.
Does Monk count as another vocation?
Yes. Tibia's current official support text describes the 100% tier for parties involving all four or five vocations. The checker treats Monk as its own vocation.
Does a Dominando event enforce this result?
No. The calculator is an advisory planning tool. Event signups store linked characters and selected roles, but Tibia remains authoritative for the live party and Shared Experience state.