jarheaded
New Member
- Joined
- Feb 22, 2010
- Messages
- 200
- Reaction score
- 1
Simple: right click in the Custom Classes folder on the CC and click Edit
once open go to
/* •—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————•
| MODIFY YOUR SETTINGS HERE |
•—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————• */
private double restHealth = 55; // Eat at X% health
private int needHealHealth = 40; // Health % to use Healing Potion or racial
private bool useHamstring = true;
private int healthToUseHamstring = 40;
private bool useRend = true;
private bool useCommandingShout = false; // Use Commanding Shout instead of Battle Shout
private bool useThunderClap = true;
private bool useExecute = false;
private bool useImtimidatingShout = true;
private int minRageToUseDump = 25; // You must have X rage before it will use the rage dump. Default spell is Heroic Strike
private bool useDevastateRageDump = false; // If true will use instead of Heroic Strike
private bool useDeathWish = true;
private bool useBerserkerRage = true;
private bool useCCTargeting = true; // Use own targeting function. Will choose the best closest target.
//private bool useRangedPull = false; // Pull with ranged weapon instead of Charge
/* Unless you know what you're doing I strongly suggest you DO NOT change these 3 settings.
* If all 3 settings are 'false' it will automatically choose the best stance dependant on your spec and talent points
* If your spec if Fury it is assumed you are dual wielding and will use Berserker Stance
* If your spec is Arms it is assumed you have 2Hander and will use Battle Stance
* If your spec if Prot it is assumed you are a tank and will use Defensive Stance.
*
* If you want to override the automatically chosen stance then set ONE of the below options to 'true'
*/
private bool useBattleStance = false; // Force the use of Battle Stance
private bool useBerserkerStance = false; // Force the use of Berserker Stance
private bool useDefensiveStance = false; // Force the Warrior to act as Tank - OVERRIDES above settings
/* --------------------------------------------------------------------------------------------- */
/*
and change the True to false and vice versus.
once open go to
/* •—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————•
| MODIFY YOUR SETTINGS HERE |
•—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————• */
private double restHealth = 55; // Eat at X% health
private int needHealHealth = 40; // Health % to use Healing Potion or racial
private bool useHamstring = true;
private int healthToUseHamstring = 40;
private bool useRend = true;
private bool useCommandingShout = false; // Use Commanding Shout instead of Battle Shout
private bool useThunderClap = true;
private bool useExecute = false;
private bool useImtimidatingShout = true;
private int minRageToUseDump = 25; // You must have X rage before it will use the rage dump. Default spell is Heroic Strike
private bool useDevastateRageDump = false; // If true will use instead of Heroic Strike
private bool useDeathWish = true;
private bool useBerserkerRage = true;
private bool useCCTargeting = true; // Use own targeting function. Will choose the best closest target.
//private bool useRangedPull = false; // Pull with ranged weapon instead of Charge
/* Unless you know what you're doing I strongly suggest you DO NOT change these 3 settings.
* If all 3 settings are 'false' it will automatically choose the best stance dependant on your spec and talent points
* If your spec if Fury it is assumed you are dual wielding and will use Berserker Stance
* If your spec is Arms it is assumed you have 2Hander and will use Battle Stance
* If your spec if Prot it is assumed you are a tank and will use Defensive Stance.
*
* If you want to override the automatically chosen stance then set ONE of the below options to 'true'
*/
private bool useBattleStance = false; // Force the use of Battle Stance
private bool useBerserkerStance = false; // Force the use of Berserker Stance
private bool useDefensiveStance = false; // Force the Warrior to act as Tank - OVERRIDES above settings
/* --------------------------------------------------------------------------------------------- */
/*
and change the True to false and vice versus.