Fixed lifestone level to player level table.
This commit is contained in:
parent
07d6b9e74d
commit
f603938c09
@ -69,7 +69,6 @@ public abstract class AbstractRefinePacket extends L2GameClientPacket
|
||||
82,
|
||||
84,
|
||||
85,
|
||||
86,
|
||||
95,
|
||||
99
|
||||
};
|
||||
@ -195,29 +194,29 @@ public abstract class AbstractRefinePacket extends L2GameClientPacket
|
||||
_lifeStones.put(16163, new LifeStone(GRADE_TOP, 13));
|
||||
_lifeStones.put(16177, new LifeStone(GRADE_ACC, 13));
|
||||
|
||||
_lifeStones.put(16164, new LifeStone(GRADE_NONE, 14));
|
||||
_lifeStones.put(16165, new LifeStone(GRADE_MID, 14));
|
||||
_lifeStones.put(16166, new LifeStone(GRADE_HIGH, 14));
|
||||
_lifeStones.put(16167, new LifeStone(GRADE_TOP, 14));
|
||||
_lifeStones.put(16178, new LifeStone(GRADE_ACC, 14));
|
||||
_lifeStones.put(16164, new LifeStone(GRADE_NONE, 13));
|
||||
_lifeStones.put(16165, new LifeStone(GRADE_MID, 13));
|
||||
_lifeStones.put(16166, new LifeStone(GRADE_HIGH, 13));
|
||||
_lifeStones.put(16167, new LifeStone(GRADE_TOP, 13));
|
||||
_lifeStones.put(16178, new LifeStone(GRADE_ACC, 13));
|
||||
|
||||
_lifeStones.put(18563, new LifeStone(GRADE_NONE, 15));
|
||||
_lifeStones.put(18564, new LifeStone(GRADE_MID, 15));
|
||||
_lifeStones.put(18565, new LifeStone(GRADE_HIGH, 15));
|
||||
_lifeStones.put(18566, new LifeStone(GRADE_TOP, 15));
|
||||
_lifeStones.put(19166, new LifeStone(GRADE_ACC, 15));
|
||||
_lifeStones.put(18563, new LifeStone(GRADE_NONE, 13));
|
||||
_lifeStones.put(18564, new LifeStone(GRADE_MID, 13));
|
||||
_lifeStones.put(18565, new LifeStone(GRADE_HIGH, 13));
|
||||
_lifeStones.put(18566, new LifeStone(GRADE_TOP, 13));
|
||||
_lifeStones.put(19166, new LifeStone(GRADE_ACC, 13));
|
||||
|
||||
_lifeStones.put(18568, new LifeStone(GRADE_NONE, 16));
|
||||
_lifeStones.put(18569, new LifeStone(GRADE_MID, 16));
|
||||
_lifeStones.put(18570, new LifeStone(GRADE_HIGH, 16));
|
||||
_lifeStones.put(18571, new LifeStone(GRADE_TOP, 16));
|
||||
_lifeStones.put(19167, new LifeStone(GRADE_ACC, 16));
|
||||
_lifeStones.put(18568, new LifeStone(GRADE_NONE, 14));
|
||||
_lifeStones.put(18569, new LifeStone(GRADE_MID, 14));
|
||||
_lifeStones.put(18570, new LifeStone(GRADE_HIGH, 14));
|
||||
_lifeStones.put(18571, new LifeStone(GRADE_TOP, 14));
|
||||
_lifeStones.put(19167, new LifeStone(GRADE_ACC, 14));
|
||||
|
||||
_lifeStones.put(18573, new LifeStone(GRADE_NONE, 17));
|
||||
_lifeStones.put(18574, new LifeStone(GRADE_MID, 17));
|
||||
_lifeStones.put(18575, new LifeStone(GRADE_HIGH, 17));
|
||||
_lifeStones.put(18576, new LifeStone(GRADE_TOP, 17));
|
||||
_lifeStones.put(19168, new LifeStone(GRADE_ACC, 17));
|
||||
_lifeStones.put(18573, new LifeStone(GRADE_NONE, 15));
|
||||
_lifeStones.put(18574, new LifeStone(GRADE_MID, 15));
|
||||
_lifeStones.put(18575, new LifeStone(GRADE_HIGH, 15));
|
||||
_lifeStones.put(18576, new LifeStone(GRADE_TOP, 15));
|
||||
_lifeStones.put(19168, new LifeStone(GRADE_ACC, 15));
|
||||
}
|
||||
|
||||
protected static final LifeStone getLifeStone(int itemId)
|
||||
|
Loading…
Reference in New Issue
Block a user