Skip to content

Rewrite Dragon Axe Special Attack

Swizey requested to merge Swizey/2009scape:fix-clobber-spec into master

The previous Dragon Axe special attack was accurate to OSRS, not 2009 RuneScape. The authentic special attack is a combat-only attack that reduces the targets Magic and Defense by the amount that it hits. This change corrects the special attack.

This change adds a config option to toggle whether the old OSRS special attack is used, or the new 2009-authentic one is used. The authentic one is used by default, but the config option dragon_axe_use_osrs_spec = true can be added under the [world] heading in the server config file to use the OSRS one instead.


Sources:


Are there any tricky things testers should keep an eye out for?

  • No
  • Yes, as follows: There are two specs available for the Dragon Axe, the authentic 2009 one, and the OSRS one. These can be toggled by the server config option described above.

  • I have tested these changes thoroughly.

  • This requires extra testing due to changes to architecture or other similarly risky changes.

  • I used the Thanos Tool for any JSON edits where possible, and have attached screenshots of any changes.

  • I acknowledge that this contribution will be released under the AGPL license.

Edited by Swizey

Merge request reports