Skretzo / runelite-plugins

BSD 2-Clause "Simplified" License
5 stars 10 forks source link

Combat roll - defensive range roll correct? #24

Closed notCascar closed 1 year ago

notCascar commented 1 year ago

Is it correct that the DEFENSIVE_RANGED roll takes the ranged level, rather than the defence level? I thought only magic defence was calculated differently?

For ref here: https://github.com/Skretzo/runelite-plugins/blob/combat-roll/src/main/java/com/combatroll/CombatRollPlugin.java#L221

Skretzo commented 1 year ago

You are correct, this was a mistake. I have now changed the ranged defence roll to use the defence level instead of the ranged level. The update will be live in the client in a week or two once it has been reviewed by the RuneLite developers (edit: the changes are now live in the client).