Files
2009scape/Server/data/configs/varbit_definitions.json
vddcore 1077459979 Added ability to define custom varbits via JSON
Fixed the bank note/unnote and insert/swap toggle buttons not persisting between logins
2022-07-07 07:37:21 +00:00

19 lines
267 B
JSON

[
{
"description": "Bank insert mode",
"varpId": "304",
"varbitId": "7000",
"startBit": "0",
"endBit": "0"
},
{
"description": "Bank note mode",
"varpId": "115",
"varbitId": "7001",
"startBit": "0",
"endBit": "0"
}
]