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?
yes i have some attachments but they are totally disorganized, i added posts i could find that were made after the backup ive got. there still are some left to do.
when ill have the time ill update them.
old thread was locked and i couldnt update the url.
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