Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. Heyo,
  2.  
  3. I sell my config of the MythicMobs bosses I created.
  4. This code works with the version MythicMobs-2.1.9.
  5. I coded them along with the RPGME plugin so if the bosses are too strong, you could just change the variables to a lower number.
  6.  
  7. NOTE:
  8. ALMOST every ability has their own particle and sound!
  9. To know which ability the mob used.
  10. Also every boss has a health indicator and is getting displayed in the action bar.
  11.  
  12. There are 4 bosses;
  13.  
  14. Knight(Phantom):
  15.  
  16. Difficulty: Normal
  17. Attack: Melee
  18.  
  19. Abilities: DirectStab, StunAttack, BombAttack
  20. When the boss is on his 25% of health he uses his BombAttack to knock the players away from him.
  21. When the boss is on his 20% of health he gets speed.
  22.  
  23. Modifiers:
  24. This boss can't be attacked by arrows.
  25. Speed of this boss is 20% less than normal.
  26. The boss only attacks the player who's dealing the most damage.
  27.  
  28. QuickNote: Some swords have another lore on it. (The color will show how rare the sword is)
  29. Drops:
  30. - PhantomSword1 IronSword sharpness:1 DropChance 40%
  31. - PhantomSword2 IronSword sharpness:2 DropChance 35%
  32. - PhantomSword3 IronSword sharpness:3 DropChance 30%
  33. - PhantomSword4 DiamondSword sharpness:4 DropChance 25%
  34. - PhantomSword5 DiamondSword sharpness:5 DropChance 20%
  35. - PhantomSword6 DiamondSword sharpness:6 unbreaking:3 DropChance 15%
  36. - PhantomSword7 DiamondSword sharpness:7 unbreaking:3 DropChance 10%
  37. - PhantomSword8 DiamondSword sharpness:8 unbreaking:4 DropChance 5%
  38. - SpecialCake DropChance 50%
  39. - KnightChest DropChance 50%
  40. - KnightPants DropChance 50%
  41. - KnightBossEgg DropChance 10%
  42.  
  43.  
  44. Archer:
  45. Difficulty: Normal
  46. Attack: Range
  47.  
  48. Abilities: DirectShot, WindArrow, MinionSummon, StunAttack3, Rapidfire
  49. When the boss is on his 20% of health he uses his Rapidfire.
  50. Uses TpAttack every 20 seconds. To prefent stuck killing.
  51.  
  52. Modifiers:
  53. The boss only attacks the player who's dealing the most damage.
  54.  
  55. QuickNote: Some bows have another lore on it. (The color will show how rare the bow is)
  56. Drops:
  57. - ArcherChest DropChance 50%
  58. - ArcherPants DropChance 50%
  59. - BossBow Power:1 DropChance 40%
  60. - BossBow2 Power:2 DropChance 35%
  61. - BossBow3 Power:3 DropChance 30%
  62. - BossBow4 Power:4 DropChance 25%
  63. - BossBow5 Power:5 DropChance 20%
  64. - BossBow6 Power:6 unbreaking:3 DropChance 15%
  65. - BossBow7 Power:7 unbreaking:3 DropChance 10%
  66. - BossBow8 Power:8 unbreaking:4 DropChance 5%
  67. - ArcherBossEgg DropChance 10%
  68.  
  69.  
  70. Ghost:
  71. Difficulty: Normal
  72. Attack: Melee and Range
  73.  
  74. Abilities: Fireball, FireCircleTrap, FlameShield, FlameShield2, StunAttack4
  75. When the boss is 25% of his health he'll turn invisible.
  76. When he is invisible he's going to instantiate particles every 4 seconds.
  77. He is also going to make sounds to know where he is.
  78. When he's turning invisible he would use the StunAttack4 first to knock the players away from him to prevent stuck killing.
  79.  
  80. Modifiers:
  81. The boss only attacks the player who's dealing the most damage.
  82. This boss can't be attacked by arrows.
  83.  
  84. Drops:
  85. - GhostBlazeRod sharpness:3 DropChance 40%
  86. - GhostBlazeRod sharpness:4 DropChance 35%
  87. - GhostBlazeRod sharpness:5 DropChance 30%
  88. - GhostBlazeRod sharpness:6 DropChance 25%
  89. - GhostBlazeRod sharpness:7 DropChance 20%
  90. - GhostBlazeRod (+4 hearts equipping this) sharpness:8 fire_aspect:2 DropChance 15%
  91. - GhostBlazeRod (+7 hearts equipping this) sharpness:9 fire_aspect:3 DropChance 10%
  92. - GhostBlazeRod (+11 hearts equipping this) sharpness:10 fire_aspect:4 DropChance 5%
  93. - DiamondSpeedBoots1 (Gives the player 20% more speed) protection:5 unbreaking:5 DropChance 20%
  94. - DiamondSpeedBoots2 (Gives the player 30% more speed) protection:5 unbreaking:5 DropChance 10%
  95. - DiamondSpeedBoots3 (Gives the player 40% more speed) protection:5 unbreaking:5 DropChance 5%
  96. - EyeOfTheGhost DropChance 25%
  97. - GhostBossEgg DropChance 10%
  98.  
  99.  
  100. Python:
  101. Difficulty: Hard
  102. Attack: Melee and Range
  103.  
  104. Abilities: RegenPython1/2/3, Speed, DamPython, PythonCircleTrap, PythonTP, PythonVol
  105. Applies RegenPython1 when boss is on 60% health, RegenPython1 heals 10%. Cooldown: 50
  106. Applies RegenPython2 when boss is on 40% health, RegenPython2 heals 20%. Cooldown: 35
  107. Applies RegenPython3 when boss is on 10% health, RegenPython3 heals 30%. Cooldown: 999999
  108. DamPython increases his damage by 20% temporary it instantiate particles while doing this ability.
  109. PythonCircleTrap instantiate lava inside of you temporary. So he can get to you if you don't come out in time.
  110. PythonTP Will tp to the players who's dealing the most damage and give it a big circle particle explosion. This will knock all the players in that circle in the air.
  111. PythonVol This will instantiate a small circle around him and if a players get in there he'll get a harm and wither effect for a few seconds.
  112.  
  113. Modifiers:
  114. The boss only attacks the player who's dealing the most damage.
  115.  
  116. Drops:
  117. - PythonDiamondHelmet (+4 hearts wearing this) protection:6 unbreaking:5 DropChance 20%
  118. - PythonDiamondChestPlate (+4 hearts wearing this) protection:6 unbreaking:5 DropChance 20%
  119. - PythonDiamondLeggings (+4 hearts wearing this) protection:6 unbreaking:5 DropChance 20%
  120. - PythonDiamondBoots (+4 hearts wearing this) protection:6 unbreaking:5 DropChance 20%
  121. - PythonDiamondSword (AttackSpeed: 2 times faster) sharpness:8 unbreaking:4 DropChance 20%
  122. - PythonBossEgg DropChance 10%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement