Main Page/Bot Stances: Difference between revisions

From KaranaEQ
Jump to navigation Jump to search
(Created page with "<!-- Karana Bot Default Settings – Player Wiki Source: bot_default_settings.txt :contentReference[oaicite:0]{index=0} --> <h1>Bot Default Behaviors by Class & Stance</h1> <p> This page explains how each bot class behaves depending on stance. Use this as a quick guide when choosing stances for your group or raid. </p> <h2>Global Bot Behavior</h2> <table border="1" cellspacing="0" cellpadding="4"> <tr> <th>Setting</th> <th>What It Means</th> </tr> <...")
 
No edit summary
Line 1: Line 1:
<!-- Karana Bot Default Settings – Player Wiki
<!-- Karana Bot Default Settings – Player Wiki -->
    Source: bot_default_settings.txt :contentReference[oaicite:0]{index=0} -->


<h1>Bot Default Behaviors by Class & Stance</h1>
<h1>Bot Stance Default Behaviors by Class &amp; Stance</h1>


<p>
<p>
Line 8: Line 7:
Use this as a quick guide when choosing stances for your group or raid.
Use this as a quick guide when choosing stances for your group or raid.
</p>
</p>
<hr />
<h2>Bot Stance Overview</h2>
<h3>Valid Bot Stances</h3>
<table border="1" cellpadding="4" cellspacing="0">
  <thead>
    <tr>
      <th>Stance ID</th>
      <th>Namespace</th>
      <th>In-Game Name</th>
      <th>Behavior Summary</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>1</td>
      <td><code>Stance::Passive</code></td>
      <td>Passive</td>
      <td>Won’t initiate combat; very limited offensive casting/abilities. Good for parking bots or pure support.</td>
    </tr>
    <tr>
      <td>2</td>
      <td><code>Stance::Balanced</code></td>
      <td>Balanced</td>
      <td>Default “all-around” stance; mixes offense, defense, and casting based on class role.</td>
    </tr>
    <tr>
      <td>3</td>
      <td><code>Stance::Efficient</code></td>
      <td>Efficient</td>
      <td>Conserves mana/endurance; prefers lower-cost spells/abilities and safer thresholds.</td>
    </tr>
    <tr>
      <td>5</td>
      <td><code>Stance::Aggressive</code></td>
      <td>Aggressive</td>
      <td>Leans into damage and aggro; less conservative with resources.</td>
    </tr>
    <tr>
      <td>6</td>
      <td><code>Stance::Assist</code></td>
      <td>Assist</td>
      <td>Focuses on assisting the owner’s current target and supporting their actions.</td>
    </tr>
    <tr>
      <td>7</td>
      <td><code>Stance::Burn</code></td>
      <td>Burn</td>
      <td>“Full burn” mode; uses strong nukes, discs and big abilities freely to maximize DPS.</td>
    </tr>
    <tr>
      <td>9</td>
      <td><code>Stance::AEBurn</code></td>
      <td>AE Burn</td>
      <td>Emphasizes area-effect damage when safe; very offensive and situational.</td>
    </tr>
  </tbody>
</table>
<p>
Other internal values (like <code>Stance::Unknown (0)</code>, <code>Reactive (4)</code>, <code>Efficient2 (8)</code>) exist in code
but are not used as player-selectable bot stances.
</p>
<h3>Default Bot Stance by Class</h3>
<p>When you first create a bot, it automatically starts in the stance below:</p>
<table border="1" cellpadding="4" cellspacing="0">
  <thead>
    <tr>
      <th>Class ID</th>
      <th>Class Name</th>
      <th>Default Stance ID</th>
      <th>Default Stance Name</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>1</td>
      <td>Warrior</td>
      <td>5</td>
      <td>Aggressive</td>
    </tr>
    <tr>
      <td>2</td>
      <td>Cleric</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>3</td>
      <td>Paladin</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>4</td>
      <td>Ranger</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>5</td>
      <td>Shadow Knight</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>6</td>
      <td>Druid</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>7</td>
      <td>Monk</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>8</td>
      <td>Bard</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>9</td>
      <td>Rogue</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>10</td>
      <td>Shaman</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>11</td>
      <td>Necromancer</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>12</td>
      <td>Wizard</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>13</td>
      <td>Magician</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>14</td>
      <td>Enchanter</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>15</td>
      <td>Beastlord</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
    <tr>
      <td>16</td>
      <td>Berserker</td>
      <td>2</td>
      <td>Balanced</td>
    </tr>
  </tbody>
