All checks were successful
/ test (push) Successful in 2m23s
- nav/bunny.nav: linear route imported from VirindiTank - af/bunny.af: nav-only conversion of bunny.nav - af/bunny_hunt.af + met/bunny_hunt.met: hunting meta that sets combat/loot/buff/nav options and loads the bunny route Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
25 lines
658 B
Text
25 lines
658 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}
|
|
|
|
~~ Death: do nothing (meta halts here on death until you intervene)
|
|
STATE: {Death}
|
|
IF: Always
|
|
DO: None
|