Creating new world

06/17/2018 17:31 #HB#1
Hey guys,

I was wondering about creating a new world like the default one which has the ID [1].

First, I just added a new line in _RefGame_World without adding anything to _RefInstance_World_Region, it worked but I got a DC and that's normal.

So, I added _RefInstance_World_Region lines, and I got a weird GameServer crash...


I think that there's something I have to do with the Data folder in the server files, but I don't know about that I am just guessing.

Wishing that someone can help me.

EDIT: When I tried to add Survival region instead of Jangan's, it worked but I get a disconnect after I enter the place and this message pops up in the gameserver.
06/17/2018 23:27 hoangphan7#2
Quote:
Originally Posted by #HB View Post
Hey guys,

I was wondering about creating a new world like the default one which has the ID [1].

First, I just added a new line in _RefGame_World without adding anything to _RefInstance_World_Region, it worked but I got a DC and that's normal.

So, I added _RefInstance_World_Region lines, and I got a weird GameServer crash...


I think that there's something I have to do with the Data folder in the server files, but I don't know about that I am just guessing.

Wishing that someone can help me.

EDIT: When I tried to add Survival region instead of Jangan's, it worked but I get a disconnect after I enter the place and this message pops up in the gameserver.
Try change worldid to lower number (115,116,117 etc). I have same problem, when i add worldid 130 notwork. but i change to 117, they're working fine :)
06/18/2018 10:18 #HB#3
Because 117 is already written in your Data folder or GameServer, it's Survival world and this is not a real problem, I just want to implement it..

07/11/2018 00:22 #HB#4
@[Only registered and activated users can see links. Click Here To Register...], have you got an idea about this?
07/11/2018 04:50 concucu#5
missing lines in

_RefInstance_World_Region

_RefGame_World_Config
07/11/2018 14:02 #HB#6
Quote:
Originally Posted by concucu View Post
missing lines in

_RefInstance_World_Region

_RefGame_World_Config
How do you think will the game server recognize a new world ID with ID 1001, if I didn't add in those tables in your mind?!

Please do not reply, if you do not understand/know.
07/11/2018 15:25 Bocc1337#7
Trying to make it a instance is why you see game world in the db. The meda lines will half to match or will get dc. And will get a error in the db as well. I used to make new game worlds some time ago. To make a new world other then default 1 will take many more lines to make it a success. Try to study jupitor instances to better understand this. And teleports link ti the world id as well.
07/11/2018 19:51 #HB#8
Quote:
Originally Posted by Bocc1337 View Post
Trying to make it a instance is why you see game world in the db. The meda lines will half to match or will get dc. And will get a error in the db as well. I used to make new game worlds some time ago. To make a new world other then default 1 will take many more lines to make it a success. Try to study jupitor instances to better understand this. And teleports link ti the world id as well.
Thanks for your reply.
07/12/2018 15:18 concucu#9
I should not answer this topic :).
07/12/2018 15:30 #HB#10
Quote:
Originally Posted by concucu View Post
I should not answer this topic :).
Because you don't have an answer, so yes.
07/12/2018 16:39 hoangphan7#11
So what, Do you get the correct answer? I want to learn to create new one! :D
07/12/2018 17:36 #HB#12
Quote:
Originally Posted by hoangphan7 View Post
So what, Do you get the correct answer? I want to learn to create new one! :D
Not yet