Files
AscEmu/sql/world/updates/20230709-01_hardcoded_ai_scripts.sql
Zyres a671a0eb9d Move hardcoded aiscripts to database for map 565
@aaron02  there are some scripts left, check it out maybe we can move them too.
Related to #1113
2023-07-09 10:44:50 +02:00

10 lines
1.2 KiB
SQL

-- Gruuls Lair (565)
REPLACE INTO `creature_ai_scripts` VALUES ('8606', '12340', '19389', '4', '0', '5', '1', '0', '20', '39174', '0', '0', '2', '15000', '15000', '0', '100', '0', '0', 'Lair Brute - Cleave');
REPLACE INTO `creature_ai_scripts` VALUES ('8606', '12340', '19389', '4', '0', '5', '1', '0', '8', '39171', '0', '0', '2', '20000', '20000', '0', '100', '0', '0', 'Lair Brute - Mortal Strike');
REPLACE INTO `creature_ai_scripts` VALUES ('8606', '12340', '21350', '4', '0', '5', '1', '0', '8', '22884', '0', '0', '0', '20000', '20000', '0', '100', '0', '0', 'Gronn-Priest - Psychic Scream');
REPLACE INTO `creature_ai_scripts` VALUES ('8606', '12340', '21350', '4', '0', '5', '1', '0', '8', '36679', '0', '0', '5', '25000', '25000', '0', '100', '0', '0', 'Gronn-Priest - Renew');
REPLACE INTO `creature_ai_scripts` VALUES ('8606', '12340', '21350', '4', '0', '5', '1', '0', '8', '36678', '0', '0', '5', '30000', '30000', '0', '100', '0', '0', 'Gronn-Priest - Heal');
REPLACE INTO `creature_ai_scripts` VALUES ('8606', '12340', '18847', '4', '0', '5', '1', '0', '10', '33086', '0', '0', '2', '10000', '10000', '0', '100', '0', '0', 'Gronn-Priest - Heal');
INSERT INTO `world_db_version` VALUES ('130', '20230709-01_hardcoded_ai_scripts');