Jump to content
Sign in to follow this  
AnaMutaz

How I Can open my maps

Recommended Posts

On 8/8/2017 at 9:00 PM, AnaMutaz said:

any help 

 i need to open my others maps like shaitan , ici ete....

Go to server's folder, and open GameServer.cfg ( I suggest notepad++ )

 

Look around it and you see this syntax :

 

map = garner

 

In order to add a new map, duplicate that line, that means add a similar line above or under it ( doesn't really matter ), and instead of garner type the new map name, like garner2 ( wich is Chaos Argent )

 

Also, if you want to open shaitan, icicle, you must open the big maps, like garner is a 'mother map' that has many other isles and locations you can't open shaitan on the same GameServer.cfg, thats why you have GameServer1.cfg.  

 

Open that GameServer1.cfg and type under [Map] this :

 

map = magicsea / darkblue

 

If you already got that, you only have to open GameServer1.cfg.

 

To do that, open notepad and type the following :

 

'start GameServer.exe GameServer1.cfg'

 

Save it as RUNGS1.bat

 

Good luck.

 

Share this post


Link to post
Share on other sites

Once i open garner on gamaerver

i go to other gameserver1 and write 

[map] 

map = bluedark 

and i save it by clicking save but not work 

its work if idelet garner on the first gameserver

and put it insteat 

so i think only the gameserver is effecter 

 can u explain more what u mean about this 

save ir as RUNGS1.bat 

 

Share this post


Link to post
Share on other sites
5 hours ago, AnaMutaz said:

Once i open garner on gamaerver

i go to other gameserver1 and write 

[map] 

map = bluedark 

and i save it by clicking save but not work 

its work if idelet garner on the first gameserver

and put it insteat 

so i think only the gameserver is effecter 

 can u explain more what u mean about this 

save ir as RUNGS1.bat 

 

Hmm. 

Read carefully.

 

You have in your server folder 5 GameServer Config Files.

 

GameServer.cfg

GameServer1.cfg

GameServer2.cfg

GameServer3.cfg

GameServer4.cfg

 

But, you only have one executable file - GameServer.exe

 

In order to open the GameServer1.cfg and the rest you must give parameters to start it.

 

Thats why I told you to write this in notepad :

start GameServer.exe GameServer1.cfg

And save it as bat.

 

Let's change that, let's just make a starter for our server ( a application wich starts the entire server just by opening it )

 

After you have configured all the cfg's in your server directory open notepad and write the followings :

 

start AccountServer.exe

start GameServer.exe

start GameServer.exe GameServer1.cfg

start GameServer.exe GameServer2.cfg

start GameServer.exe GameServer3.cfg

start GameServer.exe GameServer4.cfg

start GroupServer.exe

start GateServer.exe

 

Then save the file as START SERVER.bat ( you can use any name, just remember to put .bat at the end of the file name )

 

Place it in your server directory, and run it.

 

You'll see the magic.

 

Oh, map names in server :

 

Argent = garner

Shaitan = magicsea

Icicle = darkblue

ChaosArgent = garner2

Thundoria Mirrage = leiting2

Heaven = jialebi

Player fight arena = teampk

Abbandon = hell (1, 2, 3, 4, 5 )

 

There are many others, but for now just take it step by step. 

 

Good Luck !

  • Like 1

Share this post


Link to post
Share on other sites
On 8/11/2017 at 7:09 AM, blankode said:

Hmm. 

Read carefully.

 

You have in your server folder 5 GameServer Config Files.

 

GameServer.cfg

GameServer1.cfg

GameServer2.cfg

GameServer3.cfg

GameServer4.cfg

 

But, you only have one executable file - GameServer.exe

 

In order to open the GameServer1.cfg and the rest you must give parameters to start it.

 

Thats why I told you to write this in notepad :

start GameServer.exe GameServer1.cfg

And save it as bat.

 

Let's change that, let's just make a starter for our server ( a application wich starts the entire server just by opening it )

 

After you have configured all the cfg's in your server directory open notepad and write the followings :

 

start AccountServer.exe

start GameServer.exe

start GameServer.exe GameServer1.cfg

start GameServer.exe GameServer2.cfg

start GameServer.exe GameServer3.cfg

start GameServer.exe GameServer4.cfg

start GroupServer.exe

start GateServer.exe

 

Then save the file as START SERVER.bat ( you can use any name, just remember to put .bat at the end of the file name )

 

Place it in your server directory, and run it.

 

You'll see the magic.

 

Oh, map names in server :

 

Argent = garner

Shaitan = magicsea

Icicle = darkblue

ChaosArgent = garner2

Thundoria Mirrage = leiting2

Heaven = jialebi

Player fight arena = teampk

Abbandon = hell (1, 2, 3, 4, 5 )

 

There are many others, but for now just take it step by step. 

 

Good Luck !

Hi I tried everything u teach here and still I cant enter other than argent. can u check my gameserver1.cfg file?

 

// Ñåðâåð Ïèðàòèè îíëàéí, ðåâèçèÿ PKO 1.38, ñîáðàíà äëÿ MainDev.

[ID]
name = GameServer00    
equment = system

[Gate]
gate = 192.168.0.2, 1971 

[Map]                        
map = magicsea

[DB] 
db_ip   =    192.168.0.2
db_usr  =    log2
db_pass =    EZCpyYOZVofugqDFBZrLKw==

[Socket]
keep_alive = 120

[BaseID]
BaseID = 0x50000000

[Entity]
max_ply = 3000
max_cha = 15000                    
max_item = 30000                
max_tnpc = 300                    

[Guild]
guild_num    = 80                
guild_try_num    = 80                

[Item]
item_show_time    = 60                
item_prot_time    = 30                

[Interval]
say_interval    = 3                

[LOG]
log_cha     = 0
log_cal     = 0
log_ai      = 0
log_mission = 0

[Debug]                     
supercmd   =  1 

[Res]
res_dir = ./resource
log_dir = log\\log

// [Large map switch]
db_mapmask = 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...