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

Title: [QUESTION] Give warriors all stats!
Post 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
Title: Re: [QUESTION] Give warriors all stats!
Post by: Ascathos on July 04, 2012, 05:22:55 pm
I think that is done in the Spell description on each indivduell spell. What is your core ?
Title: Re: [QUESTION] Give warriors all stats!
Post by: Norimar on July 04, 2012, 09:53:38 pm
I use the Trinity Core - already 2 weeks old...
Title: Re: [QUESTION] Give warriors all stats!
Post by: Ascathos on July 05, 2012, 07:53:17 pm
Quote from: "Norimar"
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.
Title: Re: [QUESTION] Give warriors all stats!
Post by: Norimar on July 06, 2012, 02:04:56 am
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!
Title: Re: [QUESTION] Give warriors all stats!
Post by: Ascathos on July 06, 2012, 11:38:02 am
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.