forked from runelite/runelite
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attack styles: use client enum for looking up weapon attack styles
enum_3098 maps from weapon type -> enum of attack style -> struct Use this enum to pull our the attack styles. The current styles are: [Casting, Aggressive, Ranging, Longrange, Defensive, Controlled, Accurate, Other]. Defensive is used for defensive casting, Other seems to be for no style.
- Loading branch information
Showing
6 changed files
with
155 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
102 changes: 0 additions & 102 deletions
102
runelite-client/src/main/java/net/runelite/client/plugins/attackstyles/WeaponType.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.