Help with pathfinding goals...

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

pepper82

Member
Jan 26, 2017
272
1
18
Hi there,
is there any working way for creating and deleting pathfinding goals?
Currently I am trying it with skStuff but only getting console errors (see this).
So I am wondering if there is another solution or addon that works?

What I am trying to achieve: Make a wither skeleton attack any nearby players , zombies and creepers.

Also, how can I make a wither skeleton's walk speed faster?

Thanks for your help!
 
Hi there,
is there any working way for creating and deleting pathfinding goals?
Currently I am trying it with skStuff but only getting console errors (see this).
So I am wondering if there is another solution or addon that works?

What I am trying to achieve: Make a wither skeleton attack any nearby players , zombies and creepers.

Also, how can I make a wither skeleton's walk speed faster?

Thanks for your help!
Apply speed to them xD
 
Sure but you are not able to control the speed with your suggested method.
I found this to be working just fine:
add "{Attributes:[{Name:""generic.MovementSpeed"",Base:0.3}]}" to nbt of last spawned entity
But pathfinding goals still won't work!
[doublepost=1493465281,1493218682][/doublepost]Anyone?
 
For pathfinder goal, use
code_language.skript:
 add pathfinder goal target nearest zombie to event-entity

In this case, the event-entity would be the wither skeleton. Additionally, add the goals to the other entities/players too.
 
I tried this in an on spawn of - event, but throws console errors, too.
Hope that @TheBukor can reply to this.
 
Status
Not open for further replies.