Advertisement
image

Frozen Halls npc-s

Dec 26th, 2011
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 2.66 KB | None | 0 0
  1. -- EBON BLADE COMMANDER
  2. INSERT INTO `creature` (`id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`)
  3. VALUES
  4. ('37967', '571', '1', '1', '0', '0', '5699.5', '2143.68', '798.143', '1.68591', '300', '0', '0', '13033', '0', '0', '0'),
  5. ('37967', '571', '1', '1', '0', '0', '5683.01', '2145.11', '798.145', '1.14398', '300', '0', '0', '13033', '0', '0', '0'),
  6. ('37967', '571', '1', '1', '0', '0', '5679.91', '2107.91', '798.138', '6.24906', '300', '0', '0', '13033', '0', '0', '0'),
  7. ('37967', '571', '1', '1', '0', '0', '5691.88', '2090.5', '798.138', '2.90719', '300', '0', '0', '13033', '0', '0', '0'),
  8. ('37967', '571', '1', '1', '0', '0', '5652.81', '2089.29', '798.055', '1.63877', '300', '0', '0', '13033', '0', '0', '0'),
  9. ('37967', '571', '1', '1', '0', '0', '5636.54', '2103.17', '798.055', '5.43224', '300', '0', '0', '13033', '0', '0', '0'),
  10. ('37967', '571', '1', '1', '0', '0', '5669.21', '2018.1', '798.042', '2.26199', '300', '0', '0', '13033', '0', '0', '0'),
  11. ('37967', '571', '1', '1', '0', '0', '5638.67', '1997.97', '798.053', '1.96746', '300', '0', '0', '13033', '0', '0', '0'),
  12. ('37967', '571', '1', '1', '0', '0', '5606.79', '2012.58', '798.04', '0.808995', '300', '0', '0', '13033', '0', '0', '0');
  13. UPDATE creature_template SET `expansion` = "2", `attackpower` = "708", `dynamicflags` = "8", `minrangedmg` = "353", `maxrangedmg` = "512", `rangedattackpower` = "112", `flags_extra` = "0" WHERE entry=37967;
  14.  
  15.  
  16. -- ARGENT COMMANDER
  17. INSERT INTO `creature` (`id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`)
  18. VALUES
  19. ('37965', '571', '1', '1', '0', '33698', '5680.85', '2168.39', '798.126', '0.397261', '300', '0', '0', '13033', '0', '0', '0'),
  20. ('37965', '571', '1', '1', '0', '33698', '5706.57', '2166.38', '798.126', '2.34505', '300', '0', '0', '13033', '0', '0', '0'),
  21. ('37965', '571', '1', '1', '0', '0', '5656.98', '2008.31', '798.125', '2.05934', '300', '0', '0', '13033', '0', '0', '0'),
  22. ('37965', '571', '1', '1', '0', '0', '5622.52', '1998.01', '798.057', '0.900863', '300', '0', '0', '13033', '0', '0', '0'),
  23. ('37965', '571', '1', '1', '0', '0', '5596.27', '2023.93', '798.041', '0.691159', '300', '0', '0', '13033', '0', '0', '0');
  24. UPDATE creature_template SET `expansion` = "2", `attackpower` = "708", `dynamicflags` = "8", `minrangedmg` = "353", `maxrangedmg` = "512", `rangedattackpower` = "112", `flags_extra` = "0" WHERE entry=37965;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement