lockandkey: add equip load idle/quest gear swaps for bella jaw service
All checks were successful
/ test (push) Successful in 21s

This commit is contained in:
Erik 2026-04-15 00:26:02 +02:00
parent d294a79fbf
commit 6d9dc89b21
5 changed files with 45 additions and 7 deletions

View file

@ -51,6 +51,7 @@ STATE: {idle}
IF: Always
DO: DoAll
Chat {/vt opt set enablebuffing false}
Chat {/ub equip load idle.utl}
DoExpr {setcombatstate[`peace`]}
DoExpr {clearvar[queuePrimary]}
DoExpr {clearvar[queueSecondary]}
@ -225,12 +226,13 @@ STATE: {service_stipend}
DO: SetState {service_reset_main}
STATE: {service_bella_jaw_entry}
~~ Primary Portal Recall into jaw dungeon, then run nav_lockandkeyjaw
~~ Equip quest gear, buff up, then run nav_lockandkeyjaw (nav handles idle/quest swap + recall)
IF: Death
DO: SetState {death}
IF: Always
DO: DoAll
Chat {/a [bella] recalling to jaw dungeon via primary portal}
Chat {/a [bella] equipping quest gear and buffing for jaw dungeon}
Chat {/ub equip load quest.utl}
Chat {/vt opt set enablecombat true}
Chat {/vt opt set enablelooting false}
Chat {/vt opt set enablenav true}