Disable combat/loot in Default, enable combat in HuntLictor, disable on head pickup
All checks were successful
/ test (push) Successful in 30s

This commit is contained in:
Erik 2026-06-09 22:06:10 +02:00
parent fa89554a42
commit 5bf4522c2f
2 changed files with 44 additions and 4 deletions

View file

@ -18,7 +18,10 @@ STATE: {Default}
IF: Death
DO: SetState {Death}
IF: Always
DO: SetState {GoToJondor}
DO: DoAll
Chat {/vt opt set enablecombat false}
Chat {/vt opt set lootrarecorpsesonly false}
SetState {GoToJondor}
~~ Step 1: Travel to Zaikhal and talk to Jondor Torgren
STATE: {GoToJondor}
@ -63,9 +66,12 @@ STATE: {HuntLictor}
IF: Death
DO: SetState {Death}
IF: ItemCountGE 1 {Blight Lictor's Head}
DO: SetState {GiveHead}
DO: DoAll
Chat {/vt opt set enablecombat false}
SetState {GiveHead}
IF: Always
DO: DoAll
Chat {/vt opt set enablecombat true}
Chat {/vt nav load nav_lictorhead}
SetWatchdog 10.0 600.0 {Stuck}