Jump to content
  • 0

[HELP] Some help please :)


Question

Posted

Hello guys,

 

Someone have any idea how can i make clan reputation by PvPs ? or something like that, for l2j interlude.

 

I don't have any idea.

6 answers to this question

Recommended Posts

  • 0
Posted

there are already for clan war .. anyway take the statement from clan war .. :)

 

player.getClan().setReputationScore(player.getClan().getReputationScore() + value, true);

  • 0
Posted

there are already for clan war .. anyway take the statement from clan war .. :)

 

player.getClan().setReputationScore(player.getClan().getReputationScore() + value, true);

 

For exemple if i will put value = 10, someone from clan if will kill someone from other  clan (war) he will take 10 reputation for his clan ?

 

Like: ? now give 100 reputation for 1 kill ;o ?

 

player.getClan().setReputationScore(player.getClan().getReputationScore()+100, true);

 

Cuz i'm confused.

  • 0
Posted

For exemple if i will put value = 10, someone from clan if will kill someone from other  clan (war) he will take 10 reputation for his clan ?

 

Like: ? now give 100 reputation for 1 kill ;o ?

 

player.getClan().setReputationScore(player.getClan().getReputationScore()+100, true);

 

Cuz i'm confused.

yep

Guest
This topic is now closed to further replies.


×
×
  • Create New...