⚔️Combo

Learn how to create and implement custom skill rotations for Black Desert using PixelBot's UI or YAML scripts.

🖥️ Creating Rotations with UI

  1. Access the Rotation Tab: Open the PixelBot interface and navigate to the Rotation tab.

  2. Select Your Class: Choose your character's class from the dropdown menu.

  3. Add Skills:

    • Click "Add Skill" button.

    • Enter skill name, cooldown, and cast time.

    • Define key combinations for the skill.

  4. Arrange Skills: Drag and drop skills to set their priority order.

  5. Set Execution Mode:

    • On: Prioritizes first available skill.

    • Off: Executes skills sequentially.

  6. Define Sections:

    • Aggro: Skills used at attack waypoints.

    • Combo: Main rotation skills.

    • Movement: Skills for traveling between waypoints.

  7. Save Your Rotation: Give your rotation a name and save it.

Rotation UI
Rotation Creation Interface

📝 Advanced: YAML Script Structure

For advanced users or those preferring manual editing:

executionMode: true  # true: priority-based, false: sequential
aggro:
  # Skills for attack waypoints
combo:
  # Main rotation skills
movement:
  # Movement skills

Skill Definition Example:

- skill:
    name: "Skill Name"
    cooldown: 10
    keys:
      - - Shift
        - E
    castTime: 1.5

⚠️ Important Note on castTime:

  • castTime represents the duration (in seconds) that keys are pressed.

  • If castTime is 0 or not specified, the skill will not be executed.

  • Always set an appropriate castTime for each skill to ensure proper execution.

🚀 Activating Your Rotation

  1. Go to the Combo tab in PixelBot.

  2. Input your combo license and click "Check" to validate.

  3. Select your saved rotation from the dropdown.

  4. Use hotkeys to control:

    • 1: Start/Stop combo

    • 2: Toggle infinite combo mode

Combo Activation
Combo Activation Interface

💡 Tips for Effective Rotations

  • Prioritize high-damage or key buff skills.

  • Include movement skills for better positioning.

  • Adjust cooldowns and castTime based on in-game testing.

  • Ensure each skill has an appropriate castTime to guarantee execution.

Need help? Join our Discord community for support and to share rotation ideas!

Last updated