http://maxcheaters.com/forum/index.php?topic=210118.0
deite to teleuteo post
kanteton ban POSTAREI TO SHARE M APO ALO FORUM TO OPOIO FIX INE SE LIGOUS SERVERS
GAMW TIN POUTANA MOUUUUUUU :@@@@@@@@@@@@@@@@@@@@@@@
BAN , DEKARMA DEN KSERW ELEOS GAMW ELEOS!THA PESOUN PANAGIES....
afou exeis vrei to command, mporeis na pareis tis methods kai na tis epeksergasteis gia na tis efarmoseis se npc. Kaneis new instance kai meta sinexizeis...
If i understood well what you want, you have to create a new itemhandler, then register ofcourse.
For random you have to use the Rnd class and then continue, its simple i think, if you do it one time then you can do it again :D, thats learning
adding a patch manually makes you read this patch. Reading makes you learning, learning makes you to start code, starting coding day to day goes you to advance coding, its annoying?:D
Say2.java:
if (_type == ALL)
{
if (activeChar.getLevel() <= 20 ){
activeChar.sendMessage("You cannot speak at all chat if you are not 20 level");
return;
}
}