Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: Norimar on July 04, 2012, 04:56:16 pm
-
Yeah.. how to say it on an easy and firnedly way..?
I want to have for the Blizzard Class the function, to gain bonis through every attribute. Normaly Warriors don't get anything through Int. I already changed him, to have Mana instead of Fury, but I need to accept int, to extend the maximum mana.
I also want to have an distance-attackdamage boni for dex, etc.
Can u understand what I'm tries to explain?
I dont know where it is written Serverside, because i'm not an genius in corescripting!
Thanks for your help
-
I think that is done in the Spell description on each indivduell spell. What is your core ?
-
I use the Trinity Core - already 2 weeks old...
-
I use the Trinity Core - already 2 weeks old...
For one, there are some values in scriptsspell_warrior, but there are also some values spread in the whole engine. If you want to, you may have to change most of them to feature your required stats.
-
Hmm, why all my visions are already so.... "not simple". Okay i will check it out soon, maybe I find something...
Thanks for you help Ascathos!
-
Try reading the "important" functions out and search them within the engine. Edit and shift all the values and datas within them to your preferences. Something like Get(...) or something.