This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from bluebeast247»Peacesform I tried it but it says attacker not defined and I don't know how to solve that please help
Quote from 1x3y5»Change attacker to a also you might wanna change "Player.getEntity()==a" to "a==Player.getEntity()"
Quote from bluebeast247»Thanks a lot it works now I have another question if you can help me it will be great does anyone know how to give a custom sword knockback
Quote from peacestorm» Maybe with Entity.setVelX,Y,Z?
if(Entity.getMobSkin(v)="mob/SkinName.png"){
Entity.setFireTicks(v, 50);
//you can change 50, its how many second you want it to set on fire
}
}
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumif(Entity.getMobSkin(v)=="mob/SkinName.png"&&Player.getEntity()==a){
Entity.setFireTicks(v, 50);
//you can change 50, its how many second you want it to set on fire
}
}
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumSorry I changed it
I have another question if you can help me it will be great does anyone know how to give a custom sword knockback
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumMaybe with Entity.setVelX,Y,Z?
Can you be more especific
-
View User Profile
-
View Posts
-
Send Message
Curse Premium