> For the complete documentation index, see [llms.txt](https://mudarkspace.gitbook.io/mudarkspace-6.21/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mudarkspace.gitbook.io/mudarkspace-6.21/bosses/lord-silvester.md).

# ▶️ Lord Silvester

<mark style="color:orange;">**Unleash the Wrath of Lord Silvester in Uruk Mountain!**</mark>

Prepare yourself for an epic showdown every Monday in Uruk Mountain! Lord Silvester, a true force of chaos, descends upon the battlefield to challenge only the strongest of heroes. This relentless boss isn’t just any adversary—defeating him will test your skill and power to the utmost!

**Rewards for the Victor** Triumph over Lord Silvester to earn **15 random treasures** from the legendary loot pool below, along with a bounty of **1000 wCoins** and **20,000 Ruud**!

***

<mark style="color:orange;">**Lord Silvester’s Treasure Pool**</mark> <mark style="color:orange;">Your victory could yield any of these rare items:</mark>

* <mark style="color:green;">**Special Jewels**</mark><mark style="color:green;">:</mark>
  * Jewel of Luck, Jewel of Excellent, Jewel of Socket
* <mark style="color:green;">**Mastery Boxes**</mark><mark style="color:green;">:</mark>
  * Mastery Box (Greater), Mastery Box (Standard)
* <mark style="color:green;">**Bundled Jewels**</mark><mark style="color:green;">:</mark>
  * Bundled Jewel of Bless, Bundled Jewel of Soul, Bundled Jewel of Life
  * Bundled Jewel of Harmony, Bundled Jewel of Chaos, Bundled Jewel of Creation
* <mark style="color:green;">**Talismans & Seeds**</mark><mark style="color:green;">:</mark>
  * Talisman of Chaos Assembly, Seeds (Fire, Water, Ice, Wind, Lightning, Earth)
  * Seed Sphere Level 5
* <mark style="color:green;">**Crystal & Gemstone Fragments**</mark><mark style="color:green;">:</mark>
  * Incomplete Disaster Crystal, Evolution Crystal Fragment, Ruby Fragments, Evolution Ruby Gemstone
* <mark style="color:green;">**Rare Mount & Crafting Materials**</mark><mark style="color:green;">:</mark>
  * Sealed Divine Horse, Evolution Crystal, Disaster Crystal

<mark style="color:red;">Step into Uruk Mountain, face Lord Silvester, and claim the riches reserved only for the boldest champions!</mark>


---

# 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://mudarkspace.gitbook.io/mudarkspace-6.21/bosses/lord-silvester.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.
