View Single Post
  #11  
Old 04-24-2009, 02:25 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default Arrow

For archery, the archery animation works, but the arrow animation doesn't show. I do see the arrow in the Titanium client so maybe the SoF client doesn't recognize the SendItemAnimation()? Code from special_attacks.cpp:
Code:
void Client::RangedAttack(Mob* other) {
...
	DoAnim(animShootBow);
	SendItemAnimation(target, AmmoItem);
...
}
Reply With Quote