# Behavior

With this skill you can change the behavior of the pet. There are 5 possible behavior-modes:

* friendly -> don't fight, even he's attacked by anything
  * friend
* normal -> like a normal wolf
* aggressive -> attacks everythink within 15 blocks of the owner
  * aggro
* farm -> attacks every **Monster** within 15 blocks of the owner
* raid -> like normal but the pet doesn't attack players and their minions
* duel -> pets will attack other pets with aktive duel behavior within a 5 block radius

To toggle the mode type `/petbehavior [`**`normal`**`/`**`friendly`**`/`**`aggressive`**`/`**`farm`**`/`**`raid`**`/`**`duel`**`]`.

## Demonstration &#x20;

![](/files/-LXxWfDqndwXgczPNHJ5)


---

# 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.mypet-plugin.de/legacy/skills/behavior.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.
