Hello Members OF Mxc!!Well i wanna change a little bit of The Code i have in the link belowe!!!But i am newbie in java and trying my best!!!
http://maxcheaters.com/forum/index.php?topic=78071.0
I wroted the below One!!
switch(quakeSystem) {
case 1:
Announcements.getInstance().announceToAll("" + this.getName()+ " is getting warm !");
this.sendPacket(new PlaySound(1, "prepare", 0, 0, 0, 0, 0));
this.useSkill(721);
break;
case 5:
Announcements.getInstance().announceToAll("" + this.getName()+ " is on a KiLlinG SsPReEEeEeeeEEE!");
this.sendPacket(new PlaySound(1, "killingspree", 0, 0, 0, 0, 0));
this.useSkill(721);
break;
case 10:
and it keep goinh!! blabla!!
Thats my error.... Anyone Help Plz.. Thnx!! :P
D:\Alex\workspace\Spree_Sv\L2J_Server\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5684: cannot find symbol
[javac] symbol : method useSkill(int)
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] this.useSkill(721);
[javac] ^