This commit is contained in:
parent
ffaa35daab
commit
587598a3b3
3 changed files with 187 additions and 140 deletions
|
|
@ -22,6 +22,8 @@ STATE: {Default}
|
|||
DO: DoAll
|
||||
SetOpt {EnableLooting} {false}
|
||||
SetState {no_loot}
|
||||
IF: Always
|
||||
DO: SetWatchdog 10 300 {stuck}
|
||||
|
||||
STATE: {no_loot}
|
||||
IF: SecsInStateGE 30
|
||||
|
|
@ -32,7 +34,13 @@ STATE: {loot}
|
|||
DO: DoAll
|
||||
SetOpt {EnableBuffing} {true}
|
||||
SetState {Default}
|
||||
|
||||
|
||||
STATE: {stuck}
|
||||
IF: Always
|
||||
DO: DoAll
|
||||
Chat {/ub face 270}
|
||||
Chat {/ub jumpw 250}
|
||||
SetState {Default}
|
||||
|
||||
~~ Death: do nothing (meta halts here on death until you intervene)
|
||||
STATE: {Death}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue