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][][];






