View Single Post
  #2  
Unread 01-17-2012, 11:55 AM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,096
Default

Quote:
Originally Posted by crashtest View Post
I am wondering how i can add several more names and servers to the list
in the _ProfitUI_LoginData.xml file.
I have tried several different ways, but cant seem to get any more other than the original line:
<?xml version="1.0" encoding="utf-8"?>
<DataSource Name="CharacterData">
<Data username="WHAT IS MT NAME" password="PASSWORD" Name="MY NAME IS" server="YOUR SERVER NAME" />
</DataSource>
To do what you want simply add the lines for character as needed:

<?xml version="1.0" encoding="utf-8"?>
<DataSource Name="CharacterData">
<Data username="WHAT IS MT NAME" password="PASSWORD" Name="MY NAME IS" server="YOUR SERVER NAME" />
<Data username="WHAT IS MT NAME" password="PASSWORD" Name="MY NAME IS" server="YOUR SERVER NAME" />
<Data username="WHAT IS MT NAME" password="PASSWORD" Name="MY NAME IS" server="YOUR SERVER NAME" />
<Data username="WHAT IS MT NAME" password="PASSWORD" Name="MY NAME IS" server="YOUR SERVER NAME" />
<Data username="WHAT IS MT NAME" password="PASSWORD" Name="MY NAME IS" server="YOUR SERVER NAME" />
<Data username="WHAT IS MT NAME" password="PASSWORD" Name="MY NAME IS" server="YOUR SERVER NAME" />
<Data username="WHAT IS MT NAME" password="PASSWORD" Name="MY NAME IS" server="YOUR SERVER NAME" />
<Data username="WHAT IS MT NAME" password="PASSWORD" Name="MY NAME IS" server="YOUR SERVER NAME" />
</DataSource>

Make sure to put the file on ignore on the profit updater as well.
Reply With Quote