root/trunk/sql/updates/0.7/3616_commands.sql @ 2

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-- Enhanced .addgo / .gameobject command
2-- Now the user can also specify <LootID> and <SpawnTimeSecs>
3DELETE FROM `command` WHERE `name` = 'addgo';
4DELETE FROM `command` WHERE `name` = 'gameobject';
5insert into `command` values ('gameobject',3,'Syntax: .gameobject #id <lootID> <spawntimeSecs>\r\n\r\nAdd a game object from game object templates to the world at your current location using the #id.\r\nlootID specifies the loot-template to be used and spawntimeSecs sets the spawntime, both are optional.');
6insert into `command` values ('addgo',3,'Syntax: .addgo #id <lootID> <spawntimeSecs>\r\n\r\nAdd a game object from game object templates to the world at your current location using the #id.\r\nlootID specifies the loot-template to be used and spawntimesecs sets the spawntime, both are optional.\r\n\r\nNote: this is a copy of .gameobject.');
Note: See TracBrowser for help on using the browser.