L2JMobius

Shinemaker GetInfo

Her0ic · 3 · 722

Online Her0ic

  • Heir
  • **
    • Posts: 28
I would like to retrieve the player's Sword Resist.

With the entire collection, it says 0.20300001.

Do I need a multiplier or am I doing something wrong?

Code: [Select]
StringBuilder html = new StringBuilder();
html.append("<html><body>");
html.append("<h1>Karakter Stats</h1>");
html.append("<table align=center border=1 width=300><tbody>");
html.append("<tr>");
html.append("<td>Sword Resistance:</td>");
html.append("<td>").append(player.getStat().getDefenceTrait(TraitType.SWORD)).append("</td>");

html.append("</tr></tbody></table></body></html>");

return html.toString();




Online Her0ic

  • Heir
  • **
    • Posts: 28
You are god :D


i have 5,3% Sword Resis + 15 All Weapon Resis = 20,3