Page 1 of 1

Shooting while moving

Posted: Sun Dec 21, 2008 3:50 am
by Asgy
Hello. Im looking for the lines that would describe if my char is moving or runing. I would like to make a archer class allowing him to shoot arrows while moving. Can anyone help me with this? Or if there already is such package please post a link.

Pol97

Re: Shooting while moving

Posted: Sun Dec 21, 2008 5:10 am
by Pierce
From core-changes POL98beta-2008-12-08:
Added: new privilages:
"firewhilemoving" : swingtimer will not be reset if char is moving with projectile weapon
You need the Pol 98 core and then simple grant and enable the firewhilemoving priv on the character ;)

Code: Select all

GrantPrivilege(character, "firewhilemoving");
character.enable("firewhilemoving");