Fireballs being buggy :/ can't seem to get around it.

Discussion in 'Plugin Development' started by RjSowden, Apr 2, 2012.

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

    RjSowden

    Okay, so in two of my plugins, I've got a fireball spawned. In both, the fireball keeps appearing, then disappearing, then appearing (in a different location), then not being on fire, then disappearing ect... and it looks terrible. i'm using
    Code:
    Fireball fb = subject.getWorld().spawn(location, Fireball.class);
        fb.setFireTicks(9999999);
        fb.setIsIncendiary(true);
    to spawn it. location has an x,y and z coordinate, as well as the pitch and yaw in it, and it still doesn't fly right. Anyone else had this problem, or can help me fix it? thanks!
     
  2. it also happen whit fireballs fired from dispensers, so I asume its an craftbukkti bug
     
  3. Offline

    Taco

    Set the shooter and it should work fine. I had this same issue myself.
     
  4. Offline

    RjSowden

    Still laggy...
     
Thread Status:
Not open for further replies.

Share This Page