Added wilderness farming patch + goth tool gnome + lletya tool elf spawns

This commit is contained in:
Ceikry 2021-03-08 20:28:17 -06:00
parent 1ae320ecc1
commit 9b18c0ef8c
2 changed files with 9 additions and 0 deletions

View file

@ -10534,6 +10534,14 @@
{
"npc_id": "5980",
"loc_data": "{1775,4979,0,0,0}"
},
{
"npc_id": "8000",
"loc_data": "{2987,3691,0,0,3}"
},
{
"npc_id": "2861",
"loc_data": "{2347,3165,0,0,3}"
}
]

View file

@ -30,6 +30,7 @@ enum class FarmingPatch(val varpIndex: Int, val varpOffset: Int, val type: Patch
CATHERBY_FLOWER_C(508,8,PatchType.FLOWER),
ARDOUGNE_FLOWER_C(508,16,PatchType.FLOWER),
PORT_PHAS_FLOWER_C(508,24,PatchType.FLOWER),
WILDERNESS_FLOWER(1183,12,PatchType.FLOWER),
//Tree
N_FALADOR_TREE(502,8,PatchType.TREE),