add radiant blood quest and bella recovery
All checks were successful
/ test (push) Successful in 21s
All checks were successful
/ test (push) Successful in 21s
This commit is contained in:
parent
5d7470ee6c
commit
75b468465c
19 changed files with 2076 additions and 69 deletions
25
af/bore.af
25
af/bore.af
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue