Errors:
1. From Minilogin install guide. You dont need the "change it to look like this ("YourIP" has to be replaced with your REAL IP)" statement there (will only confuse people since real IP wont work with minilogin)
	Quote:
	
	
		| change it to look like this ("YourIP" has to be replaced with your REAL IP)
 
 @echo off
 start zoneNT . 127.0.0.1 7995 127.0.0.1
 start zoneNT . 127.0.0.1 7996 127.0.0.1
 start zoneNT . 127.0.0.1 7997 127.0.0.1
 start zoneNT . 127.0.0.1 7998 127.0.0.1
 start zoneNT . 127.0.0.1 7999 127.0.0.1
 exit
 cls
 
 | 
	
 
2. Last part of minilogin install guide. You need to add the fact that eqemu/eqemu is the only account that works, and take out the 
http://eqemu.org/login URL
	Quote:
	
	
		| **Tip: If you want to flag your account, click Start, Run and type "command" without
 the quotes and hit enter (or open the dos prompt your own way).
 
 Type "cd c:\eqemu" without the quotes and hit enter.
 
 Type "world.exe flag accountname 200" without the quotes and hit enter.
 
 
 Replace accountname with the account name you made at http://eqemu.org/login
 Replace 200 with whatever status you want (see list below)
 
 |