ExclamationHelpJava help

Posts 13 of 3 · Page 1 of 1
Java help
I have some code for a kill aura however I am getting an error on one line of code, error is below along with the code.

Code
6f833f331a49d7b99c782e825959f20b.png
Error
The primitive type int of timedelay does not have a field nextInt

Any help would be greatly appreciated
Get rid of nextInt?

Other than that some things to make kill aura better:

1. Use longs and system time for more dependable kill aura speed.
2. Rather than EntityPlayer have it "if(isTargetable(e))" then make a boolean with the constructor entityLiving e and make it return true if it's a player, mob, or friendly creature based on booleans determining if you should attack the entity type.
3. Use packet 12 instead of 13 as it will cause problems on NC+. Then just use yaw and pitch for the parameters.
4. Have range and the delay speed changeable (chat commands?)
Quote Originally Posted by LordPankake View Post
Get rid of nextInt?

Other than that some things to make kill aura better:

1. Use longs and system time for more dependable kill aura speed.
2. Rather than EntityPlayer have it "if(isTargetable(e))" then make a boolean with the constructor entityLiving e and make it return true if it's a player, mob, or friendly creature based on booleans determining if you should attack the entity type.
3. Use packet 12 instead of 13 as it will cause problems on NC+. Then just use yaw and pitch for the parameters.
4. Have range and the delay speed changeable (chat commands?)
Thanks for all the helpful info, i'll be adjusting the code later. Thanks again
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?