# Triggers

### Smelt Result

```yaml
triggers:
  - smelt_result
```

Different smelt triggier provided by libreforge itself, MythicLibreforge's smelt\_result is triggered after player pickup the result item, so player won't have to always open furance GUI.

Much better with EcoQuests, EcoJobs, EcoSkills if you want to make smelt task.

### Highest Attack

```yaml
triggers:
  - highest_attack
```

### Totem Actived (Require MythicTotem)

Called when one totem actived.

```yaml
triggers:
  - totem_actived
```

You can use text filter to specified which totem can be called.

```yaml
triggers:
  - totem_actived
filters:
  text: 
    - "TestTotem"
    - "TotemID2"
```


---

# 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://simple.superiormc.cn/added-things/triggers.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.
