Minor fixes v14 (Firelands Raid)

kuramajssken

China
Gold Supporter
Verified Member
19
2021
24
Added plot line missing from BOSS Baleroc.

DELETE FROM `creature_text` WHERE `entry` = 53494;
INSERT INTO `creature_text` VALUES (53494, 0, 0, 'You are forbidden from my master\'s domain, mortals.', 14, 0, 100, 0, 0, 24441, '0', 52180);
INSERT INTO `creature_text` VALUES (53494, 1, 0, 'Fool mortals. Hurl yourselves into your own demise!', 14, 0, 100, 0, 0, 24446, '0', 52185);
INSERT INTO `creature_text` VALUES (53494, 2, 0, 'Burn beneath my molten fury!', 14, 0, 100, 0, 0, 24459, '0', 52181);
INSERT INTO `creature_text` VALUES (53494, 3, 0, 'By the Firelord\'s command, you, too, shall perish!', 14, 0, 100, 0, 0, 24447, '0', 52182);
INSERT INTO `creature_text` VALUES (53494, 4, 0, 'None shall pass!', 14, 0, 100, 0, 0, 24452, '0', 13052);
INSERT INTO `creature_text` VALUES (53494, 4, 1, 'You have been judged.', 14, 0, 100, 0, 0, 24449, '0', 52177);
INSERT INTO `creature_text` VALUES (53494, 4, 2, 'Behold your weakness.', 14, 0, 100, 0, 0, 24451, '0', 52178);
INSERT INTO `creature_text` VALUES (53494, 5, 0, 'Your flesh is forfeit to the fires of this realm.', 14, 0, 100, 0, 0, 24450, '0', 52183);
INSERT INTO `creature_text` VALUES (53494, 6, 0, '%s goes into a berserker rage!', 16, 0, 100, 0, 0, 0, '0', 4428);
INSERT INTO `creature_text` VALUES (53494, 7, 0, 'Mortal filth... the master\'s keep is forbidden...', 14, 0, 100, 0, 0, 24444, '0', 52650);
INSERT INTO `creature_text` VALUES (53494, 8, 0, '|TInterface\\Icons\\inv_sword_09.blp:20|t%s readies his |cFFFF0000Inferno Blade|r!', 41, 0, 100, 0, 0, 0, '0', 52890);
INSERT INTO `creature_text` VALUES (53494, 9, 0, '|TInterface\\Icons\\spell_shadow_curse:20|t%s readies his |cFF551A8BDecimation Blade|r!', 41, 0, 100, 0, 0, 0, '0', 52889);
 

kureji

Gold Supporter
Verified Member
19
2021
40
Thanks for the update!

