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

Quote:
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
These are NOT errors, but because they are NOT in your addon.ini they are defaulted to level 0 (meaning ANYONE can use those commands...). Just open up your addon.ini in notepad and add them like this:
Code:
!serversidename=<number you want>
!loc=<number you want>
!flag=<number you want>
!si=<number you want>
!help=<number you want>
!version=<number you want>
You should not see this error messgae anymore. Server_OP level starts at 200 so anything less than that would be gm or lower.. There is a list here on the boards that you should be able to find using search that tells what each number represents. 0 means ANYONE that logs in can use that command... 200 means ONLY server_OP's can use that command...

To set your starting zones all the same, just download a program called MySQL Front from http://www.mysqlfront.de/ then edit the table called start_zones... Hope this helps...

While NarutoLegacy's post is factual, I thought I might elaborate in case you dont KNOW how to do these things he said to do....
__________________

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