mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Added wilderness farming patch + goth tool gnome + lletya tool elf spawns
This commit is contained in:
parent
1ae320ecc1
commit
9b18c0ef8c
2 changed files with 9 additions and 0 deletions
|
|
@ -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}"
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue