Projectiles (ie Arrows) fired from an archery attacks will do damage upon

actually hitting the target, instead of instantly when fired. Consistent
with live.

Optional SQL added to disable this.

Throwing will be implemented in a future update.
This commit is contained in:
KayenEQ
2014-11-27 22:12:13 -05:00
parent 4e3842b9d8
commit 191aa575f8
8 changed files with 323 additions and 126 deletions
@@ -0,0 +1 @@
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Combat:ProjectileDmgOnImpact', 'true', 'If enabled, projectiles (ie arrows) will hit on impact, instead of instantly.');