Jump to content
  • 0

Clan reputacion HELP


Question

1 answer to this question

Recommended Posts

  • 0
Posted

Reputation is given when an academician finishes his 1st class and go to 2nd.

 

public void setClassId(int Id), in L2PcInstance.

 

You got that section :

 

if(getLvlJoinedAcademy() <= 16)

_clan.addReputationScore(400, true);

            else if(getLvlJoinedAcademy() >= 39)

            _clan.addReputationScore(170, true);

            else

            _clan.addReputationScore((400-(getLvlJoinedAcademy()-16)*10), true);

 

If that works in a different way, it's custom or Lineage 2 has changed since IL (that's possible, so far...).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

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