# Mana Consumption Settings
# Disable mana consumption completely
# If true, all skills will not require mana
DisableConsumeMp = False
# Disable mana consumption in the Olympiad
# If true, skills in the Olympiad will not require mana
DisableConsumeMpOnOlympiad = False
# Mana consumption multiplier for physical skills (1.0 = 100%)
ConsumeMpPhysicSkills = 1.0
# Mana consumption multiplier for magic skills (1.0 = 100%)
ConsumeMpMagicSkills = 1.0
# Mana consumption multiplier for song/dance skills (1.0 = 100%)
ConsumeMpDanceSongSkills = 1.0
thank you very much!This happens because there was an update regarding MP consumption in the Formulas configuration. You didn't copy the new configuration; by default, the server can't read it! Just add it to the Formulas!
Code:# Mana Consumption Settings # Disable mana consumption completely # If true, all skills will not require mana DisableConsumeMp = False # Disable mana consumption in the Olympiad # If true, skills in the Olympiad will not require mana DisableConsumeMpOnOlympiad = False # Mana consumption multiplier for physical skills (1.0 = 100%) ConsumeMpPhysicSkills = 1.0 # Mana consumption multiplier for magic skills (1.0 = 100%) ConsumeMpMagicSkills = 1.0 # Mana consumption multiplier for song/dance skills (1.0 = 100%) ConsumeMpDanceSongSkills = 1.0