does the linked regions give crash if missing?
if im right world ID :1 is the type in RefGameworld
Printable View
If im rigth they have a stored procedure to add the Regionstartposition
not sure about it but will see it when im back form works ;)
simply you will add its lines like this but i'm not sure about its CodeName
Declare - select - update so do it with your ownPHP Code:ALTER PROCEDURE [dbo].[_LinkRefRegions]
AS
--- Blow Query is Each Area and FORT matching ---
declare @China int
declare @West_China int
declare @Oasis_Kingdom int
declare @Eu int
declare @Am int
declare @Ca int
declare @arabia int
select @China = AssocServer from _RefRegionBindAssocServer where AreaName = 'CHINA'
select @West_China = AssocServer from _RefRegionBindAssocServer where AreaName = 'West_China'
select @Oasis_Kingdom = AssocServer from _RefRegionBindAssocServer where AreaName = 'Oasis_Kingdom'
select @Eu = AssocServer from _RefRegionBindAssocServer where AreaName = 'Eu'
select @Am = AssocServer from _RefRegionBindAssocServer where AreaName = 'Am'
select @Ca = AssocServer from _RefRegionBindAssocServer where AreaName = 'Ca'
select @arabia = AssocServer from _RefRegionBindAssocServer where AreaName = 'arabia'
update _RefRegionBindAssocServer set AssocServer = @China where AreaName = 'FORT_JA_AREA'
update _RefRegionBindAssocServer set AssocServer = @China where AreaName = 'FORT_BJ_AREA'
update _RefRegionBindAssocServer set AssocServer = @West_China where AreaName = 'FORT_DW_AREA'
update _RefRegionBindAssocServer set AssocServer = @West_China where AreaName = 'FORT_HM_AREA'
update _RefRegionBindAssocServer set AssocServer = @Oasis_Kingdom where AreaName = 'FORT_HT_AREA'
update _RefRegionBindAssocServer set AssocServer = @Eu where AreaName = 'FORT_CT_AREA'
update _RefRegionBindAssocServer set AssocServer = @Am where AreaName = 'FORT_ER_AREA'
update _RefRegionBindAssocServer set AssocServer = @Ca where AreaName = 'FORT_SK_AREA'
update _RefRegionBindAssocServer set AssocServer = @arabia where AreaName = 'arabia'
You dont need [_LinkRefRegions] its not a Region with a Fortress so you dont need to Link it !!
If u Crash :
- Server to BAD ( not enought RAM )
- Wrong [_RefInstance_World_Region]
- missing client files / missing server data files .
its so easy to add the maps .......
jupiter wasn't a fortress area i guess but it needed edit on that procedure
well give it a try you wont lose
BTW execute the procedure after you edit
PHP Code:USE [SRO_VT_SHARD_INIT]
Go
EXEC _LinkRefRegions
By Jupiter it is needed not ;)
share SMC D14 Thank bro
You needed it. If not you can play too but with some stupid bugs i dont remeber right now the exactly bug which cause not edit that procedure in jupiter a long time ago.
Link the regions is not 100% needed, but is highly recommended if you are going to open a public server.
The only bug I can recally by not having linked the regions is that the pet/horse/any COS get stucked and buggy every time you cross a non-linked region. IF you walk alone you will barely find any difference.