> For the complete documentation index, see [llms.txt](https://docs.game-box.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.game-box.pl/npc/zadanie-dnia.md).

# Zadanie Dnia

Zadanie Dnia możemy otrzymać u NPC święcącego się na żółto, o nazwie "Zadanie Dnia" na spawnie.\
NPC daje nam różne zadania do wykonania w 1 dzień. \
Zadanie dnia resetuje się codziennie o godzinie 20.00. Po wykonaniu zadania dnia otrzymujemy Skrzynkę Dnia oraz punkt do Czarodzieja.

<figure><img src="/files/z43XGITFELqFHaPMRTQg" alt="" width="375"><figcaption></figcaption></figure>

Zadania Dnia, które są dostępne do wylosowania:\
\
**Górnik do wykonania na /warp kopalnia:**

* Wykop 500/1000/1500/2500/3500/5000 kamienia

**Górnik do wykonania na /warp podziemia:**

* Wykop 15/25/50 rud

**Rybak do wykonania na /warp lowisko:**

* Wyłów 10/15 ryb

**Rzemieślnik (/crafting):**

* Stwórz 5 Przepustek Australium&#x20;
* Stwórz 2 Przepustki do Duchów&#x20;
* Stwórz 1 Przepustkę do Pająków

**Wojownik do wykanania na /warp demony:**&#x20;

* Zabij 300/500 Demonów&#x20;
* Zabij Przywódcę Demonów

**Wojownik do wykonania na: /warp tytani:**

* Zabij 300/500 Tytanów&#x20;
* Zabij Przywódcę Tytanów

**Wojownik do wykonania na /warp australium:**

* Zabij 100/250 Potworów Australium

**Wojownik do wykonania na /warp duchy:**

* Zabij 150/300 Duchów

**PvP:**&#x20;

* Zabij 3/10 graczy
* Zabij 5 graczy na arenie

**Pasywne zadania:**&#x20;

* Graj 60 minut na serwerze&#x20;
* Graj 180 minut na serwerze&#x20;
* Podnieś 5 dropów z Minestop&#x20;
* Podnieś 5 magicznych elementów z Minestop2&#x20;
* Zadaj łącznie 1.000.000 obrażeń


---

# 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.game-box.pl/npc/zadanie-dnia.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.
