The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
World Background Spawner
Author Message
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #30
RE: World Background Spawner
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.

Alternatively you can use these:
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

[Image: 2nis46r.jpg]
(This post was last modified: 02-20-2014 05:17 AM by Mordaunt.)
02-20-2014 05:07 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
World Background Spawner - Mordaunt - 09-10-2012, 06:38 AM
RE: World Background Spawner - darksun84 - 09-11-2012, 03:00 AM
RE: World Background Spawner - Mordaunt - 09-28-2012, 12:31 PM
RE: World Background Spawner - Pollo - 10-31-2012, 10:53 PM
RE: World Background Spawner - Mordaunt - 11-01-2012, 02:19 AM
RE: World Background Spawner - Pollo - 11-01-2012, 05:25 AM
RE: World Background Spawner - Mordaunt - 11-04-2012, 08:25 AM
RE: World Background Spawner - Barnabus - 11-04-2012, 09:23 PM
RE: World Background Spawner - Mordaunt - 11-05-2012, 02:30 AM
RE: World Background Spawner - Mordaunt - 11-07-2012, 07:20 AM
RE: World Background Spawner - Mordaunt - 12-18-2012, 12:37 PM
RE: World Background Spawner - htid4life - 12-19-2012, 01:48 AM
RE: World Background Spawner - Mordaunt - 01-05-2013, 08:19 AM
RE: World Background Spawner - Mordaunt - 01-26-2013, 12:01 AM
RE: World Background Spawner - Soulless - 03-02-2013, 11:11 PM
RE: World Background Spawner - Xan - 05-10-2013, 09:53 AM
RE: World Background Spawner - Mordaunt - 05-10-2013, 11:02 AM
RE: World Background Spawner - Xan - 05-10-2013, 12:38 PM
RE: World Background Spawner - Mordaunt - 05-10-2013, 08:55 PM
RE: World Background Spawner - Mordaunt - 08-24-2013, 05:51 AM
RE: World Background Spawner - Mordaunt - 08-24-2013, 09:02 AM
RE: World Background Spawner - Mordaunt - 09-21-2013, 11:33 AM
RE: World Background Spawner - Mordaunt - 09-30-2013, 09:56 AM
RE: World Background Spawner - Archaaz - 10-06-2013, 02:31 AM
RE: World Background Spawner - Mordaunt - 10-18-2013, 09:12 AM
RE: World Background Spawner - Mordaunt - 10-19-2013, 03:40 AM
RE: World Background Spawner - Mordaunt - 11-26-2013, 12:45 PM
RE: World Background Spawner - Mordaunt - 11-29-2013, 09:58 AM
RE: World Background Spawner - Mordaunt - 02-20-2014 05:07 AM
RE: World Background Spawner - markap - 03-14-2014, 09:37 AM
RE: World Background Spawner - Mordaunt - 03-15-2014, 02:18 AM
RE: World Background Spawner - markap - 03-15-2014, 05:02 AM
RE: World Background Spawner - MARPATdroid - 03-15-2014, 12:32 PM
RE: World Background Spawner - Mordaunt - 03-15-2014, 05:41 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)