Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DELETE FROM `creature` WHERE `id` = 40365 AND map = 670;
- UPDATE `creature_template` SET `ScriptName`='npc_drahga_valiona' WHERE `entry`=40320;
- UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=87, `faction_A`=16, `faction_H`=16, `flags_extra`=128, `ScriptName`='npc_seeping_twilight' WHERE `entry`=40365;
- DELETE FROM `creature_text` WHERE `entry` = 40320 AND `sound` IN (18523, 18524);
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (40320, 0, 0, 'If they do not kill you, I will do it myself!', 1, 0, 0, 0, 0, 18523, 'VO_GB_Valiona_Event01');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (40320, 1, 0, 'I will not die for you, Drahga.', 1, 0, 0, 0, 0, 18524, 'VO_GB_Valiona_Event02');
- UPDATE `creature_template` SET `unit_flags` = `unit_flags` | 32832 WHERE `entry` = 40320;
- UPDATE `creature_template` SET `vehicle_id` = 737 WHERE `entry` = 40320;
- REPLACE INTO `creature_model_info` (`modelid`, `bounding_radius`, `combat_reach`, `gender`) VALUES
- (31795, '0.85', '9.35', 2);
Advertisement
Add Comment
Please, Sign In to add comment