Weird problem after adding survival-petra

12/13/2014 12:38 Tyr*#1
after adding the petra-survival arena recently , i got a weird problem with them.. when i write /warp Area coordinates
then /addwp areaname or whatever i call it.
then /gotown then /wp areaname or whatever i typed, it lags while teleporting to the area, like the following screenshot



I hope someone can help me.
12/13/2014 12:39 ​Exo#2
Do you teleport there after this lag or not?
12/13/2014 12:39 Anonymous-6723#3
I might be wrong but.. Have you checked shard/gameserver if it screams for wrong WorldID ?
12/13/2014 12:44 Tyr*#4
Quote:
Originally Posted by xExorcist View Post
Do you teleport there after this lag or not?
no, i don't ..

Quote:
Originally Posted by Zed* View Post
I might be wrong but.. Have you checked shard/gameserver if it screams for wrong WorldID ?
sec, testing.
----updated-----
yea.. i got this error
REGION[25590] has NO managing GAMESERVER!!!
12/13/2014 13:04 Anonymous-6723#5
Code:
SELECT * FROM _RefInstance_World_Region WHERE RegionID = 25590
If nothing returns, open the table (it's in ShardDB) and add WorldID (Most likely 1) and 25590 as region, then restart gameserver.
12/13/2014 14:59 Tyr*#6
Quote:
Originally Posted by Zed* View Post
Code:
SELECT * FROM _RefInstance_World_Region WHERE RegionID = 25590
If nothing returns, open the table (it's in ShardDB) and add WorldID (Most likely 1) and 25590 as region, then restart gameserver.
query result : 1 25590 ..

Quote:
Originally Posted by Zed* View Post
Code:
SELECT * FROM _RefInstance_World_Region WHERE RegionID = 25590
If nothing returns, open the table (it's in ShardDB) and add WorldID (Most likely 1) and 25590 as region, then restart gameserver.
query result : 1 25590

Quote:
Originally Posted by Zed* View Post
Code:
SELECT * FROM _RefInstance_World_Region WHERE RegionID = 25590
If nothing returns, open the table (it's in ShardDB) and add WorldID (Most likely 1) and 25590 as region, then restart gameserver.
query result : 1 25590
12/13/2014 19:49 Anonymous-6723#7
In this case the only thing I can think off is that you did not add the region in _RefRegionBindAssoc.. table It should be there as NAME taken from _RefRegion and with Service = 1, then restart shard/gs and try again else.. I will try to help you from skype when I am available :)
12/14/2014 01:26 WickedNite.#8
I feel like someone forgets to restart the shard as well.