Jump to content

[Share]Quake PvP System


Recommended Posts

poli kalo share alla pws ginete px an kapoios kanei killing spree na ginete hero mexri na pesei?(dld hero aura kai skills mono)

 

This is ENGLISH section!

Link to comment
Share on other sites

Kind of bad written.

First of all, don't you think that we have 'overloaded' L2PcInstance?

Trying to extend it with new and cleaner classes would be the best thing to do.

Recently I saw B1ggBoss's share about manual scripts to extend any files without having to touch the 'core' side and/or modify it.

Try using this way to make that code and I am more than sure that:

1) It will become more extensive.

2) It will be clearer and more.. 'well-written'.

 

I hope you will take into consideration all I suggested above.

 

Yours,

Sarpedon.

Link to comment
Share on other sites

  • 1 month later...

i have a nice question

if this cases end. if i kill more there no message. so

if this switch set to zero and count from start after 60 secs

will be better

now how will done this i dont have idea :P

Link to comment
Share on other sites

  • 2 months later...
  • 4 weeks later...

reyhanbjk.

search:

 public boolean doDie(L2Character killer)
{
	// Kill the L2PcInstance
	if (!super.doDie(killer))
		return false;
	if (killer != null)
	{

 

and add:

 public boolean doDie(L2Character killer)
{
	// Kill the L2PcInstance
	if (!super.doDie(killer))
		return false;
	if (killer != null)
	quakeSystem = 0;
	{ 

 

work me so..  ;D

Link to comment
Share on other sites

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...