#87 NPC fear is not implemented

Closed
opened 3 years ago by image · 2 comments
image commented 3 years ago

when NPC is feared stands in place

when NPC is feared stands in place
image referenced this issue from a commit 3 years ago
image commented 3 years ago
Collaborator

If a zone has a .nav available it will use that for fear pathing. Otherwise mob will just stand in place.

If a zone has a .nav available it will use that for fear pathing. Otherwise mob will just stand in place.
image commented 3 years ago
Collaborator

For fear to work on a spell..:

Cast function needs to have:

AddControlEffect(Target, 6) 

Remove function needs to have:

RemoveControlEffect(Target, 6)
For fear to work on a spell..: Cast function needs to have: AddControlEffect(Target, 6) Remove function needs to have: RemoveControlEffect(Target, 6)
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.