Jump to content

[Guide][L2j] More than 2 rep points per kill


Recommended Posts

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

Link to comment
Share on other sites

  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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