Page 1 of 1

Clientinfo.xml

Posted: Fri Dec 18, 2009 3:26 am
by Nirvaxstiel
For people whom has sclientinfo.xml and cant connect to server heres the fix , put it in ur data folder :




You rolled a: 99999999! < XD

Clientinfo.xml

Posted: Fri Dec 18, 2009 3:36 am
by Yandols
Uh theres something wrong with your copy of clientinfo.xml
Your version
Show

Code: Select all

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype></servicetype>
<servertype></servertype>
   <connection>
      <display>VooDooRO</display>
      <balloon>Come play!</balloon>
      <desc>DESCRIPTION</desc>
      <address>5.50.96.165</address>
      <port>6900</port>
      <version>24</version>
      <langtype>7</langtype>
      <registrationweb></registrationweb>
      <aid>
         <admin></admin>
      </aid>
</clientinfo> 
Your </connection> is missing, it shouldn't affect much but i encourage you to add it to prevent any possible bugs.

It should be like this:
Fixed version
Show

Code: Select all

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype></servicetype>
<servertype></servertype>
   <connection>
      <display>VooDooRO</display>
      <balloon>Come play!</balloon>
      <desc>DESCRIPTION</desc>
      <address>5.50.96.165</address>
      <port>6900</port>
      <version>24</version>
      <langtype>7</langtype>
      <registrationweb></registrationweb>
      <aid>
         <admin></admin>
      </aid>
   </connection>
</clientinfo> 
Update it.

Clientinfo.xml

Posted: Fri Dec 18, 2009 3:39 am
by Nirvaxstiel
WTF? i can login and all with no Probs at all....Hmm... Ok i'll try if i get Login Problem its ur fault OK? Gonna Replace the attachment :D


You rolled a: 999999!