dark5 Posted September 11, 2009 Posted September 11, 2009 I have a error in java with eclipse and don't work :S help me please Quote
0 Nik Posted September 11, 2009 Posted September 11, 2009 maybe you havent imported earthquake? u'd better make a screenshot with the text that explains whats the problem... that red line can mean a lot of things Quote
0 dark5 Posted September 11, 2009 Author Posted September 11, 2009 maybe you havent imported earthquake? u'd better make a screenshot with the text that explains whats the problem... that red line can mean a lot of things I can't create the import :S Quote
0 Nik Posted September 11, 2009 Posted September 11, 2009 what do you mean you cant create the import? -.- why dont u send me the whole file so i can take a better look at the error... Quote
0 dark5 Posted September 11, 2009 Author Posted September 11, 2009 I repair this. =) But I have other problem, the earthquake only can see the killer but other players no, how can i put the earthquake for the other players show the earth quake?? this is the code: sendPacket(new Earthquake(getX(), getY(), getZ(), 3000, 25)); and the pvp kills is the quake pvp system of this forum. help me please Quote
0 Nik Posted September 11, 2009 Posted September 11, 2009 ofc it will send it only to you... try this... Earthquake eq = new Earthquake(player.getX(), player.getY(), player.getZ(), 3000, 25); Broadcast.toAllOnlinePlayers(eq); Quote
0 dark5 Posted September 11, 2009 Author Posted September 11, 2009 ofc it will send it only to you... try this... don't work the others player can't see the earthquake Quote
0 Nik Posted September 11, 2009 Posted September 11, 2009 it should work on theory... thats the same method that is used by the cursed weapons... it should work Quote
0 dark5 Posted September 11, 2009 Author Posted September 11, 2009 it should work on theory... thats the same method that is used by the cursed weapons... it should work I paste your code and the others players even can't show the earthquake, Look this screenshot Quote
0 Nik Posted September 11, 2009 Posted September 11, 2009 you should use both Earthquake eq = new Earthquake(player.getX(), player.getY(), player.getZ(), 3000, 25); Broadcast.toAllOnlinePlayers(eq); not just Broadcast.toAllOnlinePlayers(eq); or maybe i cant just see it defined somewhere? EDIT: nah... thats not the problem... you wouldnt be able to compile it if this is the error... are you sure you have enough killstreaks to call that earthquake? Quote
0 dark5 Posted September 11, 2009 Author Posted September 11, 2009 I re you should use both not just or maybe i cant just see it defined somewhere? EDIT: nah... thats not the problem... you wouldnt be able to compile it if this is the error... are you sure you have enough killstreaks to call that earthquake? the code for all players is sendPacket.toAllOnlinePlayers(new Earthquake(getX(), getY(), getZ(), 15, 10)); ] but i search other code , good I search a code when you get more pvpkills the award for pvp/pk kills multiplier for you reward more items when you have more pvp kills this is the code for reward pvp/pk kills: // Give 4355 200 for a pvp kill addItem("Loot", 4355, 100, this, true); sendMessage("Zas en toda la Boca!! (1 kill more amount =) )"); this code is under to this code: // Add karma to attacker and increase its PK counter setPvpKills(getPvpKills() + 1); quakeSystem++; and this is the code of 10 kills for example: case 10: Announcements.getInstance().announceToAll("" + this.getName()+ " MOoOo0o0oONSTER KILL!! [10]"); sendMessage("10,Ya llevas 10?? parece que esto solo es el principio."); break; Quote
0 Nik Posted September 11, 2009 Posted September 11, 2009 try this (10 kills for example) case 10: Announcements.getInstance().announceToAll("" + this.getName()+ " MOoOo0o0oONSTER KILL!! [10]"); sendMessage("10,Ya llevas 10?? parece que esto solo es el principio."); Earthquake eq = new Earthquake(player.getX(), player.getY(), player.getZ(), 3000, 25); Broadcast.toAllOnlinePlayers(eq); break; sry but i cant be here every minute... im working on 1 system, that i might share it later... cant rly think so much about your problem now... Quote
Question
dark5
I have a error in java with eclipse and don't work :S help me please
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.