dark5 Posted September 10, 2009 Posted September 10, 2009 how i can put a X level of earthquake when this occurs: case 5: Announcements.getInstance().announceToAll("" + this.getName()+ " ULTRAKILL!! [5]"); sendMessage("Oo 5,aprovecha que aun estas a salvo"); break; and other level of earthquake for other, for example this: case 10: Announcements.getInstance().announceToAll("" + this.getName()+ " MOoOo0o0oONSTER KILL!! [10]"); sendMessage("10,Ya llevas 10?? parece que esto solo es el principio."); break; I search a code for assign the level of earthquake for PvP kills in java.
0 WizZy™ Posted September 10, 2009 Posted September 10, 2009 Mabey learn java ,how to compile? its added in new rules now... And i guess you don't know a shit from eclipse or so. Thats why.. locked. There are a shit of guides ,dudes!
0 Horus Posted September 10, 2009 Posted September 10, 2009 dark5 although Leeroy is right, here is what you need: sendPacket(new Earthquake(getX(), getY(), getZ(), 5, 10)); (X,Y,Z, intensity, duration). Please follow the rules next time. Thread Closed. Reason: Answer has been Provided;
Question
dark5
how i can put a X level of earthquake when this occurs:
case 5:
Announcements.getInstance().announceToAll("" + this.getName()+ " ULTRAKILL!! [5]");
sendMessage("Oo 5,aprovecha que aun estas a salvo");
break;
and other level of earthquake for other, for example this:
case 10:
Announcements.getInstance().announceToAll("" + this.getName()+ " MOoOo0o0oONSTER KILL!! [10]");
sendMessage("10,Ya llevas 10?? parece que esto solo es el principio.");
break;
I search a code for assign the level of earthquake for PvP kills in java.
2 answers to this question
Recommended Posts