</table>
<p>
You can change a bot’s stance at any time with your usual <code>#bot stance</code> commands (or UI equivalent);
the behavior for each class in different stance ranges is summarized below.
</p>
<hr />


<h2>Global Bot Behavior</h2>
<h2>Global Bot Behavior</h2>
Line 53: Line 236:
</table>
</table>


<p><b>Stance Ranges (Simplified):</b></p>
<p><b>Stance Ranges (Rule of Thumb):</b></p>
<table border="1" cellspacing="0" cellpadding="4">
<table border="1" cellspacing="0" cellpadding="4">
   <tr>
   <tr>
Line 60: Line 243:
   </tr>
   </tr>
   <tr>
   <tr>
     <td><b>Stances 1–3</b></td>
     <td><b>Lower stances (Passive / Efficient)</b></td>
     <td>More conservative / defensive, prioritize survival and efficiency over damage.</td>
     <td>More conservative / defensive, prioritize survival and efficiency over damage.</td>
   </tr>
   </tr>
   <tr>
   <tr>
     <td><b>Stances 4–6</b></td>
     <td><b>Balanced / Assist</b></td>
     <td>Balanced, a mix of offense and defense tuned to the class' main role.</td>
     <td>Mix of offense and defense tuned to the class' main role.</td>
   </tr>
   </tr>
   <tr>
   <tr>
     <td><b>Stances 7–9</b></td>
     <td><b>Aggressive / Burn / AE Burn</b></td>
     <td>Aggressive, prioritize damage and proactive spell use over conserving mana.</td>
     <td>More aggressive, prioritize damage and proactive spell use over conserving mana.</td>
   </tr>
   </tr>
</table>
</table>
Line 85: Line 268:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Standard tanking.</td>
     <td>Standard tanking.</td>
     <td>Uses melee and basic abilities. Aggro is steady, not extreme.</td>
     <td>Uses melee and basic abilities. Aggro is steady, not extreme.</td>
Line 91: Line 274:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Proactive tank.</td>
     <td>Proactive tank.</td>
     <td>Uses more aggro tools and disciplines to lock mobs faster.</td>
     <td>Uses more aggro tools and disciplines to lock mobs faster.</td>
Line 97: Line 280:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Aggressive DPS-tank.</td>
     <td>Aggressive DPS-tank.</td>
     <td>Maximizes damage output while tanking, pushes threat hard.</td>
     <td>Maximizes damage output while tanking, pushes threat hard.</td>
Line 117: Line 300:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Efficient healer.</td>
     <td>Efficient healer.</td>
     <td>Uses single-target and group heals at comfortable HP thresholds, conserves mana.</td>
     <td>Uses single-target and group heals at comfortable HP thresholds, conserves mana.</td>
Line 124: Line 307:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Main healer / support.</td>
     <td>Main healer / support.</td>
     <td>Full use of complete heals, fast heals, and group heals; reacts quicker to spikes.</td>
     <td>Full use of complete heals, fast heals, and group heals; reacts quicker to spikes.</td>
Line 131: Line 314:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Battle cleric.</td>
     <td>Battle cleric.</td>
     <td>Very responsive heals but less conservative about mana usage.</td>
     <td>Very responsive heals but less conservative about mana usage.</td>
Line 152: Line 335:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Defensive tank.</td>
     <td>Defensive tank.</td>
     <td>Casts heals on self and group at moderate thresholds; helps backup heal.</td>
     <td>Casts heals on self and group at moderate thresholds; helps backup heal.</td>
Line 159: Line 342:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced tank / healer.</td>
     <td>Balanced tank / healer.</td>
     <td>More willing to heal others proactively, including group heals.</td>
     <td>More willing to heal others proactively, including group heals.</td>
