Hi,
I've noticed yesterday that there were many reload commands that weren't in command's db table. They weren't usable by level 1 accounts but anyway they were missing. Here there are. Change security level as you want.
DELETE FROM command WHERE name IN ('reload all_scripts','reload all_achievement','reload all_item','reload all_eventai','reload all_npc');
INSERT INTO command VALUES
('reload all_achievement',1,'Syntax: .reload all_achievement\\r\\n\\r\\nReload all `achievement_*` tables if reload support added for this table and this table can be _safe_ reloaded.'),
('reload all_item',1,'Syntax: .reload all_item\\r\\n\\r\\nReload `item_required_target`, `page_texts` and `item_enchantment_template` tables if reload support added for these tables and these tables can be _safe_ reloaded.'),
('reload all_eventai',1,'Syntax: .reload all_eventai\\r\\n\\r\\nReload `creature_ai_*` tables if reload support added for these tables and these tables can be _safe_ reloaded.'),
('reload all_scripts',1,'Syntax: .reload all_scripts\\r\\n\\r\\nReload `*_scripts` tables if reload support added for these tables and these tables can be _safe_ reloaded.'),
('reload all_npc',1,'Syntax: .reload all_npc\\r\\n\\r\\nReload `points_of_interest` and `npc_*` tables if reload support added for these tables and these tables can be _safe_ reloaded.');