Jump to content
  • 0

[other]why this error in java ?? :S


Question

11 answers to this question

Recommended Posts

  • 0
Posted

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

  • 0
Posted

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

  • 0
Posted

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

  • 0
Posted

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);

  • 0
Posted

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 pqpu.th.png

  • 0
Posted

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?

  • 0
Posted

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;

  • 0
Posted

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...

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...