metas/af/bunny_hunt.af
Johan Lundberg 57d348aede
All checks were successful
/ test (push) Successful in 23s
set no loot instead of trying to loot key, third attempt
2026-06-26 22:37:19 +02:00

40 lines
951 B
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}
STATE: {no_loot}
IF: SecsInStateGE 30
DO: SetState {loot}
STATE: {loot}
IF: Always
DO: DoAll
SetOpt {EnableBuffing} {true}
SetState {Default}
~~ Death: do nothing (meta halts here on death until you intervene)
STATE: {Death}
IF: Always
DO: None