You might want to have future updates in code blocks next time, hit the triple dots and then then </> button, set the language to SQL and then your code will look like this:
SQL:
DELETE FROM `creature_text` WHERE `entry` = 53494;
INSERT INTO `creature_text` VALUES (53494, 0, 0, 'You are forbidden from my master\'s domain, mortals.', 14, 0, 100, 0, 0, 24441, '0', 52180);
INSERT INTO `creature_text` VALUES (53494, 1, 0, 'Fool mortals. Hurl yourselves into your own demise!', 14, 0, 100, 0, 0, 24446, '0', 52185);
INSERT INTO `creature_text` VALUES (53494, 2, 0, 'Burn beneath my molten fury!', 14, 0, 100, 0, 0, 24459, '0', 52181);
INSERT INTO `creature_text` VALUES (53494, 3, 0, 'By the Firelord\'s command, you, too, shall perish!', 14, 0, 100, 0, 0, 24447, '0', 52182);
INSERT INTO `creature_text` VALUES (53494, 4, 0, 'None shall pass!', 14, 0, 100, 0, 0, 24452, '0', 13052);
INSERT INTO `creature_text` VALUES (53494, 4, 1, 'You have been judged.', 14, 0, 100, 0, 0, 24449, '0', 52177);
INSERT INTO `creature_text` VALUES (53494, 4, 2, 'Behold your weakness.', 14, 0, 100, 0, 0, 24451, '0', 52178);
INSERT INTO `creature_text` VALUES (53494, 5, 0, 'Your flesh is forfeit to the fires of this realm.', 14, 0, 100, 0, 0, 24450, '0', 52183);
INSERT INTO `creature_text` VALUES (53494, 6, 0, '%s goes into a berserker rage!', 16, 0, 100, 0, 0, 0, '0', 4428);
INSERT INTO `creature_text` VALUES (53494, 7, 0, 'Mortal filth... the master\'s keep is forbidden...', 14, 0, 100, 0, 0, 24444, '0', 52650);
INSERT INTO `creature_text` VALUES (53494, 8, 0, '|TInterface\\Icons\\inv_sword_09.blp:20|t%s readies his |cFFFF0000Inferno Blade|r!', 41, 0, 100, 0, 0, 0, '0', 52890);
INSERT INTO `creature_text` VALUES (53494, 9, 0, '|TInterface\\Icons\\spell_shadow_curse:20|t%s readies his |cFF551A8BDecimation Blade|r!', 41, 0, 100, 0, 0, 0, '0', 52889);
 

kuramajssken

China
Gold Supporter
Verified Member
19
2021
24
Thanks for the update!

You might want to have future updates in code blocks next time, hit the triple dots and then then </> button, set the language to SQL and then your code will look like this:
SQL:
DELETE FROM `creature_text` WHERE `entry` = 53494;
INSERT INTO `creature_text` VALUES (53494, 0, 0, 'You are forbidden from my master\'s domain, mortals.', 14, 0, 100, 0, 0, 24441, '0', 52180);
INSERT INTO `creature_text` VALUES (53494, 1, 0, 'Fool mortals. Hurl yourselves into your own demise!', 14, 0, 100, 0, 0, 24446, '0', 52185);
INSERT INTO `creature_text` VALUES (53494, 2, 0, 'Burn beneath my molten fury!', 14, 0, 100, 0, 0, 24459, '0', 52181);
INSERT INTO `creature_text` VALUES (53494, 3, 0, 'By the Firelord\'s command, you, too, shall perish!', 14, 0, 100, 0, 0, 24447, '0', 52182);
INSERT INTO `creature_text` VALUES (53494, 4, 0, 'None shall pass!', 14, 0, 100, 0, 0, 24452, '0', 13052);
INSERT INTO `creature_text` VALUES (53494, 4, 1, 'You have been judged.', 14, 0, 100, 0, 0, 24449, '0', 52177);
INSERT INTO `creature_text` VALUES (53494, 4, 2, 'Behold your weakness.', 14, 0, 100, 0, 0, 24451, '0', 52178);
INSERT INTO `creature_text` VALUES (53494, 5, 0, 'Your flesh is forfeit to the fires of this realm.', 14, 0, 100, 0, 0, 24450, '0', 52183);
INSERT INTO `creature_text` VALUES (53494, 6, 0, '%s goes into a berserker rage!', 16, 0, 100, 0, 0, 0, '0', 4428);
INSERT INTO `creature_text` VALUES (53494, 7, 0, 'Mortal filth... the master\'s keep is forbidden...', 14, 0, 100, 0, 0, 24444, '0', 52650);
INSERT INTO `creature_text` VALUES (53494, 8, 0, '|TInterface\\Icons\\inv_sword_09.blp:20|t%s readies his |cFFFF0000Inferno Blade|r!', 41, 0, 100, 0, 0, 0, '0', 52890);
INSERT INTO `creature_text` VALUES (53494, 9, 0, '|TInterface\\Icons\\spell_shadow_curse:20|t%s readies his |cFF551A8BDecimation Blade|r!', 41, 0, 100, 0, 0, 0, '0', 52889);
okay
 
Top