Log in

View Full Version : How To Guides


Shortlived
04-19-2002, 06:50 PM
OK I finally added some Guides at www.shownomercy.net
I basicly just edited the readme that Shawn319 wrote. Please take a look at them and let me know what you think....please let me know about any errors.

Shawn319
04-19-2002, 07:12 PM
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)


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



**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)

Shortlived
04-19-2002, 07:16 PM
Thank you, going to update it now.