OpenOSRS plugin that consecutively highlights knock-out option upon failure.
This plugin is old and has not been ported to the newer design style introduced to OpenOSRS during the external plugins rework. It can be installed by copying the compiled jar found in build/libs
to the plugins
folder in the .openosrs
directory.
Assuming .openosrs
is located in the user profile:
mkdir %UserProfiles%/.openosrs/plugins
copy build/libs/{JAR_NAME} %UserProfile%/.openosrs/plugins
Assuming .openosrs
is located in the home directory:
make install
Of course, {JAR_NAME}
should be replaced with the compiled jar's file name found under build/libs
.