parent
623196882e
commit
55f0152e3f
2 changed files with 202 additions and 2 deletions
|
|
@ -51,4 +51,30 @@ STATE: {Default}
|
|||
DO: DoAll
|
||||
ChatExpr {\/ub give +getvar[capturegroup_num]+` Encapsulated Spirit to `+getvar[capturegroup_who]}
|
||||
Chat {/a [Encapsulated Spirit] Encapsulated Spirit request fulfilled.}
|
||||
SetState {Default}
|
||||
SetState {Default}
|
||||
IF: All
|
||||
ItemCountGE 0 {Box Of Ten Colosseum Coins}
|
||||
DO: DoAll
|
||||
Chat {/a [Box Of Ten Colosseum Coins] Opening...}
|
||||
SetState {open_boxes}
|
||||
|
||||
STATE: {open_boxes} ~~ {
|
||||
IF: Death
|
||||
DO: SetState {Default}
|
||||
IF: ItemCountGE 1 {Box Of Ten Colosseum Coins}
|
||||
DO: SetState {open_box}
|
||||
IF: ItemCountLE 0 {Box Of Ten Colosseum Coins}
|
||||
DO: DoAll
|
||||
Chat {/a [Box Of Ten Colosseum Coins] Opening stage complete.}
|
||||
SetState {Default}
|
||||
IF: Always
|
||||
DO: SetWatchdog 1 120 {Default}
|
||||
~~ }
|
||||
STATE: {open_box} ~~ {
|
||||
IF: Death
|
||||
DO: SetState {Default}
|
||||
IF: Always
|
||||
DO: DoAll
|
||||
Chat {/ub use Box Of Ten Colosseum Coins}
|
||||
SetState {open_boxes}
|
||||
~~ }
|
||||
Loading…
Add table
Add a link
Reference in a new issue