Np... One more thing though...
Code:
SkillAttributes[1002] = new ushort[4][];
SkillAttributes[1002][0] = new ushort[6] { 2, 0, 32, 505, 0, 0 };
SkillAttributes[1002][1] = new ushort[6] { 2, 0, 36, 666, 0, 0 };
SkillAttributes[1002][2] = new ushort[6] { 2, 0, 50, 882, 0, 0 };
SkillAttributes[1002][3] = new ushort[6] { 2, 0, 62, 1166, 0, 0 };
SkillsDone.Add(1002, 3);
If I recall, you're setting mana in the wrong portion of that, I believe it's the 5th number, not the third. However, if you do it now, without the mana working, it will use stamina. If I'm wrong about that though, let me know, lol. That's just how I have my notes written.