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!

Multi-Gunz server on same exe Q&R

Emisand
i have a dedicated + 2 IPS
Can u make the dll for me i am uber noob

Hmm
and gregon i saw ur posts i saw ur releases i tried all
but nothin worked
i had 999 ping in either one of the servers
and i believe wat emisand says is 100 % right
Gunz uses only 1 port 7777


Thank you
 
I can't teach you how to make a dll, I event don't know a lot of dll programming, Lambda does.

To do the multiserver you must have at least 2 ips in the dedi.
1 IP per server, so then in the dll it decides what ports to use for each server depending on the server's ip address.

So its not possible with only one ip?

-,-"
 
What is the File ----> New----> clanwar.exe in the matchserver toolbar?!
it makes ever error, but if you see the tittle, Matchserver - Matchserver2
It is same as this
belette321 - Multi-Gunz server on same exe Q&R - RaGEZONE Forums

but it makes error!
 
To run the one matchserver with both ClanWar Server and a Quest Server you have to open first the matchserver normally,,, then, go to server.ini and change the server id and mode, save it, go to port.txt(if you can't find create one ), write there 6005 6005 for your other server if the first is not 6005 as port, check you server status for the second id server, and go to matchserver, click File--->new
I didn't test this,,
thanks to dacharles
 
You need to use another UDP port for the 2nd matchserver or you will get AE
 
no dude dont even touch it

i guess the TCP port u can chang it with port.txt and the UPD with ollydbg searching the number 7777 on hex
 
i think i did the same thing previously too
still i get Error
wen i dont use Clan agent i get Agent Error [in white letters]

wen i use clan agent i get Some NAT error [ in green colour ]



How do i config the clan.ini and then clanagent.xml ?
 
Edit you second agents config file like this:
Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
	<NAME>1500</NAME>
	<MAXCLIENT>1500</MAXCLIENT>
	<CLANSERVERADDRESS ip="192.168.1.4" tcpport="6010" udpport="7766"/>
	<ADDRESS ip="192.168.1.4" tcpport="7778" udpport="5105"/>
</AGENTCONFIG>
</XML>

Notice that i have putted and extra setting by the ClanServer Adress udpport, you need it else it wont connect to the server.

I have test it before and i works fine.
 
Back