I did all the steps correctly but for some reason....when i get to the login screen....no server shows :(
Printable View
I did all the steps correctly but for some reason....when i get to the login screen....no server shows :(
First for testing it, you need to put the IP ( 127.0.0.1 ) At the following Places:
Matchserver > Server:
MatchAgent > AgentConfig:Code:FREELOGINIP="127.0.0.1"
KEEPERIP="127.0.0.1"
MONITORIP="127.0.0.1"
Locater > Locater:Code:<AGENTCONFIG>
<NAME>''Name of your gunz''</NAME>
<MAXCLIENT>500</MAXCLIENT>
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
<ADDRESS ip="127.0.0.1" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>
System.mrs > SystemCode:[DB]
DNS="GunzDB"
USERNAME="Your SQL inlogname"
PASSWORD="SQL password"
[NETWORK]
IP="127.0.0.1"
PORT="8900"
[ENV]
ID="1" <== This has to be same as the locater ID
Now the DatabaseCode:<LOCATORLIST>
<LOCATOR id="1" IP="127.0.0.1" />
</LOCATORLIST>
<TLOCATORLIST>
<LOCATOR id="1" IP="127.0.0.1" />
</TLOCATORLIST>
Log in > Open GunzDB >
LocaterStatus must be ID=''1''
(Has to be same as 'Locater' in the Serverfiles!!
ServerStatus Same IP (127.0.0.1)
You still don't get it? add me on msn: Bartjehh@hotmail.com
I also reply on reply's.
Ty bart!!!!! Ur the best!!!! Btw can u help me with 1 more thing? How do i give people items?
Thats easy, go to character.dbo (i think its .dbo, but its the table in the db called character) anyway right click and open table. Then find the character you wanna gift, then find their CID (character ID) which should be easy to find.
Once found go to characteritem.dbo, and then go to the bottom of the table, fill in the CID and the item id. Press execute at the top and there you have it! The character now needs to relog for that to take effect.
ty Highergamers