Why such words while it's not true ? Or I'm so tired || blind and I don't see some folders, like voicedcommands :happyforever:
It's so obvious, but still :D
Also, this made my day a bit :D Noblesse manager instance.
player.setNoble(!player.isNoble());
Looks like c/p from //setnoble command.. It's good for switch on/off, but still it does it's job. However simple
player.setNoble(true);
would be better and that's the correct way. :D
It's just organizing imports. Basically, you would have to change several methods (as I remember) :P
You can take a look at this, it's interlude version with bug fixes.
http://www.maxcheaters.com/topic/167407-services-npc/
lol'ed
Dat.. Just decrease the usage of ram. Edit the startgameserver - right click on it, edit and change Xmx. Set it to 1024, if still error decrease it to 512.
java -Xmx1024m
The next line after VM error, no idea. No jdk or caused by 1st error. :o
1 & 3 is shared, just search. :P
About 2, I don't have a clue what you mean by that. Also, like xdem said, none will just share the code like that, nor search it for you.
http://www.maxcheaters.com/topic/166364-league-of-legends-multikill-announcer-with-sounds-from-lol-announcer/
lock dat one, the author decided to remove the code, so lock it to avoid useless spam.
I got the code on my pc, but since xdem removed it, I guess it would be unfair if I share with ya :P
Anyway, you got the sounds so you can easily use killing spree system and just play the sound
PlaySound _snd = new PlaySound(1, "enemydown", 0, 0, 0, 0, 0);
sendPacket(_snd);
Wrong, by this he won't have the GM access on the character. It's just account, so for example you can set server GMOnly and you will be able to log in while others (w/o gm account) don't.
Look at my 1st reply.