Maetrim / DDOBuilder

Maetrims DDO character Planner. Uses XML file formats
88 stars 31 forks source link

(fix provided) War Soul and Sacred fist favored weapon stance calls #744

Closed YoureNotDead closed 9 months ago

YoureNotDead commented 9 months ago

This is a bit of a long one since a chain of enhancements are broken, but are all fixed the same way. All mentioned enhancements are calling for <Stance>FavoredWeapon</Stance> but need to call for <AnyOfStance>Favored Weapon</AnyOfStance> to apply correctly.

Due to the length of the code and amount of fixes I will attach them in a document so they are more organized and easy to read!

War Soul: Righteous Weapons I-IV and Sacred Fist: Sacred Strike I-V

fixes.txt

YoureNotDead commented 9 months ago

Looking more into this issue, ALL favored weapon stances are failing to pull correctly, if possible using a REPLACE function in Enhancements.xml would be the fastest solution. Replace <Stance>FavoredWeapon</Stance> with <Stance>Favored Weapon</Stance> OR <AnyOfStance>Favored Weapon</AnyOfStance>

Maetrim commented 9 months ago

This has been fixed for the next release.