Command access levels anno 2013
Greetings again,
- I've just recently started playing around with eqemu, so bear with me :-) My little playground is finally up and running and so far everything is running smoothly, with one exception; I'm having a little trouble with figuring out where to find and how to edit the access levels for the various (gm)commands ... - I'm referring to those access levels that earlier required you to edit in the addon.ini file, as the wiki page hasn't been updated on that (as of yet) Appreciate the help and thanks in advance :-) Regards, |
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"); |
Quote:
Also which programme should I use to edit the commands table ? Thanks ! :-) |
255 Would be Administrator status, or GM-Impossible. You can use Navicat or HeidiSQL, you can find them on Google, but you won't necessarily get the full version unless you take a sail.
|
Quote:
|
Lets not pollute the forums with "piracy" talk. HeidiSQL is open source.......Navicat isn't, good...he has heidi. also, that SQL statement you "copy and pasted" does not really do what he asks, it shows the format of how the table is, but it can be achieved without an insert statement....
|
Quote:
Thanks ! |
I wasn't talking about piracy, you can add them in manually or run the SQL query, either way will accomplish the task you want to be done. Now, you can do a mass update of the database, do you want everything to be 255? I don't quite understand what you want your access levels to be like.
|
Quote:
In short probably same levels and access as if it (server) was legit (I think) |
All right, so what you'll want to do is go in the 'Commands' table and change the values of each of the commands access levels to whatever you want them to be, also, your eqemu_config.xml may still have a default status of 20, if so, change all the commands to above access 20 if you don't want players to have access to any of them whatsoever.
|
Quote:
Thanks for the help :-) I'll go to work on the 'Commands' table now. Btw someone should add this to the stickied windows server setup guide :-) |
All times are GMT -4. The time now is 01:46 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.