combat level plugin: use script events for attack level range hook

This commit is contained in:
Adam
2020-04-26 12:59:01 -04:00
parent 62e05610a0
commit a20ae62995
4 changed files with 11 additions and 131 deletions

View File

@@ -274,4 +274,10 @@ public final class ScriptID
*/
@ScriptArguments(integer = 16)
public static final int BANKMAIN_SEARCH_REFRESH = 283;
/**
* Called to update the PVP widget (wilderness level/protection)
*/
@ScriptArguments(integer = 3)
public static final int PVP_WIDGET_BUILDER = 388;
}