Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Vortalex on October 25, 2013, 03:02:06 am

Title: [QUESTION] Talent Trees Require 5 points
Post by: Vortalex on October 25, 2013, 03:02:06 am
In any of the talent trees, you will see this message in a spell's description before having sufficient points spent in that tree:

"Requires 5 points in ____ Talents"

In what way would I go about modifying that value to require a different quantity of points?

Is it DBC, Hard-coded, or what?
Title: Re: [QUESTION] Talent Trees Require 5 points
Post by: deep6ixed on October 25, 2013, 06:15:04 am
It's in a lua file for talent frame.

Let me get to work, where I left my exHDD and I can find it for you.
Think it's called talents per row or something similar.
Title: Re: [QUESTION] Talent Trees Require 5 points
Post by: stoneharry on October 27, 2013, 12:10:04 pm
Quote from: "deep6ixed"
It's in a lua file for talent frame.

Let me get to work, where I left my exHDD and I can find it for you.
Think it's called talents per row or something similar.

The actual amount is hard coded in the binary. I changed it by overwriting the display in Lua.
Title: Re: [QUESTION] Talent Trees Require 5 points
Post by: Vortalex on October 27, 2013, 10:57:16 pm
Quote from: "stoneharry"
The actual amount is hard coded in the binary. I changed it by overwriting the display in Lua.

Yeah I figured that out, but thanks anyways :P