Shooting while moving

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.
Post Reply
Asgy
New User
Posts: 1
Joined: Sun Dec 21, 2008 3:31 am

Shooting while moving

Post 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
Pierce
Forum Regular
Posts: 420
Joined: Thu Feb 02, 2006 8:33 am

Re: Shooting while moving

Post 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");
Post Reply