Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Vortalex on April 20, 2013, 04:11:30 am

Title: [QUESTION] Where can I go to edit max Rage?
Post by: Vortalex on April 20, 2013, 04:11:30 am
Title says it all.
Title: Re: [QUESTION] Where can I go to edit max Rage?
Post by: schlumpf on April 20, 2013, 11:39:27 am
It does not. There are multiple places where "range" is applied.
Title: Re: [QUESTION] Where can I go to edit max Rage?
Post by: Supora on April 20, 2013, 12:04:39 pm
Quote from: "schlumpf"
It does not. There are multiple places where "range" is applied.
Not "range" but "rage".
Title: Re: [QUESTION] Where can I go to edit max Rage?
Post by: schlumpf on April 20, 2013, 12:16:53 pm
Nevermind.
Title: Re: [QUESTION] Where can I go to edit max Rage?
Post by: stoneharry on April 20, 2013, 12:43:33 pm
Code: [Select]
plr->SetMaxPower(POWER_TYPE_RAGE, info->GetRage()*2)
It will look something like this in the emulator. Look for the on login function where the players character is initialised.