what did you do?
Go to ItemAssist.java and search.
case 4153: // gmaul
Change it to this.
case 4153: // gmaul
case 13902:
c.getPA().sendFrame171(0, 7474);
specialAmount(weapon, c.specAmount, 7486);
break;Then go to ClickingButtons.java and search.
case 29038:
Change it to this.
case 29038:
c.specBarId = 7486;
c.usingSpecial = !c.usingSpecial;
c.getItems().updateSpecialBar();
break;That should do it. If not just say something and here is the special for it.
Client sided. Go to Animation.java and add.
if(j == 6505) {
int file = 500;
if(FrameStart[file] < 1)
Class36.methodCustomAnimations(false, file);
int[] frames = {92,20,81,21,30,25,65,70,87,120,53,75,7,24,161,133,37,143,50,119,92,0};
int[] delays = {3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,3,3,3,3,0};
anims[j].anInt352 = frames.length-1;
anims[j].anIntArray353 = new int[frames.length-1];
anims[j].anIntArray354 = new int[frames.length-1];
anims[j].anIntArray355 = new int[frames.length-1];
for(int i2 = 0; i2 < frames.length-1; i2++) {
anims[j].anIntArray353[i2] = frames[i2]+FrameStart[file];
anims[j].anIntArray354[i2] = -1;
anims[j].anIntArray355[i2] = delays[i2];
}
}Then add this Animation to your Cache/Data/ Folder.
http://www.mediafire.com/?e0ck6uw5o9p26j4That should do it, then just go to CombatAssist.java and search.
case 13902:
And change the Statius's Warhammer special to 6505.
That should be it. Any issue's just ask.