Line 166: Line 349:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Aggressive crusader.</td>
     <td>Aggressive crusader.</td>
     <td>Heals quickly but less concerned with mana efficiency.</td>
     <td>Heals quickly but less concerned with mana efficiency.</td>
Line 186: Line 369:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Conservative DPS / support.</td>
     <td>Conservative DPS / support.</td>
     <td>Moderate bow and melee use; prioritizes safety and positioning.</td>
     <td>Moderate bow and melee use; prioritizes safety and positioning.</td>
Line 192: Line 375:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced ranged/melee DPS.</td>
     <td>Balanced ranged/melee DPS.</td>
     <td>Heavy sustained damage with bow and melee procs.</td>
     <td>Heavy sustained damage with bow and melee procs.</td>
Line 198: Line 381:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Max DPS ranger.</td>
     <td>Max DPS ranger.</td>
     <td>Pushes bow/melee damage hard, less conservative with hate.</td>
     <td>Pushes bow/melee damage hard, less conservative with hate.</td>
Line 218: Line 401:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Survivability-focused tank.</td>
     <td>Survivability-focused tank.</td>
     <td>Uses lifetaps mainly for self-sustain at safer HP thresholds.</td>
     <td>Uses lifetaps mainly for self-sustain at safer HP thresholds.</td>
Line 225: Line 408:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced tank / DPS.</td>
     <td>Balanced tank / DPS.</td>
     <td>More frequent lifetaps; better self-healing under pressure.</td>
     <td>More frequent lifetaps; better self-healing under pressure.</td>
Line 232: Line 415:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Aggressive reaper.</td>
     <td>Aggressive reaper.</td>
     <td>Spams lifetaps and self-heal tools, spends mana freely.</td>
     <td>Spams lifetaps and self-heal tools, spends mana freely.</td>
Line 253: Line 436:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Primary healer.</td>
     <td>Primary healer.</td>
     <td>Focus on single-target and group heals; conserves mana.</td>
     <td>Focus on single-target and group heals; conserves mana.</td>
Line 260: Line 443:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced heals &amp; nukes.</td>
     <td>Balanced heals &amp; nukes.</td>
     <td>Reliably keeps the group up while dealing damage.</td>
     <td>Reliably keeps the group up while dealing damage.</td>
Line 267: Line 450:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Nuker druid.</td>
     <td>Nuker druid.</td>
     <td>Still heals but less conservatively; expects strong backup healing.</td>
     <td>Still heals but less conservatively; expects strong backup healing.</td>
Line 287: Line 470:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Safer DPS / off-tank.</td>
     <td>Safer DPS / off-tank.</td>
     <td>Solid sustained DPS with some restraint to avoid over-aggro.</td>
     <td>Solid sustained DPS with some restraint to avoid over-aggro.</td>
Line 293: Line 476:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced DPS.</td>
     <td>Balanced DPS.</td>
     <td>Pushes damage harder; may steal aggro if tank is weak.</td>
     <td>Pushes damage harder; may steal aggro if tank is weak.</td>
Line 299: Line 482:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Maximum DPS.</td>
     <td>Maximum DPS.</td>
     <td>All-in DPS, little regard for aggro; highest risk, highest reward.</td>
     <td>All-in DPS, little regard for aggro; highest risk, highest reward.</td>
Line 319: Line 502:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Buff-focused.</td>
     <td>Buff-focused.</td>
     <td>Priority on defensive/resist/regen songs.</td>
     <td>Priority on defensive/resist/regen songs.</td>
Line 326: Line 509:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced support/DPS.</td>
     <td>Balanced support/DPS.</td>
     <td>Mix of defensive and offensive songs.</td>
     <td>Mix of defensive and offensive songs.</td>
Line 333: Line 516:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Offensive maestro.</td>
     <td>Offensive maestro.</td>
     <td>Favors offensive and haste songs heavily.</td>
     <td>Favors offensive and haste songs heavily.</td>
Line 353: Line 536:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Safe backstabber.</td>
     <td>Safe backstabber.</td>
     <td>Strong DPS but with some throttling to avoid ripping aggro.</td>
     <td>Strong DPS but with some throttling to avoid ripping aggro.</td>
