root/trunk/sql/updates/0.8/4397_command.sql @ 2

Revision 2, 1.1 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 
1delete from command where name in('whisper2', 'nyi', 'prog', 'run','go', 'object', 'gmon', 'gmoff', 'worldport');
2
3update command set name='playemote' where name='emote';
4update command set name='setmodel' where name='displayid';
5update command set name='listgm' where name='gmlist';
6
7update command set security=1 where name in ('gogrid', 'goxy') ;
8update command set security=2 where name in ('addgo', 'standstate', 'anim', 'morph');
9
10delete from command where name in('textemote', 'taxicheat','gm','visible');
11INSERT INTO `command` VALUES 
12('textemote',3,'Syntax: .text #emoteid\r\n\r\nMake the selected creature to do textemote with an emote of id #emoteid.'),
13('taxicheat',1,'Syntax: .taxicheat on/off\r\n\r\nTemporary grant access or remove to all taxi routes for the selected character. If no character is selected, hide or reveal all routes to you.\r\n\r\nVisited taxi nodes sill accessible after removing access.'),
14('visible',1,'Syntax: .visible on/off\r\n\r\nOutput current visibility state or make GM visible(on) and invisible(off) for other players.'),
15('gm', 1, 'Syntax: .gm on/off\r\n\r\nEnable or Disable GM MODE');
Note: See TracBrowser for help on using the browser.