View Single Post
  #3  
Old 04-04-2004, 04:46 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

For the first problem, it is NOT a problem... This only means that the commands that you see listed will be set to access level 0 (which means anyone can use them).. If you want to fix them just edit your addon.ini file and add the commands like so (setting the numbers to reflect the access levels you want those commands to be set to).
Code:
!help=<number you want>
!version=<number you want>
and so on...

The second error you are getting could be one or both things I mention here:

Firstly, make sure your miniloginaccounts.ini has a space in between your ip, UN, and PW, and then one AFTER your PW.... BUT, dont hit enter after you type in your PW and press space, because it will add a newline character into the file that will cause problems reading your PW>>> Also make sure you are using the UN and PW you would use to login to the game NOT UN and PW from your DB....

Another way to add the user into your DB for your minilogin is to:

start>run> type cmd and hit enter

*NOTE hit enter after every line you type into your dos command window
Code:
cd c:/eqmeu (assuming this is where your server is located)
world adduser <username> <password> 200
Where <username> and <password> are the UN and PW you want to use to log into the game with. But, dont use the < and > keys......
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote