you can edit the bolded to whatever you like,//////////////////////////////////////////////////////////////////////
// Attack configuration
//====================================================================
// XP_BuildSkeleArmy=true/false Set to true to enter act5 red portal to build skeleton army before Pindle/Baal run
// XP_BoneBehind=true/false Set to true to cast a bonewall at the doorway during Pindle run
// XP_CastOnBoss=true/false Set to true to cast a Golem on the boss (this will make it skip on precast)
// XP_BoneBoss=true/false Set this to true to cast a bone prison around Bosses
// XP_BoneNumber=x This is the number of bone prisons to cast
// XP_Curse=xxx Set this as the curse you want to use
// XP_NecroSkill=xxxx Set this to your boss attack skill
// XP_NecroMinionSkill=xxxx Set this to your minion attack skill
// XP_CorpseExplosion=true/false Set this to true to kill bosses/minions and pop their corpses
// XP_useSkel=true/false; Set this to true to revive skeleton warriors from corpses
// XP_useSkelMage=true/false; Set this to true to revive skeleton mages from corpses
// XP_useRevive=true/false; Set this to true to revive undead monsters from corpses
//--------------------------------------------------------------------
XP_BuildSkeleArmy = false;
XP_BoneBehind = true;
XP_BoneBoss=false;
XP_BoneNumber=1;
XP_Curse=66; // "Amplify Damage"
XP_NecroSkill=93; // "Bone Spirit"
XP_NecroSkillMinion=84; // "Bone Spear"
XP_CorpseExplosion=true;
XP_CastOnBoss=false;
//////////////////////////////////////////////////////////////////////
// Attack configuration
//====================================================================
// XP_BuildSkeleArmy=true/false Set to true to enter act5 red portal to build skeleton army before Pindle/Baal run
// XP_BoneBehind=true/false Set to true to cast a bonewall at the doorway during Pindle run
// XP_CastOnBoss=true/false Set to true to cast a Golem on the boss (this will make it skip on precast)
// XP_BoneBoss=true/false Set this to true to cast a bone prison around Bosses
// XP_BoneNumber=x This is the number of bone prisons to cast
// XP_Curse=xxx Set this as the curse you want to use
// XP_NecroSkill=xxxx Set this to your boss attack skill
// XP_NecroMinionSkill=xxxx Set this to your minion attack skill
// XP_CorpseExplosion=true/false Set this to true to kill bosses/minions and pop their corpses
// XP_useSkel=true/false; Set this to true to revive skeleton warriors from corpses
// XP_useSkelMage=true/false; Set this to true to revive skeleton mages from corpses
// XP_useRevive=true/false; Set this to true to revive undead monsters from corpses
//--------------------------------------------------------------------
XP_BuildSkeleArmy = false;
XP_BoneBehind = true;
XP_BoneBoss=false;
XP_BoneNumber=1;
XP_Curse=91; // "Lower Resist"
XP_NecroSkill=92; // "Poison Nova"
XP_NecroSkillMinion=84; // "Bone Spear"
XP_CorpseExplosion=true;
XP_CastOnBoss=false;
these are the default settings, all you would have to do is change your golem type (which would be 3) also if you have a cta you can edit those as well//////////////////////////////////////////////////////////////////////
// Precasting configuration
//====================================================================
// DA_UseCTA = true/false Switch to and use your CTA weapon runeword when doing the precasts.
// DA_AutoPrecasts = true/false Set to true to ignore the config below and automatically detect which skills to use for precasts.
// DA_Refresh=true/false Set to true to refresh your precasts by default, if DA_AutoPrecasts is false
// XP_BoneArmor=true/false Set to true to cast Bone Armor
// XP_Golem=1; 0 = disable, 1 = Clay, 2 = Blood, 3= Fire
//--------------------------------------------------------------------
DA_UseCTA = false;
DA_AutoPrecasts = true;
XP_BoneArmor=true;
XP_Golem=1;
DA_Refresh = false;