l2- / template-plugin

BSD 2-Clause "Simplified" License
7 stars 8 forks source link

fixed changing targets on the same tick as you attack #69

Open crab-pancake opened 1 year ago

crab-pancake commented 1 year ago

Previously used to use the old monster's xp multiplier to predict damage if you changed target on the same tick as your attack.

This change makes the predicted hit stuff run later in the tick so InteractingChanged has a chance to happen first.

(similar thing used to happen with spec counter, so this should work)

l2- commented 1 year ago

I can't seem to reproduce the problem. Is there an easy way to reproduce it?

This would also delay the xp drop by another frame so I'm not sure yet we want this.