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

Title: [QUESTION] - I'm looking for help.
Post 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.
Title: Re: [QUESTION] - I'm looking for help.
Post by: Skarn on April 01, 2014, 07:28:34 pm
Purely serverside. Not a pro in this area, so I can't help you with it.
Title: Re: [QUESTION] - I'm looking for help.
Post by: XxXGenesisXxX on April 01, 2014, 11:40:06 pm
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
Title: Re: [QUESTION] - I'm looking for help.
Post by: Ascathos on April 02, 2014, 01:07:44 pm
Quote from: "XxXGenesisXxX"
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.