Add bunny nav route and bunny_hunt meta
All checks were successful
/ test (push) Successful in 2m23s
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>
This commit is contained in:
parent
5845edfc6e
commit
b5115f1f23
4 changed files with 408 additions and 0 deletions
25
af/bunny_hunt.af
Normal file
25
af/bunny_hunt.af
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
~~
|
||||
~~ 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue