Reputation system rework.

TODO: Add more proper formulas.
This commit is contained in:
MobiusDev
2015-10-15 21:24:00 +00:00
parent bc513a7c24
commit 1fd489f2c0
46 changed files with 177 additions and 222 deletions

View File

@@ -49,7 +49,6 @@ public class CharSelectInfoPackage
private int _maxMp = 0;
private double _currentMp = 0;
private final int[][] _paperdoll;
private int _karma = 0;
private int _reputation = 0;
private int _pkKills = 0;
private int _pvpKills = 0;
@@ -328,16 +327,6 @@ public class CharSelectInfoPackage
return _paperdoll[Inventory.PAPERDOLL_RHAND][2];
}
public void setKarma(int karma)
{
_karma = karma;
}
public int getKarma()
{
return _karma;
}
public void setReputation(int reputation)
{
_reputation = reputation;