Advertisement
CelestialSatyr

Omega - MM Boss

May 3rd, 2016
1,711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. #This is the boss itself!
  2. Omega:
  3. Type: Zombie
  4. Display: '&6-=[&5Omega&6]=-'
  5. Health: 5000
  6. Armor: 3
  7. Damage: 8
  8. BossBar:
  9. Enabled: true
  10. Title: '-=[Omega]=-'
  11. Range: 80
  12. Color: RED
  13. Style: SOLID
  14. Faction: Boss
  15. Options:
  16. AlwaysShowName: true
  17. Despawn: false
  18. FollowRange: 20
  19. KnockbackResistance: 0.50
  20. MovementSpeed: 0.25
  21. NoDamageTicks: 10
  22. Persistant: true
  23. PreventItemPickup: true
  24. PreventMobKillDrops: true
  25. PreventOtherDrops: true
  26. RepeatAllSkills: true
  27. Drops:
  28. - exp 1000 1
  29. Modules:
  30. ThreatTable: true
  31. ImmunityTable: true
  32. AIGoalSelectors:
  33. - 0 Clear
  34. - 1 MeleeAttack
  35. - 2 RandomStroll
  36. AITargetSelectors:
  37. - 0 clear
  38. - 1 players
  39. - 2 attackers
  40. DamageModifiers:
  41. - PROJECTILE 0.75
  42. KillMessages:
  43. - '&6<target.name> &edied whilst fighting &6<mob.name>'
  44. Skills:
  45. - sendtitle{fadein=20;fadeout=20;duration=100;title=“&6>-<[&5Omega&6]>-<”;subtitle=“&9>-(&6The Dragon Slayer&9)-<”} @PlayersInRadius{r=50} ~onSpawn
  46. - skill{s=OmegaArrowVolley} @target ~onDamaged 0.01 >50%
  47. - skill{s=OmegaLightning} @target ~onDamaged 0.01 >50%
  48. - skill{s=OmegaMissile} @RTT ~onDamaged 0.01 >50%
  49. - skill{s=OmegaTeleport} @self ~onTimer:300 0.05 >50%
  50. - skill{s=OmegaSummon} @self ~onTimer:300 0.05 >50%
  51. - skill{s=OmegaSlam} @self ~onDamaged 0.01 >50%
  52. - skill{s=OmegaDisguise} @self ~onAttack =50%
  53. - ignite{ticks=100} @target ~onDamaged <50% 0.5
  54. - skill{s=FireBlast} @target ~onDamaged <50% 0.01
  55. - skill{s=Imprison} @target ~onDamaged <50% 0.01
  56. - skill{s=GroundSlam} @self ~onDamaged <50% 0.01
  57. - skill{s=MeteorShower} @self ~onTimer:800 <50% #Thank you Roboboy64 for this skill!
  58. - skill{s=WitheredRain} @RTT ~onDamaged <50% 0.01
  59. - sendtitle{fadein=20;fadeout=20;duration=100;title=“&6>-<[&5Omega&6]>-<”;subtitle=“&4&lHAS FALLEN”} @PlayersInRadius{r=50} ~onDeath
  60.  
  61. #This is a mob that is used for the MeteorShower ability!, This is also from Roboboy64!
  62. MeteorPointer:
  63. Type: bat
  64. Display: ''
  65. Health: 1000
  66. Damage: 0
  67. DamageModifiers:
  68. - ENTITY_ATTACK 0
  69. - PROJECTILE 0
  70. - FIRE 0
  71. - FIRE_TICK 0
  72. - LAVA 0
  73. - FALL 0
  74. - SUFFOCATION 0
  75. - MAGIC 0
  76. - CUSTOM 0
  77. - CONTACT 0
  78. - ENTITY_EXPLOSION 0
  79. - BLOCK_EXPLOSION 0
  80. Skills:
  81. - skill{s=MeteorPointerSpawn} @Self ~onSpawn
  82. - skill{s=MeteorPointerFinish} @Self ~onTimer:5 0.07
  83. Options:
  84. PreventOtherDrops: true
  85. KnockbackResistance: 1
  86. Silent: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement