World // Zero Wiki
World // Zero Wiki
Advertisement

This page is still a work of progress. You can help add missing context by editing this page.[]

XP is an essential part of the game, obtainable by defeating mobs of any kind. You can also earn XP from daily quests, side quests or world quests.

After obtaining enough XP, a player will advance to the next level.

The current levelcap is level 130.

XP Table[]

The XP required to level up is a function in the form of (n) = (30n)(n+1) + 10, where n represents the current level.

Damage Table[]

The Damage of items is a function in the form of (n) = (15 * ((n / 5) ^ 2) + n) + 30, where n represents the current level. This is only the case for Tier 3 weapons, however. Tier 1's are 4% less damage, Tier 2's are 2%, Tier 4's are 2% more, and Tier 5's are 4% more. You can use these statistics to figure out the damage of your weapon.

Health Table[]

The Health of items is a function in the form of (n) = x(20 + n + -1)/4, where n represents the current level and x represents the damage at that level, using the damage formula. This is only the case for Tier 3 armors, however. Tier 1's are 4% less health, Tier 2's are 2%, Tier 4's are 2% more, and Tier 5's are 4% more.You can use these statistics to figure out the defense of your armor.

Upgrade Table[]

The Gold required to upgrade item is a function in the form of 30n + 300, where n represents the current level of item.

Advertisement