| LazyWarrior action | Description |
| Battleshout | Battle Shout |
| Berserkerrage | Berserker Rage |
| Bloodrage | Bloodrage |
| Bloodthirst | Bloodthirst (talent) |
| Challenging | Challenging Shout |
| Charge | Charge |
| Cleave | Cleave |
| Concussionblow | Concussion Blow (talent) |
| Deathwish | Death Wish (talent) |
| Demoshout | Demoralizing Shout |
| Disarm | Disarm |
| Execute | Execute |
| Hamstring | Hamstring |
| Heroicstrike | Heroic Strike |
| Intercept | Intercept |
| Intimidating | Intimidating Shout |
| LastStand | Last Stand |
| Mockingblow | Mocking Blow |
| Mortalstrike | Mortal Strike (talent) |
| Overpower | Overpower |
| Piercinghowl | Piercing Howl |
| Pummel | Pummel |
| Recklessness | Recklessness |
| Rend | Rend |
| Retaliation | Retaliation |
| Revenge | Revenge |
| Shieldbash | Shield Bash |
| Shieldblock | Shield Block |
| Shieldslam | Shield Slam (talent) |
| Shieldwall | Shield Wall |
| Slam | Slam |
| Sunder | Sunder Armor |
| Sweepingstr | Sweeping Strikes (talent) |
| Taunt | Taunt |
| Thunderclap | Thunderclap |
| Whirlwind | Whirlwind |
| stop | Stop processing any more LazyWarrior actions |
| stopall | Stop processing any more LazyWarrior actions AND stop your auto-attack |
| use=XXXX | Use item either equipped on your character or in your inventory, with WoW item id XXXX |
| useEquipped=XXXX | Use item equipped on your character, with WoW item id or item name XXXX |
| SetForm=<form> | Change your active LazyWarrior form to the one specified. Example: SetForm=LazyPvE |
| EquipMain=XXXX | Equip (itemID or name XXXX) in the main hand slot. |
| EquipOffhand=XXXX | Equip (itemID or name XXXX) in the off hand slot. |
| dismount | Dismounts you if mounted. |
| bow | Fires bow. |
| throw | Uses thrown item. |
| gun | Shoots gun. |
| crossbow | Fires crossbow. |
| Racials: |
| Trollberserking | Troll Racial Ability Berserking |
| Perception | Human Racial Ability Perception |
| Stoneform | Dwarf Racial Ability Stoneform |
| Escapeart | Gnome Racial Ability Escape Artist |
| Bloodfury | Orc Racial Ability Blood Fury |
| Warstomp | Tauren Racial Ability War Stomp |
| Forsaken | Undead Racial Ability Will of the Forsaken |
| Stances: |
| battle | Battle Stance |
| defensive | Defensive Stance |
| berserk | Berserker Stance |
Multiple values within curly braces ({}) means choose one, and square braces ([]) mean the value is optional.
| LazyWarrior criteria | Description |
| -{player, target, targettarget}{>,=,<}XX[%]{hp, mana/energy} | Matches if the player, target of target, or target has less than, equal to, or greater than XX (optionally a percentage) of health or mana/energy/rage. Examples: -target<50%hp, -player>1000hp |
| -if[Not]History{>,=,<}XX=<action> | Examines your attack history for a matching attack. |
| -if[Not]SunderFull | True if 5 "Sunder Armor" attacks (maximum possible) had been applied to the Target |
| -[>,=,<]XXsund | Matches if the target has less than, equal to, or greater than XX Sunder Armor stacks on them. Examples: -<3sund, -2sund |
| -if[Not]InStance{Battle, Defensive, Berserk} | True if you're in the specified stance. IfInStanceBattle will return true if you're currently in Battle Stance and false if you're in one of the other two. |
| -if[Not]Berserking | D |
| -if[Not]Feared | True if you have been affected by "Fear" |
| -if[Not]Stunned | True if you have been affected by "Stun" |
| -if[Not]Slowed | True if you have been affected by "Slow" |
| -if[Not]Immobile | True if you have been affected by "Root" |
| -if[Not]InCombat | Matches if you're in combat. |
| -if[Not]InGroup | Matches if you're in a group or raid. |
| -if[Not]Mounted | True if you're mounted. |
| -if[Not]Equipped=XXXX | True if (itemId or name XXXX) is currently equipped. |
| -if[Not]TargetAlive | Matches if your target is alive. |
| -if[Not]TargetDodged | True if Target Dodged within the last 5 seconds |
| -if[Not]TargetCCd | Matches if your target is affected by any of the usual crowd control effects that break upon damage: Hibernate, Freezing Trap, Wyvern Sting, Polymorph, Repentance, Shackle Undead, Gouge, Sap, or Blind. |
| -if[Not]TargetSlowed | True if your target is affected by "Slow" |
| -if[Not]TargetStunned | True if your target is affected by "Stun" |
| -if[Not]TargetClass{Druid, Hunter, Mage, Paladin, Priest, Rogue, Shaman, Warlock, Warrior} | Matches if your target is the specified class. |
| -if[Not]TargetElite | Matches if the target is elite. |
| -if[Not]TargetHostile | Matches if your target is hostile towards you. |
| -if[Not]TargetOfTargetClass{Druid, Hunter, Mage, Paladin, Priest, Rogue, Shaman, Warlock, Warrior} | Matches if the target of your target is the specified class. |
| -if[Not]TargetIsCasting[=regex] | Matches if your target has begun casting a spell. |
| -if[Not]InCooldown=<action> | True if the specified action (can include useXXXX) is currently in cooldown. |
| -if[Not]TargetInCombat | Matches if your target is in combat. |
| -if[Not]TargetInMeleeRange | Matches if your target is in melee range. |
| -ifTargetLevel{>,=,<}XX | Matches if your target is greater than, equal to, or less than level XX. |
| -if[Not]TargetNPC | Matches if your target is an NPC. |
| -if[Not]TargetOfTargetNPC | Matches if the target of your target is an NPC. |
| -if[Not]TargetNamed=regex | Matches if your target's name matches the given Lua regex. |
| -if[Not]TargetOfTarget | Matches if you are your current target's target. |
| -if[Not]TargetType{Beast, Critter, Demon, Humanoid, Undead} | Matches if your target is the given type. |
| -if[Not]Zone=regex | Matches if your current zone's name matches the given Lua regex. |
| -if[Not]{Battleshout, Shieldblock, Thunderclap, Rend, Hamstring, Demoshout, Mockingblow, Taunt, Disarm, Piercinghowl, Recentlybandaged, Sweepingstrikes, Berserkerrage, Firstaid, Bloodfury}Active | Matches if the given buff/debuff is currently in effect, either on you or on your target, as appropriate. |
| -if[Not]{Ctrl,Alt,Shift}Down | Matches if you're currently depressing the given key. |
| -everyXXs | Matches if the built-in timer for the given attack was last reset XX or more seconds ago. |
| -[>=<]XXenemyCount | Returns if the amount of enemies you and your party are currently fighting are greater than, equal to, less than, or greater than/equal to (if you use no modifier) the XX number. |
| -if[Fury]BloodKill[XX%] | Returns if using Bloodthirst will reduce the target to XX% health. The Fury modifier calculates this assuming Blood Fury will be active when Bloodthirst is used (for Orcs). |
| -if[Not]TargetImmune[=<action>] | Returns if the target is immune to the specified action. |