View Single Post
  #30  
Unread 08-29-2011, 03:51 PM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,096
Default

Quote:
Originally Posted by Katz_Mckatz View Post
<Data username="USER" password="PASSWORD" Name="CHARACTER" server="SERVER" />

I guess I'm not sure how I can make this work. I did something like the following using notepad:
<Data username=immauser password=itsapassword Name=Me server=Everfrost />
<Data username=immauser password=itsapassword Name=Otheralt server=Antonia Bayle />
<Data username=twoboxing password=itsapassword Name=Notherone server=Everfrost />

I logged in use the Everquest2.exe which works fine for me normally. After doing the above, I ended up with a weird UI that was a mix of profit and mutated default.

I deleted the new file I made and reverted to the old one and all works ok.
I'm clueless about programming so I probably did something wrong in my editing. Do you see any problems with what I did above?
You forgot the quotation marks:

<Data username="twoboxing" password="itsapassword" Name="Notherone" server="Everfrost" />

Silat
Reply With Quote