Advertisement
bucur35

High Priest Sekhemet

Sep 2nd, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.97 KB | None | 0 0
  1. /**************************
  2.  Lieutenants of Darkness
  3. **************************/
  4.  
  5. -- Script
  6.  
  7. DELETE FROM `creature_template` WHERE  `entry`=198453 LIMIT 1;
  8. 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
  9. (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);
  10.  
  11. -- Spawn npc
  12.  
  13. DELETE FROM `creature` WHERE  `guid`=194758 LIMIT 1;
  14. INSERT INTO `creature` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `curhealth`) VALUES
  15. (194758, 47730, 1, -11197.42, -488.26, 116.19, 3.99456, 300, 7);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement