Autobuild for Necro curses

2:	{
		SkillPoints: [66],
	//	StatPoints: [0, 3, 3, 3, 3],
		Update: function () {
		Config.AttackSkill = [67,67,67,67,-1,-1,-1];
		Config.Skeletons = "max"; //
		Config.Curse = [66,66];
		//	Config.LowManaSkill = [-1,-1];
		}
	},

is what I put into the script. It works great to put a point into skeleton an to resurrect a skeleton, but it will not cast amplify damage.

Updated** I got help an changed the attack skill to 66 making it cast amplify damage, therefore my necromancer cannot attack but will at least cast amplify damage.

Updated** We changed the script an Config.AttackSkill = [67,67,67,67,-1,-1,-1];
is now Config.AttackSkill = [66,0,0,0,0,-1,-1];
This makes the necro cast amp then punches them in the face ( Which was the goal as my necro is level 2 assuming I can just change the 0 to the skillid of bonespear for later on)

Goal of updating this is to just share knowledge with other people.