> For the complete documentation index, see [llms.txt](https://bso-wiki.oldschool.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bso-wiki.oldschool.gg/bso-custom-killables/raids/chambers-of-xeric.md).

# Chambers of Xeric (CoX)

See the [OSB wiki](https://wiki.oldschool.gg/minigames/cox-raids) for general info.

### Boosts

The following items give a boost to your combat score. Only the highest available boost from each line will be applied.

All boosts work from the bank unless otherwise specified. Gorajan armour does not affect gear score.

* Twisted bow (7%) **OR** Bow of faerdhinen (c) (6%) **OR** Dragon hunter crossbow (5%)
* Dragon warhammer (3%) **OR** Bandos godsword (2.5%)
* Drygore rapier (8%)\* **OR** Dragon hunter lance (3%) **OR** Abyssal tentacle (2%)
* Offhand drygore rapier (4%)\*
* Void staff (8%)\*\* Sanguinesti staff (7%)
* Chincannon (60% speed boost at cost of raid loot)\*\*\*

\* Must be equipped in melee setup

\*\* Must be equipped in mage setup

\*\*\* Must be equipped in range setup&#x20;

#### Degradeable item info

| Item              | Charges used per raid |
| ----------------- | --------------------- |
| Abyssal Tentacle  | 200                   |
| Void Staff        | 15                    |
| Sanguinesti Staff | 150                   |

### Reference Setups

See [How does 'BiS gear' work?](/bso-custom-killables/raids.md#how-does-bis-gear-work) for an explanation on gear setups.

<figure><img src="https://cdn.discordapp.com/attachments/935819857830756365/1104411458680393758/image.jpg" alt=""><figcaption><p>Mage</p></figcaption></figure>

![Range Gear](https://cdn.discordapp.com/attachments/935819857830756365/1147594073792843857/image.jpg)

<figure><img src="https://cdn.discordapp.com/attachments/935819857830756365/1104411808539881472/image.jpg" alt=""><figcaption><p>Melee</p></figcaption></figure>

## Supplies

**Stamina potion(4) - Solo = 2, Mass = 1**

**Saradomin brew(4) - At 0 KC 7, scaling to 1** with higher kc.&#x20;

**Super restore(4) - At 2 Kc 2, scaling to 1** with higher kc. (1/3 of brews needed rounded down)

Saradomin brew calculation :\
Max(1, 8 - Max(1, Ceiling((KC+1)/30)))\
Where Max means the highest number - this just ensures you always need at least 1\
Ceiling is rounding up to the nearest whole number, i.e. 5.78 = 6, 2.01 = 3\
Examples:\
50 KC: 8-ceiling(50+1)/30) = 8-ceiling(1.7) = 8-2 = 6\
500 KC: 8-ceiling(500+1)/30) = max(1, 8-(ceiling(16.7)) = max(1,-9) = 1


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bso-wiki.oldschool.gg/bso-custom-killables/raids/chambers-of-xeric.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
