View Single Post
  #3  
Old 12-20-2007, 05:19 PM
Inspiration
Fire Beetle
 
Join Date: Dec 2007
Posts: 10
Default

Hi horton who

If you are trying to use minilogin I think you need to change 'eqemulator.net' to your local address. i.e. in your case 192.168.0.3 in your eqemu_config.xml file.

Does your eqhost.txt file contain Host=192.168.0.3:5998 or is it 5999?

Which version of the emulator are you using? I had no problems with 0.7.0-992 with either database but I can not get ax_classic to work with 0.7.0-1070. I get 'zone unavailable' after selecting a character. PEQ seems to work fine with the latest version on both XP and Vista.

When using PEQ chech the 'launcher' variable using your MySQL query browser. If it is blank run this:

insert into launcher values ('zone', 5);

and make sure 'variables' has minilogin as the login type. If not run this:

insert into variables (varname, value, information) values ('LoginType', 'Minilogin', 'Set to either Public or Minilogin in value column');

Let me know if any of that helps, I'll try and help further if you can't get it going.

Last edited by Inspiration; 12-21-2007 at 01:22 AM..
Reply With Quote