Difference between revisions of "Server Help FAQ"

From ASSS Wiki
Jump to: navigation, search
(added 2 q'a and a's from unorganised documents to here)
 
(moved content to Server Troubleshooting)
 
Line 1: Line 1:
== When I try to enter my zone the subgame2 console says 'Client connection request from billing server ignored' ==
+
#REDIRECT [[Server Troubleshooting]]
You need to change the billing IP address in server.ini.
 
<pre>
 
[Billing]
 
IP=localhost
 
</pre>
 
 
 
== When I try to enter my zone the subbill console says ':  Unknown packet type: 36' ==
 
You need to run the server and biller on different ports.
 
 
 
subbill.ini
 
<pre>
 
[Misc]
 
Port=900
 
</pre>
 
server.ini
 
<pre>
 
[Misc]
 
Port=382
 
 
 
[Billing]
 
Port=900
 
</pre>
 
 
 
[[Category: FAQ]]
 

Latest revision as of 09:43, 21 May 2005