Hello all,
I just got mangos working here and having fun with the GM commands
Now i made a mage, made it lvl 70, put all talents in arcane with the intention to find bugged talents and fix them. The first one i found was: Arcane Fortitude which should increase your armor by 100% of your intellect. So if you have 2200 armor (common for a mage) and you have 700 intellect (also common for a mage) your armor will get 2200 + 700 = 2900. And if you do the intellect buf on it with 40 intellect the total intellect is 740 thus the sum gets: 2200 + 700 + 40 = 2940
Now the issue i'm facing is that i simply don't know where to start.. i can't find the arcane fortitude spell id anywhere in the code (or the name itself) so i'm wondering where i need to start with this.
I know a fair amount of c++ so i'm not expecting a lot of issues there... i only need some guidance to get the locations where i need to code right.
And a slightly off topic question: Where is the code that handles the "Mark of the Wild" buff spell? i searched for that based on the spell id's as well but i could not find it.. just wondering that particular one because it increases all stats.
I hope someone can put me in the right direction.
Thanx,
Mark