Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**************************
- Lieutenants of Darkness
- **************************/
- -- Script
- DELETE FROM `creature_template` WHERE `entry`=198453 LIMIT 1;
- INSERT INTO `creature_template` (`entry`, `modelid1`, `name`, `subname`, `IconName`, `minlevel`, `maxlevel`, `exp`, `faction_A`, `faction_H`, `mindmg`, `maxdmg`, `attackpower`, `baseattacktime`, `unit_class`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `lootid`, `spell1`, `spell2`, `mingold`, `maxgold`, `AIName`, `InhabitType`, `Health_mod`, `Mana_mod`) VALUES
- (198453, 35810, 'High Priest Sekhemet', '', '', 85, 85, 3, 14, 14, 530, 713, 827, 2000, 1, 399, 559, 169, 7, 47730, 86845, 79932, 15, 33, 'SmartAI', 1, 2.39607, 8908);
- -- Spawn npc
- DELETE FROM `creature` WHERE `guid`=194758 LIMIT 1;
- INSERT INTO `creature` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `curhealth`) VALUES
- (194758, 47730, 1, -11197.42, -488.26, 116.19, 3.99456, 300, 7);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement