Fireball, dont change direction on hit

Discussion in 'Plugin Development' started by KittyKatt, Feb 7, 2013.

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

    KittyKatt

    Is there a way to stop Fireballs to change direction when you hit them?
    I tried checking EntityDamageEvent and EntityDamageByEntityEvent but didnt work.
     
  2. Offline

    chasechocolate

  3. Offline

    KittyKatt

    Aww lol, thanks!

    I think its a bug, I can still hit the fireball and it will change direction.
     
  4. Offline

    KittyKatt

    Code:
    fireball.setBounce(false);
    That doesnt work, players can still hit on the fireball and it will change direction. Anyone know what event is triggered when a player hits a fireball?
     
  5. Offline

    KittyKatt

    Still cant figure this out.. also is there a way to stop players from flying away when fireballs explode, but still take damage?
     
Thread Status:
Not open for further replies.

Share This Page