add this in clickingbutton when u click on a special attack
and this in item assisCode:c.getItems().updateSpecialBar();
Code:public void updateSpecialBar() { if(c.usingSpecial) { c.getPA().sendFrame126( ""+(c.specAmount >= 2 ? "@[email protected] P" : "@[email protected] P") +""+(c.specAmount >= 3 ? "@[email protected] E" : "@[email protected] E") +""+(c.specAmount >= 4 ? "@[email protected] C I" : "@[email protected] C I") +""+(c.specAmount >= 5 ? "@[email protected] A L" : "@[email protected] A L") +""+(c.specAmount >= 6 ? "@[email protected] A" : "@[email protected] A") +""+(c.specAmount >= 7 ? "@[email protected] T T" : "@[email protected] T T") +""+(c.specAmount >= 8 ? "@[email protected] A" : "@[email protected] A") +""+(c.specAmount >= 9 ? "@[email protected] C" : "@[email protected] C") +""+(c.specAmount >= 10 ? "@[email protected] K" : "@[email protected] K") , c.specBarId); } else { c.getPA().sendFrame126("@[email protected] P E C I A L A T T A C K", c.specBarId); } }



