add radiant blood quest and bella recovery
All checks were successful
/ test (push) Successful in 21s

This commit is contained in:
Erik 2026-03-13 19:44:02 +01:00
parent 5d7470ee6c
commit 75b468465c
19 changed files with 2076 additions and 69 deletions

View file

@ -502,16 +502,37 @@ STATE: {service_bella_mp_secondary} ~~ {
SetState {service_bella_start}
IF: ExitPortal
DO: DoAll
DoExpr {setvar[bellaMpSecondaryAttempts, 0]}
Chat {/vt opt set enablecombat true}
Chat {/vt nav load to_bella}
SetState {service_bella_kill_bella}
IF: SecsInStateGE 60
DO: SetState {service_bella_start}
~~ }
STATE: {service_bella_kill_bella} ~~ {
STATE: {service_bella_secondary_recovery} ~~ {
IF: Death
DO: SetState {death}
IF: Always
DO: Chat {/vt opt set enablenav false}
IF: Expr {getvar[bellaMpSecondaryAttempts]>=3}
DO: SetState {service_bella_backoff}
IF: SecsInStateGE 20
DO: DoAll
DoExpr {setvar[bellaMpSecondaryAttempts,getvar[bellaMpSecondaryAttempts]+1]}
Chat {/vt opt set enablenav true}
Chat {/vt nav load nav_portal_recall}
IF: All
SecsInStateGE 30
NavEmpty
Expr {getplayerlandblock[]==5636096}
DO: DoAll
Chat {/vt nav load to_bella}
SetState {service_bella_kill_bella}
IF: SecsInStateGE 120
DO: SetState {service_bella_backoff}
~~ }
STATE: {service_bella_kill_bella} ~~ {
IF: Death
DO: SetState {service_bella_secondary_recovery}
IF: All
Expr {getplayerlandblock[]!=5636096}
SecsInStateGE 30