if (activeChar.getPvpKills() >= 3000)
{
activeChar.sendMessage("You are now on a killing spree!");
Announcements.getInstance().announceToAll(activeChar.getName() + "Is now on a killing spree!");
activeChar.setHero(true);
}
how i can make it hero until restart ?
i am not sure but this is for the player when he get 3000 in a row or when he gain 3000?
Question
jossoo
hello mxc...
i have this code(copy paste from revenger )
if (activeChar.getPvpKills() >= 3000) { activeChar.sendMessage("You are now on a killing spree!"); Announcements.getInstance().announceToAll(activeChar.getName() + "Is now on a killing spree!"); activeChar.setHero(true); }how i can make it hero until restart ?
i am not sure but this is for the player when he get 3000 in a row or when he gain 3000?
16 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now