Zombie Targets Endercrystal

Discussion in 'Plugin Development' started by tiffit, Mar 28, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    tiffit

    I want to make an zombie to go for an endercrystal. I do not want it to use pathfinding, but just try to go strait for the endercrystal. Even if there is a wall in the way, the zombie just walks right into the wall. How would I do this exactly?
     
  2. Offline

    dotcom

  3. Offline

    EpicCraft21

    Well an endercrystal is an entity, so do zombie.setTarget(endercrystal)
     
  4. Offline

    sablednah

    I think it'll try to pathfind to it that way :/

    You'll need to use NMS to do this - and set the target waypoint for the pathfinding to the crystal.
     
Thread Status:
Not open for further replies.

Share This Page