Either I'm absolutely lousy at searching or I'm just blind.
How do I add new @commands in using the groups ID?
Previously when using GM level, the steps was to edit the following :-
adding your @command in src/map/atcommand.c
adding a line similar to this in the same file
{ "font", 1,1, atcommand_font },
etc etc
Step 2 doesn't exist now though... So what else am I supposed to edit?
What I have edited are
Edited the atcommand.c in trunk/src/map
Didn't edit the groups.conf since it says the following
commands: {
/* not necessary due all_commands: true */
}