">Dont post if u cant help IK I SUCK DICK AT RSPS IM PRO C&P CODER

Ok so i need to add vesta long spec and stat hammer spec i'd of thought it would of been fairly simple I can add the spec

Ok so bgs looks a bit like this

if(playerEquipment[playerWeapon] == 667 && specialAmount > 99){
AttackingOn2.playerLevel[1] -= hitDiff;
AttackingOn2.sendQuest("" + AttackingOn2.playerLevel[0] + "", 4004);
AttackingOn2.sendQuest("" + AttackingOn2.playerLevel[1] + "", 4008);
AttackingOn2.sendQuest("" + AttackingOn2.playerLevel[2] + "", 4006);
AttackingOn2.sendQuest("" + AttackingOn2.playerLevel[4] + "", 4010);
AttackingOn2.sendQuest("" + AttackingOn2.playerLevel[5] + "", 4012);
AttackingOn2.sendQuest("" + AttackingOn2.playerLevel[6] + "", 4014);
setAnimation(406);
specialAmount -= 100;
lastSpecial = System.currentTimeMillis();
specGFX(654);
getHit(10);
specOn = false;
}
And ags like this

if(playerEquipment[playerWeapon] == 35 && specialAmount > 49){
setAnimation(2890);
specialAmount -= 50;
hitDiff = misc.random(playerMaxHit) + misc.random(20) + misc.random(StrPrayer) + misc.random(voidmelee);
specOn = false;
lastSpecial = System.currentTimeMillis();
specGFX(655);
}
Then the other thing i found when searching on how to do this wuz tis

if(playerEquipment[playerWeapon] == 35 && specialAmount > 49){
specialAtkNPC(false, 50, 600, 2890);
npcDamage(30);
specGFX(655);
}
Ye, if someone can post a guide or a little snipet as a reply that'd be awesome and rep++