Revision 2, 0.8 kB
(checked in by yumileroy, 17 years ago)
|
[svn] * Proper SVN structure
Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00
|
Line | |
---|
1 | DELETE FROM `command` WHERE `name` = 'modify rep'; |
---|
2 | DELETE FROM `command` WHERE `name` = 'modify arena'; |
---|
3 | DELETE FROM `command` WHERE `name` = 'lookup faction'; |
---|
4 | |
---|
5 | INSERT INTO `command` VALUES |
---|
6 | ('modify rep',2,'Syntax: .modify rep #repId (#repvalue | $rankname [#delta])\r\nSets the selected player\s reputation with faction #repId to #repvalue or to $reprank.\r\nIf the reputation rank name is provided, the resulting reputation will be the lowest reputation for that rank plus the delta amount, if specified.\r\nYou can use \'.pinfo rep\' to list all known reputation ids, or use \'.lookup faction $name\' to locate a specific faction id.'), |
---|
7 | ('modify arena',3,'Syntax: .modify arena #value\r\nSets the arena points to the #value (0-999999).'), |
---|
8 | ('lookup faction','3','Syntax: .lookup faction $name\r\nAttempts to find the ID of the faction with the provided $name.'); |
---|