Line 359: Line 542:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced DPS.</td>
     <td>Balanced DPS.</td>
     <td>Backstabs aggressively; may occasionally spike threat.</td>
     <td>Backstabs aggressively; may occasionally spike threat.</td>
Line 365: Line 548:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Glass cannon.</td>
     <td>Glass cannon.</td>
     <td>Maximum backstab/sustained DPS, no concern for aggro.</td>
     <td>Maximum backstab/sustained DPS, no concern for aggro.</td>
Line 386: Line 569:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Primary healer / buffer.</td>
     <td>Primary healer / buffer.</td>
     <td>Focuses on single/group heals and HoTs for party survival.</td>
     <td>Focuses on single/group heals and HoTs for party survival.</td>
Line 394: Line 577:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced shaman.</td>
     <td>Balanced shaman.</td>
     <td>Strong healing plus regular HoTs.</td>
     <td>Strong healing plus regular HoTs.</td>
Line 402: Line 585:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>DoT-heavy caster.</td>
     <td>DoT-heavy caster.</td>
     <td>Still heals but expects backup; uses mana aggressively.</td>
     <td>Still heals but expects backup; uses mana aggressively.</td>
Line 425: Line 608:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Conservative necro.</td>
     <td>Conservative necro.</td>
     <td>Limited number of DoTs and nukes to conserve mana.</td>
     <td>Limited number of DoTs and nukes to conserve mana.</td>
Line 433: Line 616:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced necro.</td>
     <td>Balanced necro.</td>
     <td>Regular DoT stacks on primary targets.</td>
     <td>Regular DoT stacks on primary targets.</td>
Line 441: Line 624:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Max DoT machine.</td>
     <td>Max DoT machine.</td>
     <td>Stacks many DoTs; heavy nuking on burns.</td>
     <td>Stacks many DoTs; heavy nuking on burns.</td>
Line 463: Line 646:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Conservative nuker.</td>
     <td>Conservative nuker.</td>
     <td>Respects mana; nukes at a controlled pace.</td>
     <td>Respects mana; nukes at a controlled pace.</td>
Line 470: Line 653:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Standard wizard.</td>
     <td>Standard wizard.</td>
     <td>Heavy single-target nukes on main assist target.</td>
     <td>Heavy single-target nukes on main assist target.</td>
Line 477: Line 660:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Glass cannon.</td>
     <td>Glass cannon.</td>
     <td>Maximum burn nukes with little concern for mana economy.</td>
     <td>Maximum burn nukes with little concern for mana economy.</td>
Line 498: Line 681:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Pet-first mage.</td>
     <td>Pet-first mage.</td>
     <td>Moderate nukes; saves mana for emergencies.</td>
     <td>Moderate nukes; saves mana for emergencies.</td>
Line 505: Line 688:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced mage.</td>
     <td>Balanced mage.</td>
     <td>Steady nukes plus pet damage.</td>
     <td>Steady nukes plus pet damage.</td>
Line 512: Line 695:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Offensive conjurer.</td>
     <td>Offensive conjurer.</td>
     <td>Heavy nuking on top of pet DPS; high mana usage.</td>
     <td>Heavy nuking on top of pet DPS; high mana usage.</td>
Line 533: Line 716:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Defensive controller.</td>
     <td>Defensive controller.</td>
     <td>Prioritizes mezzing and keeping adds locked down; charm is limited or safer.</td>
     <td>Prioritizes mezzing and keeping adds locked down; charm is limited or safer.</td>
Line 540: Line 723:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced charm/mez.</td>
     <td>Balanced charm/mez.</td>
     <td>Active mez and charm usage; strong control of multiple mobs.</td>
     <td>Active mez and charm usage; strong control of multiple mobs.</td>
Line 547: Line 730:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Aggressive charmer.</td>
     <td>Aggressive charmer.</td>
     <td>Heavy charm usage for maximum DPS; high-risk, high-reward.</td>
     <td>Heavy charm usage for maximum DPS; high-risk, high-reward.</td>
Line 568: Line 751:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Support beastlord.</td>
     <td>Support beastlord.</td>
     <td>Moderate melee and spell DPS.</td>
     <td>Moderate melee and spell DPS.</td>
