Jump to content

Recommended Posts

Posted

Open :

java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java

 

Find :

                   if (getClan().getReputationScore() > 0) // when your reputation score is 0 or below, the other clan cannot acquire any reputation points

                ((L2PcInstance) killer).getClan().setReputationScore(((L2PcInstance) killer).getClan().getReputationScore() + 2, true);

                   if (((L2PcInstance)killer).getClan().getReputationScore() > 0) // when the opposing sides reputation score is 0 or below, your clans reputation score does not decrease

                    _clan.setReputationScore(_clan.getReputationScore()-2, true);

 

 

Actually where is 2 is the amout of rep points/kill . :)

Change 2 with your number and it is done :P

 

Credits: me

  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock