View Single Post
  #3  
Old 04-09-2002, 06:54 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

To set yourself as the server op go to your eqemu directory and run the following from a dos prompt (assuming using the minilogin user)
Code:
world flag eqemu 200
This will run then close, if you have the dos window set to remain open when finished you can read that it set the permision properly.

If you are running a public server, replace eqemu with the login name you use. 200 is currently the max permisions granted.


If you are running 95 98 or ME use
Code:
minilogin.exe  <-- omit if running a public server
world.exe
boot5zones.win9x.bat
If you are running NT 2000 or XP use
Code:
minilogin.exe  <-- omit if running a public server
world.exe
boot5zones.bat
You could also just add
Code:
start minilogin.exe
start world.exe
to the beginning of the boot5zones.bat and boot5zones.win9x.bat files.
Reply With Quote