Line 575: Line 758:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Balanced pet/melee DPS.</td>
     <td>Balanced pet/melee DPS.</td>
     <td>Sustained melee and spell damage.</td>
     <td>Sustained melee and spell damage.</td>
Line 582: Line 765:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Pet-centric DPS.</td>
     <td>Pet-centric DPS.</td>
     <td>High personal and pet DPS; spends mana freely.</td>
     <td>High personal and pet DPS; spends mana freely.</td>
Line 602: Line 785:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>1–3</td>
     <td>Passive / Efficient</td>
     <td>Controlled berserker.</td>
     <td>Controlled berserker.</td>
     <td>High DPS but with some restraint to avoid constant death.</td>
     <td>High DPS but with some restraint to avoid constant death.</td>
Line 608: Line 791:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>4–6</td>
     <td>Balanced / Assist</td>
     <td>Standard berserker.</td>
     <td>Standard berserker.</td>
     <td>Very high DPS, frequent big hits and discs.</td>
     <td>Very high DPS, frequent big hits and discs.</td>
Line 614: Line 797:
   </tr>
   </tr>
   <tr>
   <tr>
     <td>7–9</td>
     <td>Aggressive / Burn / AE Burn</td>
     <td>Full send.</td>
     <td>Full send.</td>
     <td>Maximum sustained/burst DPS, no regard for survival.</td>
     <td>Maximum sustained/burst DPS, no regard for survival.</td>

Revision as of 11:56, 23 November 2025


Bot Stance Default Behaviors by Class & Stance

This page explains how each bot class behaves depending on stance. Use this as a quick guide when choosing stances for your group or raid.


Bot Stance Overview

Valid Bot Stances

<thead> </thead> <tbody> </tbody>
Stance ID Namespace In-Game Name Behavior Summary
1 Stance::Passive Passive Won’t initiate combat; very limited offensive casting/abilities. Good for parking bots or pure support.
2 Stance::Balanced Balanced Default “all-around” stance; mixes offense, defense, and casting based on class role.
3 Stance::Efficient Efficient Conserves mana/endurance; prefers lower-cost spells/abilities and safer thresholds.
5 Stance::Aggressive Aggressive Leans into damage and aggro; less conservative with resources.
6 Stance::Assist Assist Focuses on assisting the owner’s current target and supporting their actions.
7 Stance::Burn Burn “Full burn” mode; uses strong nukes, discs and big abilities freely to maximize DPS.
9 Stance::AEBurn AE Burn Emphasizes area-effect damage when safe; very offensive and situational.

Other internal values (like Stance::Unknown (0), Reactive (4), Efficient2 (8)) exist in code but are not used as player-selectable bot stances.

Default Bot Stance by Class

When you first create a bot, it automatically starts in the stance below:

<thead> </thead> <tbody> </tbody>
Class ID Class Name Default Stance ID Default Stance Name
1 Warrior 5 Aggressive
2 Cleric 2 Balanced
3 Paladin 2 Balanced
4 Ranger 2 Balanced
5 Shadow Knight 2 Balanced
6 Druid 2 Balanced
7 Monk 2 Balanced
8 Bard 2 Balanced
9 Rogue 2 Balanced
10 Shaman 2 Balanced
11 Necromancer 2 Balanced
12 Wizard 2 Balanced
13 Magician 2 Balanced
14 Enchanter 2 Balanced
15 Beastlord 2 Balanced
16 Berserker 2 Balanced

You can change a bot’s stance at any time with your usual #bot stance commands (or UI equivalent); the behavior for each class in different stance ranges is summarized below.


Global Bot Behavior

Setting What It Means
Heals How often the bot casts single-target or group heals and at what HP thresholds.
Nukes & DoTs Direct damage and damage-over-time spell usage and priority.
AE Spells Area-effect nukes, rains, mezzes, stuns, slows and debuffs.
Debuffs & Slows How aggressively the bot applies debuffs, slows, snare and hate spells.
Buffs & HoTs Out-of-combat buffs, in-combat buffs, regen/HoT spells and resist buffs.
Cures Use of poison/disease/curse/radiant cures and group cures.
Crowd Control Mez, charm, fear, root and stun usage.
Pet Usage How heavily the bot relies on its pet (if it has one) and whether it heals/buffs it.
Resource Behavior How bots conserve mana/endurance, when they sit/med and when they stop casting.

