update neftet.af with manual changes and rebuild met
All checks were successful
/ test (push) Successful in 27s
All checks were successful
/ test (push) Successful in 27s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
63199f62f3
commit
fe6e15ba60
2 changed files with 23 additions and 11 deletions
10
af/neftet.af
10
af/neftet.af
|
|
@ -127,6 +127,8 @@ STATE: {Default} ~~ {
|
|||
SetState {service_quest_refresh}
|
||||
~~ }
|
||||
STATE: {Hunt} ~~ {
|
||||
IF: Always
|
||||
DO: Chat {/vt opt set enablecombat true}
|
||||
IF: All
|
||||
Expr {getvar[isLeader]}
|
||||
DO: DoAll
|
||||
|
|
@ -1083,13 +1085,13 @@ STATE: {picking_flowers} ~~ {
|
|||
Expr {coordinatedistancewithz[getplayercoordinates[], wobjectgetphysicscoordinates[wobjectfindnearestbyobjectclass[8]]]>getvar[pickupRange]+4}
|
||||
DO: DoAll
|
||||
DoExpr {setvar[ObjectClose, 0]}
|
||||
SetState {Reset}
|
||||
SetState {Hunt}
|
||||
IF: All
|
||||
Expr {getvar[ObjectClose]==1}
|
||||
SecsInStateGE 3
|
||||
ChatMatch {^As the prickly pear is moved, it disturbs a nest of desert wasps!}
|
||||
DO: DoAll
|
||||
DoExpr {setvar[ObjectClose, 0]}
|
||||
SetState {Reset}
|
||||
SetState {Hunt}
|
||||
IF: Death
|
||||
DO: SetState {death}
|
||||
IF: Always
|
||||
|
|
@ -1131,7 +1133,7 @@ STATE: {go_to_start} ~~ {
|
|||
DO: SetState {death}
|
||||
IF: Always
|
||||
DO: DoAll
|
||||
Chat {/vt opt set enablecombat true}
|
||||
Chat {/vt opt set enablecombat false}
|
||||
Chat {/vt opt set enablelooting true}
|
||||
Chat {/vt opt set enablebuffing true}
|
||||
ChatExpr {\/vt nav load +getvar[navWaitFollow]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue