Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. -----------------------------------------kara
  2.  
  3.  
  4. ---Boss 1: Attumen the Huntsman
  5.  
  6. -maxdmg=10000 mindmg=8000
  7. UPDATE `creature_template` SET `mindmg`='7500',`maxdmg`='8000' WHERE `entry`='15550';
  8. -maxdmg=8900 mindmg=7500
  9. UPDATE `creature_template` SET `mindmg`='7000',`maxdmg`='7500' WHERE `entry`='16151';
  10.  
  11.  
  12. ---Boss 2: Maiden of Virtue
  13. -maxdmg=12898 mindmg=10867
  14. UPDATE `creature_template` SET `mindmg`='9500',`maxdmg`='10500' WHERE `entry`='16457';
  15.  
  16. ---Boss 3: Moroes
  17. -maxdmg=10022 mindmg=8439
  18. UPDATE `creature_template` SET `mindmg`='8500',`maxdmg`='9500' WHERE `entry`='15687';
  19.  
  20.  
  21. ---Boss 4: The Curator
  22. -maxdmg=11454 mindmg=9650 health 1149300
  23. UPDATE `creature_template` SET `mindmg`='9000',`maxdmg`='10000',`minhealth`='1050000',`maxhealth`='1050000' WHERE `entry`='15691';
  24. -health 17000
  25. UPDATE `creature_template` SET `minhealth`='14500',`maxhealth`='14500' WHERE `entry`='17096';
  26.  
  27.  
  28. ---Boss 5: Terestian Illhoof
  29. -maxdmg=8823 mindmg=7430
  30. UPDATE `creature_template` SET `mindmg`='7900',`maxdmg`='8400' WHERE `entry`='15688';
  31. -maxdmg=2852 mindmg=1874
  32. UPDATE `creature_template` SET `mindmg`='2100',`maxdmg`='2500' WHERE `entry`='17229';
  33.  
  34.  
  35. ---Boss 6: Shade of Aran
  36. health=849760
  37. UPDATE `creature_template` `minhealth`='840000',`maxhealth`='840000' WHERE `entry`='16524';
  38.  
  39.  
  40. ---Boss 7: Netherspite
  41. -maxdmg=12830 mindmg=12293 health 1117800
  42. UPDATE `creature_template` SET `mindmg`='10000',`maxdmg`='11000',`minhealth`='1020000',`maxhealth`='1020000' WHERE `entry`='15689';
  43.  
  44. ---Boss 8: Prince Malchezaar
  45. -maxdmg=7509 mindmg=5310 health 1138200
  46. UPDATE `creature_template` SET `mindmg`='6000',`maxdmg`='7500',`minhealth`='1130000',`maxhealth`='1130000' WHERE `entry`='15690';
  47.  
  48. ---Boss 9: Nightbane
  49. -maxdmg=18245 mindmg=15315 health 1327900
  50. UPDATE `creature_template` SET `mindmg`='12000',`maxdmg`='14000',`minhealth`='1230000',`maxhealth`='1230000' WHERE `entry`='17225';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement