1

>>>NEED HELP URGENT<<<

Brevoort43214's Avatar Brevoort432141/31/15 4:40 pm
1 emeralds 374 3
2/10/2015 7:14 pm
Oxtail's Avatar Oxtail
Hello guys, im making an adventure map called Eternal Dawn, and the first boss is going to be called Lamaroth. I have everything set about him (he is a skeleton) but I need a redstone signal sent out when he dies, please help!

I tried /testfor like /testfor @e [11,237,-45,60.type=Skeleton] but it says that its invalid?! Help! PLEASE ;(
Posted by Brevoort43214's Avatar
Brevoort43214
Level 42 : Master Modder
14

Create an account or sign in to comment.

3

1
02/10/2015 7:14 pm
Level 1 : New Explorer
Oxtail
Oxtail's Avatar
Davekillerish is right but you can test for a skeleton with 0 heath within a radius
1
02/02/2015 8:59 am
Level 23 : Expert Nerd
Davekillerish
Davekillerish's Avatar
If he is the first skeleton you fight in the game you could also set a scoreboard to killed entities skeletons and when it hits 1 a signal is sent out with
/testfor @a[score_min_namehere=1]
namehere being the scoreboard value.
and your command is messed up,
" /testfor @e [11,237,-45,60.type=Skeleton]"
1
01/31/2015 7:54 pm
Level 33 : Artisan Engineer
Jmal116
Jmal116's Avatar
If you want to simply testfor when he dies, you can use the name= parameter inside a player selector:testfor @e[name=Lamaroth]
This will output true as long as an entity named Lamaroth is alive. Just invert the output, so that it will only output true when he is dead. Note that in my command, there is no space between @e and in the brackets, like there was in your command. Putting in a space will likely cause it to throw an error.

Another note about the name= parameter, the name can only be one word, with no spaces. There are other ways to testfor mobs with a space in the name involving the scoreboard, but just using name= should serve your purposes.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome