Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

[Help] Erro mapas source New DNC

Newbie Spellweaver
Joined
Dec 4, 2007
Messages
67
Reaction score
19
Portuguese

Estou com um problema na source do @DNC.
Adicionei 2 novos mapas na source porem todos os maps que são adicionado no modo premium e modo private estão com restrição para uso de snipers alguem pode me ajudar como corrigir?


=================================
English by google translator.

I have a problem on the source of the DNC.
Added 2 new maps in the source however all maps that are added in premium mode and private mode are restricted for use by snipers can someone help me how to fix?
 
Last edited by a moderator:
Portuguese

Acredito que abrindo o arquivo MasterServer.cfg (Pasta Bin) e colocando as informações corretas, deve funcionar! Por exemplo:

map = MAPID_WZ_Cliffside DOESNOTHING GBNET_REGION_US_West 0 0

Após o US_West esses 2 zeros são se o server será ou não stronghold e o outro é premium ou não.

Teste e me diga se funcionou!


English

I believe if u open the file MasterServer.cfg (On Bin folder) and put the right informations, maybe works, for example:

map = MAPID_WZ_Cliffside DOESNOTHING GBNET_REGION_US_West 0 0

After "US_West" that two 'zeros" will say if server will be a Stronghold server and premium or not.

Try and feedback!
 
Upvote 0
my master server
Code:
[MasterServer]
maxrent = 5
masterPort=34000
clientPort=34001
masterCCU=20
serverId=1
supervisorCoolDownSeconds=10
RentFullDir=1


[WarZGames]
numGames = 0
maxPlayers = 32


// Free Server


[PermGame2]
map = MAPID_WZ_Colorado DOESNOTHING GBNET_REGION_US_West 0 0
data = 100 0 0
name = CainZ#1 Loot
ispre = 0
ispwd = 0
ispte = 0
isfarm= 1




[PermGame3]
map = MAPID_WZ_Cainz DOESNOTHING GBNET_REGION_US_West 0 0
data = 100 0 0
name = CainZ#2 PVP
ispre = 0
ispwd = 0
ispte = 0
isfarm= 1


[COLOR=#ff0000][PermGame4]
map = MAPID_WZ_Colorado DOESNOTHING GBNET_REGION_US_West 0 0
data = 100 0 0
name = Premium#1 Loot
ispre = 0
ispwd = 0
ispte = 1
isfarm= 0


[PermGame5]
map = MAPID_WZ_Cainz DOESNOTHING GBNET_REGION_US_West 0 0
data = 100 0 0
name = Premium#2 PVP
ispre = 0
ispwd = 0
ispte = 1
isfarm= 0
[/COLOR]
 
Upvote 0
Back