DominiQue Posted January 1, 2010 Posted January 1, 2010 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
+cs.tribal Posted August 7, 2010 Posted August 7, 2010 really nice and useful for a pvp server! i could give you +1 for the idea but we dont give karma for some lines!
eKo Posted August 8, 2010 Posted August 8, 2010 well,might be usefull for some People. But i would not realy call it a Guide ^^
Spidey* Posted August 8, 2010 Posted August 8, 2010 Very nice share and very usefull... may i make it Configurable thanks for the idea
mfausb Posted August 8, 2010 Posted August 8, 2010 Isnt there a standard config option in every emulator for that?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now