Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: Krang Stonehoof on April 01, 2014, 07:17:48 pm
-
Hello.
I have a question, is it possible to make characters no longer regen health and mana? I'm working on a project and I want to stop the regen from all.
Thanks.
-
Purely serverside. Not a pro in this area, so I can't help you with it.
-
My TrinityCore is over a year old and it should still has this just in the config:
Rate.Health = 1
Rate.Mana = 1
Rate.Rage.Income = 1
Rate.Rage.Loss = 1
Rate.RunicPower.Income = 1
Rate.RunicPower.Loss = 1
Rate.Focus = 1
Rate.Energy = 1
Rate.Loyalty = 1
-
My TrinityCore is over a year old and it should still has this just in the config:
Rate.Health = 1
Rate.Mana = 1
Rate.Rage.Income = 1
Rate.Rage.Loss = 1
Rate.RunicPower.Income = 1
Rate.RunicPower.Loss = 1
Rate.Focus = 1
Rate.Energy = 1
Rate.Loyalty = 1
Yep.