Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

12class adding realm ?

Status
Not open for further replies.
Junior Spellweaver
Joined
Jan 27, 2011
Messages
140
Reaction score
181
Hi. I tried old method to add realms but it failed. Could someone help for to add 1 realm (event) and edit first real to be pvp one? Thx for help
 
Newbie Spellweaver
Joined
Feb 7, 2010
Messages
79
Reaction score
9
Example: pvp.conf

Location: [Server Files/Gamed/pvp.conf]

Code:
[Identify]
ServerID=2
Name = PvP

[SpawnController]
disable =

[Template]
CollisionFile = map.bht

[General]
How to start:

1. Execute the following in your gamed section

Code:
./gs gs.conf gmserver.conf pvp.conf  &

2. add the following line to your starting file

Code:
./gs gs.conf gmserver.conf pvp.conf  &
sleep 3

3. create new file with the following code

file: pvp

Code:
#!/bin/sh
sleep 1
cd /path to server files/gamed
./gs gs.conf gmserver.conf pvp.conf  &
sleep 3
 
Status
Not open for further replies.
Back
Top