I need to know what all the hand animations are all called. Since the only two I know are function Expelliarmus::onPreFire(%this, %obj, %slot)
{
//messageAll( 'MsgClient', 'Expelliarmus prefired!!!');
//Parent::onFire(%this, %obj, %slot);
%obj.playthread(2, armattack);
}
and
function Expelliarmus::onStopFire(%this, %obj, %slot)
{
%obj.playthread(2, root);
//messageAll( 'MsgClient', 'stopfire');
}
duelling is fun but doesn't look cool enough to give you the neck tingles.