Updates to weapon templates whilst in combat are not applied to damage. #845
Labels
No Label
area
blabot
area
client
area
encounters
area
launcher
area
missions
area
npc-behavior
area
performance
area
portal
area
rdb
priority
1
priority
2
priority
3
priority
4
shadowlands
state
cant-reproduce
state
duplicate
state
fixed
state
new
state
unrefined
state
wontfix
type
bug
type
enhancement
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: prk/issues#845
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
For weapon templates that have a malleable damage profile, or, if playing a profession that has access in-combat skill increases such as drains or short-term buffs, the updated skill figure is not reflected in the output of the weapon. And example of this would be using a drain and the MA template changing from QL74 to QL77, this should result in an immediate change in the damage output of the weapon, however, this only occurs if the player cycles combat stance with Q > Q, suggesting the template is snapshotted upon entering that stance. This appears to only affect the weapon template, any +dmg buffs on the player are accurately reflected.
To Reproduce
Steps to reproduce the behavior:
.set martialarts 150
.set criticalincrease 300
.set life 99999999
.set health 99999999
.weapon
now hit the target with a Drain..weapon
again, note the change in MA weapon QL and how the damage profile does not update to reflect the change in weapon.Expected behavior
Weapon damage should be dynamically updated to reflect changes in skill/AR
Screenshots
After stopping and starting combat:
Retested following internal changes applied by the Absorbs fixes in #873. Confirmed that it is now solved. Closing as fixed as of 10/09/2024.
This appears to have returned. Using MA and increasing MA skill mid combat doesn't result in an update to damage from template change until you cycle combat.
Disregard, further testing shows the fix is still in play.