Bots- added out of combat bard songs & #bot bardoutofcombat on|off command to turn them on/off.

This commit is contained in:
badcaptain
2013-10-12 00:47:15 -04:00
parent 8ac4845930
commit 809925dc3e
5 changed files with 58 additions and 1 deletions
@@ -0,0 +1,18 @@
UPDATE `npc_spells_entries` SET `type` = 1024 WHERE `npc_spells_id` = 711 and `type` = 8;
REPLACE INTO `npc_spells_entries` (`npc_spells_id`, `spellid`, `type`, `minlevel`, `maxlevel`, `priority`) VALUES
(711, 717, 8, 5, 24, 1),
(711, 4395, 8, 25, 255, 2),
(711, 2605, 8, 49, 255, 1),
(711, 735, 8, 24, 64, 3),
(711, 2602, 8, 15, 64, 3),
(711, 1765, 8, 59, 255, 3),
(711, 2603, 8, 30, 64, 3);
-- 717 - "Selo's Accelerando"
-- 4395 - "Selo's Rhythm of Speed" (indoor usable)
-- 2605 - "Selo's Accelerating Chorus"
-- 735 - "Lyssa's Veracious Concord"
-- 2602 - "Song of Sustenance"
-- 1765 - "Solon's Charismatic Concord"
-- 2603 - "Amplification"