Exw paei max 89 kg, magireve kala i gkomena tote mallon, de paizei na me exeis dei gt fb den exw mono insta, 191 mia xara katakefalo mazeveis xontre
@Designatix mlk ontos twra paw toulaxiston 4 fores ti vdomada, pane oi palies kales epoxes
it doesn't need client modifications
this is the code I am using to generate the image above
public String[] getPreview(final L2ItemInstance item)
{
if (item == null)
return null;
final String[] statsStr = new String[_stats.length];
for (int i = 0; i < _stats.length; i++)
statsStr = " ->" + _stats.getAlias() + " +" + String.format("%.2f", _values * _stats.getAugmentMul()); return statsStr; }
place it on L2Augmentation.java
the getAlias method of the Stats class is custom, create it and modify each enum for a better stat representation text to the player or just use toString() it will work just as well