An important note regarding the spawning of graveyards on map 1.
Because of the way in which this script detects graveyards and cemetaries (by region name) and because these areas are not named in the sphere_map1.scp file they will not spawn.
I order to spawn them as graveyards and cemetaries you must add the regions into the sphere_map1.scp
To do this is simply to search for them in sphere_map0.scp and copy them over, remembering to change the map plane co-ordinates from 0 to 1 when saving them in the sphere_map1.scp file.
Code:
[AREADEF a_yew_graveyard_2]
EVENTS=r_default,r_default_rock,r_default_water,r_default_tree,r_default_grass
NAME=Yew Graveyard
GROUP=Yew
FLAGS=REGION_FLAG_NOBUILDING
P=724,1134,0,1
RECT=711,1103,736,1136,1
[AREADEF a_cove_graveyard_2]
EVENTS=r_default,r_default_rock,r_default_water,r_default_tree,r_default_grass
NAME=Cove Graveyard
GROUP=Cove
P=2442,1117,8,1
RECT=2423,1098,2455,1120,1
RECT=2431,1080,2455,1099,1
[AREADEF a_britain_graveyard_2]
EVENTS=r_default,r_default_rock,r_default_water,r_default_tree,r_default_grass
NAME=Britain Graveyard
GROUP=Britain
FLAGS=REGION_FLAG_NOBUILDING
P=1384,1492,10,1
RECT=1336,1443,1391,1494,1
RECT=1336,1494,1376,1511,1
[AREADEF a_vesper_cemetary_2]
EVENTS=r_default,r_default_rock,r_default_water,r_default_tree,r_default_grass
NAME=Vesper Cemetary
GROUP=Vesper
FLAGS=REGION_FLAG_NOBUILDING
P=2781,867,0,1
RECT=2727,839,2785,896,1
[AREADEF a_nujelm_cemetary_2]
EVENTS=r_default,r_default_rock,r_default_water,r_default_tree,r_default_grass
NAME=Nujel'm Cemetary
GROUP=Nujel'm
FLAGS=REGION_FLAG_NOBUILDING
P=3536,1151,20,1
RECT=3502,1139,3532,1163,1
RECT=3530,1142,3553,1152,1
RECT=3530,1127,3543,1143,1
RECT=3517,1121,3540,1140,1
[AREADEF a_moonglow_cemetary_2]
EVENTS=r_default,r_default_rock,r_default_water,r_default_tree,r_default_grass
NAME=Moonglow Cemetary
GROUP=Moonglow
FLAGS=REGION_FLAG_NOBUILDING
P=4546,1333,8,1
RECT=4527,1313,4558,1336,1
RECT=4535,1296,4558,1313,1
[ROOMDEF a_jhelom_cemetary_2]
EVENTS=r_default,r_default_rock,r_default_water,r_default_tree,r_default_grass
NAME=Jhelom Cemetary
GROUP=Jhelom
FLAGS=REGION_FLAG_NOBUILDING
P=1291,3719,0,1
RECT=1271,3711,1293,3743,1
RECT=1279,3736,1296,3752,1
RECT=1293,3722,1301,3736,1