metas/af/bunny_hunt.af
Johan Lundberg 587598a3b3
All checks were successful
/ test (push) Successful in 21s
fix stuck maybe
2026-08-08 01:19:33 +02:00

48 lines
1.1 KiB
Text

~~
~~ bunny_hunt - hunting meta for the bunny nav route
~~ Configures combat / loot / buff / nav options, then loads and runs bunny.nav.
~~ Generated from user spec.
~~
STATE: {Default}
IF: Death
DO: SetState {Death}
IF: Always
DO: DoAll
SetOpt {LootAllCorpses} {true}
SetOpt {LootOnlyRareCorpses} {false}
SetOpt {EnableLooting} {true}
SetOpt {EnableCombat} {true}
SetOpt {EnableNav} {true}
SetOpt {EnableBuffing} {true}
SetOpt {NavPriorityBoost} {false}
SetOpt {EnableMeta} {true}
Chat {/vt nav load bunny}
IF: ChatCapture {You have solved this quest too recently} {}
DO: DoAll
SetOpt {EnableLooting} {false}
SetState {no_loot}
IF: Always
DO: SetWatchdog 10 300 {stuck}
STATE: {no_loot}
IF: SecsInStateGE 30
DO: SetState {loot}
STATE: {loot}
IF: Always
DO: DoAll
SetOpt {EnableBuffing} {true}
SetState {Default}
STATE: {stuck}
IF: Always
DO: DoAll
Chat {/ub face 270}
Chat {/ub jumpw 250}
SetState {Default}
~~ Death: do nothing (meta halts here on death until you intervene)
STATE: {Death}
IF: Always
DO: None