ok Guys
1: Open the source with C#
2: open Main.cs and search for
under this line u will see this code
delete it
ok now
3: open DataBase.cs and search for
in this public u will see the skills
ok now search 2 times for
u will see the code writed 2 times delete any one then rebuild the source and it will be work fine :cool:
DownLoad The Fixed Source :
[Only registered and activated users can see links. Click Here To Register...]
1: Open the source with C#
2: open Main.cs and search for
Code:
NPCs.SpawnAllNPCs();
Code:
Console.WriteLine();
ok now
3: open DataBase.cs and search for
Code:
public static void DefineSkills()
ok now search 2 times for
Code:
SkillAttributes[1350] = new ushort[5][];
SkillAttributes[1350][0] = new ushort[6] { 7, 0, 0, 0, 0, 0 };
SkillAttributes[1350][1] = new ushort[6] { 7, 0, 0, 0, 0, 0 };
SkillAttributes[1350][2] = new ushort[6] { 7, 0, 0, 0, 0, 0 };
SkillAttributes[1350][3] = new ushort[6] { 7, 0, 0, 0, 0, 0 };
SkillAttributes[1350][4] = new ushort[6] { 7, 0, 0, 0, 0, 0 };
SkillsDone.Add(1350, 4);
DownLoad The Fixed Source :
[Only registered and activated users can see links. Click Here To Register...]