- Joined
- Feb 18, 2007
- Messages
- 66
- Reaction score
- 0
Code:
SkillAttributes[1005] = new ushort[5][];
SkillAttributes[1005][0] = new ushort[6] { 6, 0, 0, 20, 0, 0 };
SkillAttributes[1005][1] = new ushort[6] { 6, 0, 0, 70, 0, 0 };
SkillAttributes[1005][2] = new ushort[6] { 6, 0, 0, 150, 0, 0 };
SkillAttributes[1005][3] = new ushort[6] { 6, 0, 0, 270, 0, 0 };
SkillAttributes[1005][4] = new ushort[6] { 6, 0, 0, 400, 0, 0 };
SkillsDone.Add(1005, 4);
my database.cs /\
heal not work
