Author Topic: Target Players for Projectile direction  (Read 4033 times)

KptnKook

  • Posts: 45
  • Immersive or DIE!!!!!
    • View Profile
Target Players for Projectile direction
« on: August 27, 2013, 02:45:02 AM »
any way to give an projectile shooter the player's coordinates as a target instead of up, down, left, right?

or lets say the boss_death_knight being able to shoot his projectiles in the players direction instead of in a circlespread?

Psyborg

  • Posts: 23
  • Maggot Crusher.
    • View Profile
Re: Target Players for Projectile direction
« Reply #1 on: August 27, 2013, 06:39:40 PM »
I think ProjectileSpewer(s) might be what you want...and also, you can make a seeking projectile like the liches use, I believe.

Myran

  • Developer
  • Posts: 183
    • View Profile
Re: Target Players for Projectile direction
« Reply #2 on: August 27, 2013, 08:18:23 PM »
You could use a tracking tower for it, the one in the project right now tries to use a projectile that doesn't exist, but I attached a copy of it that should work.

KptnKook

  • Posts: 45
  • Immersive or DIE!!!!!
    • View Profile
Re: Target Players for Projectile direction
« Reply #3 on: August 29, 2013, 12:02:49 AM »
thank you! i'll look into it!