View Single Post
  #3  
Old 02-28-2013, 04:44 PM
Quientus
Sarnak
 
Join Date: Feb 2010
Location: Scandinavia
Posts: 32
Default

Quote:
Originally Posted by Zamthos View Post
There is a table called 'Commands', you can edit all access levels there. You may also want to do the below query. The default value for this command is 0, since there is no set value in the commands table this query will add it with a status of 255.

Code:
INSERT INTO commands VALUES ('reloadworld', 255, "reloads all quests and repops all NPCs");
Ok, but since I'm still rather new at this, I have to ask, (I assume firing up MySQL prompt), what does the value 255 do ? Because I just want to make sure that the default access level of 0 (zero) doesn't enable new accounts to be able to use #zone, #search, #summonitem etc etc

Also which programme should I use to edit the commands table ?

Thanks !
Reply With Quote