Stance Ranges (Rule of Thumb):

Stance Range Behavior
Lower stances (Passive / Efficient) More conservative / defensive, prioritize survival and efficiency over damage.
Balanced / Assist Mix of offense and defense tuned to the class' main role.
Aggressive / Burn / AE Burn More aggressive, prioritize damage and proactive spell use over conserving mana.

Warrior (Class 1)

Pure tank. Warriors do not cast spells; their stances mainly affect positioning and aggro style.

Stance Range Role Summary Offense Defense / Utility
Passive / Efficient Standard tanking. Uses melee and basic abilities. Aggro is steady, not extreme. Focuses on staying in melee range, following at moderate distance, and holding a single target.
Balanced / Assist Proactive tank. Uses more aggro tools and disciplines to lock mobs faster. More willing to chase moving targets and maintain front-line position.
Aggressive / Burn / AE Burn Aggressive DPS-tank. Maximizes damage output while tanking, pushes threat hard. Less conservative positioning; best used when over-geared or with strong heal support.

Cleric (Class 2)

Primary healer. Stances change how aggressively the cleric heals, AEs, and uses utility spells.

Stance Range Role Summary Heals Damage / AE Cures & Utility
Passive / Efficient Efficient healer. Uses single-target and group heals at comfortable HP thresholds, conserves mana. Minimal nukes; AE damage is rare or disabled in lower stances. Cures when needed, keeps core buffs up, low-risk playstyle.
Balanced / Assist Main healer / support. Full use of complete heals, fast heals, and group heals; reacts quicker to spikes. Can use AE nukes and stuns when safe; still healer-first. Active curing (single & group), resurrection, and full buff coverage.
Aggressive / Burn / AE Burn Battle cleric. Very responsive heals but less conservative about mana usage. Much more willing to nuke, AE, and contribute DPS while keeping group alive. Uses cures aggressively; will often keep every defensive buff and HoT rolling.

Paladin (Class 3)

Hybrid tank / off-healer. Stances shift between tanking, healing, and light DPS.

Stance Range Role Summary Heals Damage & Aggro CC & Utility
Passive / Efficient Defensive tank. Casts heals on self and group at moderate thresholds; helps backup heal. Focuses on aggro spells (stuns, hate line) more than raw damage. Uses roots/stuns to control adds; buffs defensive stats.
Balanced / Assist Balanced tank / healer. More willing to heal others proactively, including group heals. Good mix of nukes, stuns, and melee; strong aggro generation. Roots/snare used to pin down adds; cures used when needed.
Aggressive / Burn / AE Burn Aggressive crusader. Heals quickly but less concerned with mana efficiency. Maximizes nukes, stuns, and hate spells to burn mobs and lock threat. Frequent stuns and roots; great for small-group trash clearing.

Ranger (Class 4)

Hybrid ranged/melee DPS with light utility. Stances change bow vs melee focus and utility usage.

Stance Range Role Summary Damage Style Utility
Passive / Efficient Conservative DPS / support. Moderate bow and melee use; prioritizes safety and positioning. Will snare and root as needed, keeps basic buffs up, minimal flashy AEs.
Balanced / Assist Balanced ranged/melee DPS. Heavy sustained damage with bow and melee procs. Actively snares, roots, and uses small heals or utility spells.
Aggressive / Burn / AE Burn Max DPS ranger. Pushes bow/melee damage hard, less conservative with hate. Snare/utility mostly in support of burning down targets quickly.

Shadow Knight (Class 5)

Tank with lifetaps, DoTs and strong aggro tools. Stances tune between tanking and DPS.

Stance Range Role Summary Heals & Lifetaps Damage & Aggro CC & Utility
Passive / Efficient Survivability-focused tank. Uses lifetaps mainly for self-sustain at safer HP thresholds. Maintains strong single-target aggro with some DoTs and taps. Snare and fear used carefully; limited AE.
Balanced / Assist Balanced tank / DPS. More frequent lifetaps; better self-healing under pressure. Heavier DoT/nuke usage, strong hate spells. Snare, terror, and AE tools used more often to manage packs.
Aggressive / Burn / AE Burn Aggressive reaper. Spams lifetaps and self-heal tools, spends mana freely. Maximizes DoTs, nukes and AE damage to burn groups of mobs. Fear/snare tools used offensively; best in farm content with strong healer support.

