# Single Quest

## Types of Quest Missions

### **Kill Quest**

* Trash kills - This generic form often involves checklists and can be implemented in various ways.
  * Example: “Kill three enemies\`(other players) in the Long Corridor”.
  * (more specific) Example: “Kill three Duxa enemies in the Great Canyon”.
* Named kills - Usually tied to plot development, this form entails using lethal force to stop a key criminal (or opposing) entity.
  * Example: “Kill Khodizum at the Two Brothers”.

### **Fetch Quests**

* Find an item
  * Delivery Quests (bring an item to NPC = Vendor) and Resource Quests (find the item to use)
* Find Information: A quest for an item to use but without being able to use the item

  * See the above example on collecting scrolls, collecting kills, etc.

### **Scout Quest**&#x20;

* Reach an POI
  * Example: Reach the top of The Watchers
* Find an object
  * Example: Find object X in the desert area

## Vendor TYpes

Vendors can be divided in a couple of ways:

* Easy, medium, hard
  * Easy: Kill one enemy
  * Medium: Kill three NPCs
  * Hard: Kill Khodizum at the Two Brothers
* Kill Quests and Fetch Quests
  * Example Fetch Quest: Vendor I is a spy. There are 3 quests to complete this vendor’s storyline. Completing all 3 quests will give you a handsome amount of MIRA. All quests will be relatively simple locate-and-run quests close to the spawning point.&#x20;
* Location (mountains, desert, grasslands, for example)
  * Example: Vendor I is an assassin from Tirros. There are 3 quests to complete this vendor’s storyline. Every quest gives you a high set value in MIRA. In quest number one, you must kill three MPCs in the Hadaki Basin. In quest number two, you must kill 5 MPCs in the Hadaki Basin. In quest number three, you must assassinate 7 MPCs in the Hadaki Basin. After completing all quests
    * This is a combination of types of quests (Kill Quests, Trash Kills), in a specific location (mountains) handed out by a vendor of a certain class.
* Class (mage, thief, assassin, etc.)
  * Example: Vendor I is an assassin. There are 3 quests to complete this vendor’s storyline. Every quest gives you a set value in MIRA as a reward. The vendor demands you bring him silverberries located at area A in quest one. In quest two, he asks you to hide the potion he made from the berries at the Black Rock. You receive another set value of MIRA as a reward. In the third quest, the assassin will ask you to kill three (random) enemies with the leftover potion applied to your weapon. After completing the three quests, you’ll receive a set value of MIRA and a weapon / a vial of potion / a letter that unlocks assassin vendor II.
    * This is a hybrid of Fetch Quests and Kill Quests. combines easy, medium, and hard difficulty levels. The type vendor is equal to its class (mage, assassin), and is bound to a specific area on the map.


---

# Agent Instructions: 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:

```
GET https://wiki.chainsofwar.io/game/quests/single-quest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
