# 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"
```
