mirror of
https://github.com/trickerer/Trinity-Bots
synced 2026-08-22 16:29:09 -04:00
39 lines
875 B
SQL
39 lines
875 B
SQL
--
|
|
DELETE FROM `command` WHERE `name` LIKE 'npcbot %';
|
|
INSERT INTO `command` (`name`) VALUES
|
|
('npcbot add'),
|
|
('npcbot command'),
|
|
('npcbot command follow'),
|
|
('npcbot command standstill'),
|
|
('npcbot command stopfully'),
|
|
('npcbot delete'),
|
|
('npcbot distance'),
|
|
('npcbot distance attack'),
|
|
('npcbot distance attack long'),
|
|
('npcbot distance attack short'),
|
|
('npcbot dump'),
|
|
('npcbot dump load'),
|
|
('npcbot dump write'),
|
|
('npcbot hide'),
|
|
('npcbot info'),
|
|
('npcbot kill'),
|
|
('npcbot lookup'),
|
|
('npcbot move'),
|
|
('npcbot order'),
|
|
('npcbot order cast'),
|
|
('npcbot recall'),
|
|
('npcbot recall teleport'),
|
|
('npcbot reloadconfig'),
|
|
('npcbot remove'),
|
|
('npcbot revive'),
|
|
('npcbot set'),
|
|
('npcbot set faction'),
|
|
('npcbot set owner'),
|
|
('npcbot set spec'),
|
|
('npcbot show'),
|
|
('npcbot spawn'),
|
|
('npcbot spawned'),
|
|
('npcbot suicide'),
|
|
('npcbot unhide'),
|
|
('npcbot vehicle'),
|
|
('npcbot vehicle eject');
|