Druid (Class 6)

Healer / caster hybrid. Stances control how much they heal vs nuke and DoT.

Stance Range Role Summary Heals Damage Utility
Passive / Efficient Primary healer. Focus on single-target and group heals; conserves mana. Light nukes/DoTs only when safe. Snare, root, and basic animal/plant debuffs.
Balanced / Assist Balanced heals & nukes. Reliably keeps the group up while dealing damage. Regular nukes/DoTs on primary targets. Utility ports, snares, and debuffs see regular usage.
Aggressive / Burn / AE Burn Nuker druid. Still heals but less conservatively; expects strong backup healing. Heavy nukes and DoTs, including AE when appropriate. Uses snare and debuffs offensively to speed kills.

Monk (Class 7)

Pure melee DPS / light tank. Stances mainly adjust aggression and survivability.

Stance Range Role Summary Damage Defense / Utility
Passive / Efficient Safer DPS / off-tank. Solid sustained DPS with some restraint to avoid over-aggro. Positions smartly, uses avoidance; good for pull-and-park fights.
Balanced / Assist Balanced DPS. Pushes damage harder; may steal aggro if tank is weak. Can off-tank briefly; good for trash clearing.
Aggressive / Burn / AE Burn Maximum DPS. All-in DPS, little regard for aggro; highest risk, highest reward. Best when another player or tank-bot can hold threat safely.

Bard (Class 8)

Song-based support with moderate DPS. Stances decide how much they focus on buffs vs damage.

Stance Range Role Summary Song Focus Damage CC & Utility
Passive / Efficient Buff-focused. Priority on defensive/resist/regen songs. Low direct damage; mostly passive auras. Will mez/charm carefully; keeps group safe.
Balanced / Assist Balanced support/DPS. Mix of defensive and offensive songs. Uses damage songs and procs more often. Reliable mezzing, charming when appropriate.
Aggressive / Burn / AE Burn Offensive maestro. Favors offensive and haste songs heavily. Strong personal DPS via songs and melee. CC is still available but secondary to burning down mobs.

Rogue (Class 9)

Pure melee DPS. Stances adjust how risky their damage output is.

Stance Range Role Summary Damage Defense / Utility
Passive / Efficient Safe backstabber. Strong DPS but with some throttling to avoid ripping aggro. Stays behind the mob, avoids frontal damage when possible.
Balanced / Assist Balanced DPS. Backstabs aggressively; may occasionally spike threat. Minimal utility; relies on others for aggro control.
Aggressive / Burn / AE Burn Glass cannon. Maximum backstab/sustained DPS, no concern for aggro. Best used behind a rock-solid tank and strong healers.

Shaman (Class 10)

Healer / debuffer with strong slows and decent DPS. Stances adjust the mix of these roles.

Stance Range Role Summary Heals Damage & DoTs Debuffs, Slows & Cures Pet Behavior
Passive / Efficient Primary healer / buffer. Focuses on single/group heals and HoTs for party survival. Light DoT usage, mostly on safer fights. Prioritizes slowing and curing over damage. Pet is present but not heavily supported.
Balanced / Assist Balanced shaman. Strong healing plus regular HoTs. Uses DoTs consistently for sustained DPS. Heavy use of slows, debuffs and group cures. Pet receives heals and buffs when needed.
Aggressive / Burn / AE Burn DoT-heavy caster. Still heals but expects backup; uses mana aggressively. Stacks DoTs and may use AE in the right situations. Slows/debuffs applied quickly, then shifts to damage. Pet becomes a meaningful part of overall DPS.

Necromancer (Class 11)

DoT-focused caster with strong pet and utility. Stances adjust safety vs DPS.

