View Single Post
  #2  
Old 02-28-2013, 04:31 PM
Zamthos
Discordant
 
Join Date: Jan 2013
Posts: 284
Default

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");
Reply With Quote