[Help] Please Come in

10/28/2008 14:25 boonhood3#1
I Try Many Time For Make LuckyTime Work

this my Problem cant find in Database

Search for public static void DefineSkills(), under it add:

Code:
SkillAttributes[9876] = new ushort[1][];
SkillAttributes[9876][0] = new ushort[6] { 7, 0, 0, 0, 0, 0 };
SkillsDone.Add(9876, 1);

and this
Search for public static ushort[][][] SkillAttributes = new ushort[9000][][];, replace it with:
public static ushort[][][] SkillAttributes = new ushort[9877][][];
10/28/2008 16:14 XxArcherMasterxX#2
Search for public "static void DefineSkills()" and not " public static void DefineSkills()" or "public static void DefineSkills() "