Stance Range Role Summary Damage Heals / Taps CC & Utility Pet Behavior
Passive / Efficient Conservative necro. Limited number of DoTs and nukes to conserve mana. Uses lifetaps mainly as emergency tools. Limited snare/fear; focuses on staying safe. Pet does most of the work; minimal pet healing.
Balanced / Assist Balanced necro. Regular DoT stacks on primary targets. Uses taps for sustain, not just emergencies. Snare, fear and utility used situationally. Pet is active and gets buffs/heals as needed.
Aggressive / Burn / AE Burn Max DoT machine. Stacks many DoTs; heavy nuking on burns. Spams taps as another damage/sustain source. Fear/snare used offensively; risky but fast. Pet is fully supported for maximum DPS.

Wizard (Class 12)

Burst DPS caster. Stances govern how hard they nuke and how often they use AE.

Stance Range Role Summary Single-Target Damage AE Damage Utility
Passive / Efficient Conservative nuker. Respects mana; nukes at a controlled pace. AE rarely used; avoids breaking mezzes or overpulling. Occasional snares and evac when needed.
Balanced / Assist Standard wizard. Heavy single-target nukes on main assist target. Uses AE when multiple mobs are safely controlled. Snare, root and evac available when appropriate.
Aggressive / Burn / AE Burn Glass cannon. Maximum burn nukes with little concern for mana economy. Frequent AE usage; best in farm content or with strong CC. More likely to drop big AE spells as part of burn phases.

Magician (Class 13)

Pet-focused nuker. Stances adjust how much they lean on pet vs direct damage.

Stance Range Role Summary Damage Pet Focus Utility
Passive / Efficient Pet-first mage. Moderate nukes; saves mana for emergencies. Pet does most of the work; minimal pet heals. Basic buffs (DS, damage shields, small utility).
Balanced / Assist Balanced mage. Steady nukes plus pet damage. Pet is fully buffed and healed when needed. Summoned utility items and group-friendly buffs.
Aggressive / Burn / AE Burn Offensive conjurer. Heavy nuking on top of pet DPS; high mana usage. Pet receives constant support for max uptime & damage. Damage shields, pet weapons and other tools used aggressively.

Enchanter (Class 14)

Crowd control specialist with charm, mez and utility. Stances determine safety vs aggression.

Stance Range Role Summary CC (Mez / Charm / Stun) Damage Utility & Buffs
Passive / Efficient Defensive controller. Prioritizes mezzing and keeping adds locked down; charm is limited or safer. Minimal nuking; very conservative with damage. Keeps key buffs (haste, clarity, resists) running.
Balanced / Assist Balanced charm/mez. Active mez and charm usage; strong control of multiple mobs. Moderate nukes/stuns to support CC and DPS. Buff coverage remains strong; rune/defensive tools when needed.
Aggressive / Burn / AE Burn Aggressive charmer. Heavy charm usage for maximum DPS; high-risk, high-reward. More nukes and stuns; spends mana liberally. Still provides haste/clarity but focuses on offensive play.

Beastlord (Class 15)

Hybrid melee / pet / light healer. Stances control pet support vs personal DPS vs healing.

Stance Range Role Summary Damage Pet Focus Heals & Utility
Passive / Efficient Support beastlord. Moderate melee and spell DPS. Pet is tanky and well supported but not pushed for max damage. Uses heals and small buffs to keep group stable.
Balanced / Assist Balanced pet/melee DPS. Sustained melee and spell damage. Pet gets consistent buffs and occasional heals. Can spot-heal and provide solid party buffs.
Aggressive / Burn / AE Burn Pet-centric DPS. High personal and pet DPS; spends mana freely. Pet is heavily buffed and healed; a major share of total DPS. Heals are less conservative; best used with an extra healer.

Berserker (Class 16)

All-in melee DPS. Stances only adjust how reckless their damage is.

Stance Range Role Summary Damage Defense / Utility
Passive / Efficient Controlled berserker. High DPS but with some restraint to avoid constant death. Relies on gear and basic avoidance; not a tank.
Balanced / Assist Standard berserker. Very high DPS, frequent big hits and discs. Assumes decent heal/tank support to survive spikes.
Aggressive / Burn / AE Burn Full send. Maximum sustained/burst DPS, no regard for survival. Use when content is trivial or healer is extremely strong.