Heal Skill not work ..

Newbie Spellweaver
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 :punch:
 
You gotta mess with it in Character.cs

Try using cure in a pk map with pk mode on ^.-
(if you move around some files in character.cs you can make it so cure works all the time)
 
Back