• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Bug: Attacks on the Run

Necros99

Active member
Ranger power "Attacks on the Run" does not appear to be linking to an actual weapon. All my other attack powers will display something like "(+29 vs AC) Ruffling Sting" in the Powers column, and show my individual weapon attack values in the mouse-over pop-up.

Attacks on the Run mouse-over pop-up only shows the description ("3[W] + Strength modifier damage (melee) or 3[W] + Dexterity modifier damage (ranged) per attack. Miss: Half damage per attack.") with no weapon numbers.

I have been looking at various attacks in the ddi_powers file, and for the life of me I cannot figure out what is wrong with Attacks on the Run.
 
I think I found my answer. I noticed the following lines missing from the data group:


<tag group="Attack" tag="attrStr"/>
<tag group="AttackVs" tag="defAC"/>

and the <tag group="AttackType" tag="Melee"/>
should have been <tag group="AttackType" tag="MeleeWep"/>


I guess the download (within last 24 hours) or the original data is corrupted on Compendium.
 
Back
Top