How to make a Zombie shoot arrows instead of Melee Attacking?

Discussion in 'Plugin Development' started by Acer_Mortem, Aug 31, 2014.

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

    Acer_Mortem

  2. Offline

    Dudemister1999

    Personally, I would create the zombie with the normal code, but have it extend EntitySkeleton and override the necessary methods. The only issue is Zombies have some code Skeletons do not, and vice versa. It all depends on what exactly you need.
     
    TheMintyMate likes this.
  3. Offline

    mine-care

    I would try launching an arrow the direction of a zombi so somehow with zombie or living entity class get the direction of the zombie and launch a arrow
     
Thread Status:
Not open for further replies.

Share This Page