drift net fishing: add plugin

This will add a plugin which shows the status of your nets and
highlights any fish you haven't tagged.
This commit is contained in:
dekvall
2020-02-23 23:27:33 +01:00
committed by Adam
parent c7bbb3bb3a
commit 32b98965fe
6 changed files with 636 additions and 1 deletions

View File

@@ -458,7 +458,35 @@ public enum Varbits
* The varbit that stores the oxygen percentage for player
*/
OXYGEN_LEVEL(5811),
/**
* Drift net status
*
* Expected values
* 0 = Unset
* 1 = Set up
* 2 = Caught some fish
* 3 = Full
*/
NORTH_NET_STATUS(5812),
SOUTH_NET_STATUS(5814),
/**
* Drift net catch count
*/
NORTH_NET_CATCH_COUNT(5813),
SOUTH_NET_CATCH_COUNT(5815),
/**
* Drift net collect interface
*
* Expected values:
* 0 = Not open
* 1 = North interface open
* 2 = South interface open
*/
DRIFT_NET_COLLECT(5933),
/**
* Corp beast damage
*/