> For the complete documentation index, see [llms.txt](https://docs.maplestoryn.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maplestoryn.io/msn-101/beginners-guide/monster-and-dungeon/star-force-hunting-zones.md).

# Star Force Hunting Zones

## **Table of Contents**

1. **Star Force Monster Hunt**&#x20;
2. **Checking Your Star Force Level**&#x20;
3. **Star Force Hunting Field Locations**&#x20;

## **1. Star Force Monster Hunt**

Portals to Star Force Hunting Fields are marked in red on the mini map and in the field. When you enter a Star Force Hunting Field through a portal, a message will appear on screen indicating the required Star Force Level.

<figure><img src="/files/Qne6CdyT2npnAmsp8pl1" alt=""><figcaption></figcaption></figure>

In these fields, monsters are protected by a shield. If your Star Force Level is lower than required, the damage will be reduced, and incoming damage from monster will increase. Enhance your equipment's Star Force to break through their shield and fight more effectively!

<figure><img src="/files/48GB0QRO0oNS5IqHSQhb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7pWtgfKLY0IQRAsPUVT5" alt=""><figcaption></figcaption></figure>

## **2.** Checking Your Star Force Level

&#x20;

<figure><img src="/files/tQ6zN80tqPcdY09sNNTz" alt=""><figcaption></figcaption></figure>

* Wearing a one-piece outfit grants double the normal Star Force, as it occupies both the top and bottom slots.&#x20;
* You can check the damage bonus or reduction in the Star Force UI.&#x20;

![](/files/tMoM1ksKOmw7Z0f4tsil)

## **3. Star Force Hunting Field Locations**

Star Force Hunting Fields are available in the following 8 regions:&#x20;

* Minar Forest&#x20;
* Clocktower Bottom Floor&#x20;
* Abandoned Mine&#x20;
* Temple of Time&#x20;
* Gate to the Future&#x20;
* Kerning Tower&#x20;
* Lion King's Castle&#x20;
* Omega Sector&#x20;
* Stone Colossus&#x20;

Use the star icon on the World Map to locate these fields. Hover over the icon to see information about the monsters in that field.&#x20;

<figure><img src="/files/wYaJFwefnUwaM5QyYqrK" alt=""><figcaption></figcaption></figure>


---

# 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://docs.maplestoryn.io/msn-101/beginners-guide/monster-and-dungeon/star-force-hunting-zones.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.
