GsL Posted September 21, 2012 Posted September 21, 2012 As i say when 2 clan have war when some1 kill 1 war get more than 1 repu point exist 1 guide but i cant find it..
0 DONALD TRUMP 2016 Posted September 21, 2012 Posted September 21, 2012 l2 pc instance is where it's found
0 GsL Posted September 21, 2012 Author Posted September 21, 2012 if (!(isInsideZone(ZONE_PVP) && !isInsideZone(ZONE_SIEGE))) { if ((pk != null) && pk.getClan() != null && getClan() != null && !isAcademyMember() && !pk.isAcademyMember() && _clan.isAtWarWith(pk.getClanId()) && pk.getClan().isAtWarWith(_clan.getClanId())) { if (getClan().getReputationScore() > 0) { pk.getClan().setReputationScore(((L2PcInstance) killer).getClan().getReputationScore() + 2, true); } if (pk.getClan().getReputationScore() > 0) { _clan.setReputationScore(_clan.getReputationScore() - 2, true); } } i find this? i change this?? or is other code?
0 Trance Posted September 21, 2012 Posted September 21, 2012 if (!(isInsideZone(ZONE_PVP) && !isInsideZone(ZONE_SIEGE))) { if ((pk != null) && pk.getClan() != null && getClan() != null && !isAcademyMember() && !pk.isAcademyMember() && _clan.isAtWarWith(pk.getClanId()) && pk.getClan().isAtWarWith(_clan.getClanId())) { if (getClan().getReputationScore() > 0) { pk.getClan().setReputationScore(((L2PcInstance) killer).getClan().getReputationScore() + 2, true); } if (pk.getClan().getReputationScore() > 0) { _clan.setReputationScore(_clan.getReputationScore() - 2, true); } } i find this? i change this?? or is other code? Exactly. pk.getClan().setReputationScore(((L2PcInstance) killer).getClan().getReputationScore() + 2, true);
0 GsL Posted September 22, 2012 Author Posted September 22, 2012 Exactly. pk.getClan().setReputationScore(((L2PcInstance) killer).getClan().getReputationScore() + 2, true); ok man i change it !! thanks a lot!! Exist a guide and it say how u change it some1 add this to answered questions maybe other ppl need it.
0 Fanky Posted September 22, 2012 Posted September 22, 2012 ok man i change it !! thanks a lot!! locked
Question
GsL
As i say when 2 clan have war when some1 kill 1 war get more than 1 repu point
exist 1 guide but i cant find it..
5 answers to this question
Recommended Posts