[quote=Talendrys]UPDATE creature_template, creature_template_classlevelstats SET PowerMultiplier = MinLevelMana/BaseMana WHERE creature_template_classlevelstats.Level = MinLevel and BaseMana != 0; UPDATE creature_template, creature_template_classlevelstats SET HealthMultiplier = MinLevelHealth/BaseHealthExp0 WHERE creature_template_classlevelstats.Level = MinLevel; It was something like this for health/mana.[/quote] To correct your SQL statement, it was UPDATE creature_template, creature_template_classlevelstats SET ManaMultiplier = MinLevelMana/BaseMana WHERE creature_template_classlevelstats.Level = MinLevel and BaseMana != 0; (ManaMultiplier instead of PowerMultiplier, which doesn't exist) for the Mana statement. Those two actually fixed the hp & mana issues :) Thank you very much! Taerar Screenshot: [url]http://postimg.org/image/rfvc2rwd7/full/[/url]