Author Topic: [PI] Good ::yell command  (Read 1485 times)

Offline brandon

  • Veteran
  • Dragon Member
  • *
  • Posts: 240
  • Rep 12
    • View Profile
Re: [PI] Good ::yell command
« on: March 11, 2011, 12:21:48 am »
U say the special bar is there? Thenhave you tried adding the special attack itself to the combatAssistant?

Yep. Here it is.
Code: [Select]
case 13902: //statius hammer
c.startAnimation(2062);
c.gfx100(1223);
c.specAccuracy = 1.1;
c.specDamage = 1.25;
c.hitDelay = getHitDelay(c.getItems().getItemName(c.playerEquipment[c.playerWeapon]).toLowerCase());
c.specEffect = 5;
break;