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
-
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?
-
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.
-
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.
-
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