mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
feat(Commands): Added cheat commands (#1412)
This commit is contained in:
committed by
Francesco Borzì
parent
e659ca5fe9
commit
40f68ab026
@@ -0,0 +1,14 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1549320792563626100');
|
||||
|
||||
DELETE FROM `command` WHERE `name`='taxicheat';
|
||||
DELETE FROM `command` WHERE `name`='waterwalk';
|
||||
|
||||
DELETE FROM `command` WHERE `name`='cheat' OR `name` LIKE 'cheat%';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('cheat', 2, 'Syntax: .cheat $subcommand\r\nType .cheat to see the list of possible subcommands or .help cheat $subcommand to see info on subcommands'),
|
||||
('cheat god', 2, 'Syntax: .cheat god [on/off]\r\nTurn the user invulnerable.'),
|
||||
('cheat casttime', 2, 'Syntax: .cheat casttime [on/off]\r\nRemove spells\' casting time.'),
|
||||
('cheat cooldown', 2, 'Syntax: .cheat cooldown [on/off]\r\nDisable spells\' cooldowns.'),
|
||||
('cheat power', 2, 'Syntax: .cheat power [on/off]\r\nRemove spells\' cost (mana, energy, rage...).'),
|
||||
('cheat waterwalk', 2, 'Syntax: .cheat waterwalk on/off\r\nAllow to walk on water (self or selected character).'),
|
||||
('cheat taxi', 2, 'Syntax: .cheat taxi on/off\r\nTemporary grant access to all taxi routes for the selected character.\r\n If no character is selected, hide or reveal all routes to you. Visited taxi nodes are still accessible after removing access.');
|
||||
Reference in New Issue
Block a user