Recent content by luapus

  1. L

    How do I detect who killed a mob when they didn't physically kill it themselves

    I coded some sort of projectile using variables that trigger an explosion when it hits a mob. I want to implement a token system where the player gets a token whenever they kill a mob. However, when the projectile kills a mob with its explosion it doesn't count as the player that fired the...
  2. L

    make mob always know the location of the nearest player

    I haven't tried but I think you can use the select object block and choose to select all players. Then place another select object block and choose filter by distance from the location of the zombie. And then use something from the AI option in entity action to make the zombie agro on the...
  3. L

    How do i create a trail of particles that follow the arrow after i shoot the bow and have it stop when the arrow hits something

    I tried using a "while variable =" block after the "shoot bow event" block and repeatedly create particles at the location of my arrow while the variable = 1. When the arrow hit the ground, the "projectile hit event" block would detect it and change the said variable to 0 which stops the...
Top Bottom