Advertisement
l1ghtowl00

Untitled

Jan 22nd, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. EBPain:
  2. spell-class: ".targeted.PainSpell"
  3. damage: 50
  4. range: 15
  5. ignore-armor: false
  6. obey-los: true
  7. target-players: true
  8. target-non-players: true
  9. check-plugins: true
  10.  
  11. EB1:
  12. spell-class: ".targeted.PotionEffectSpell"
  13. range: 15
  14. type: 2
  15. strength: 2
  16. duration: 50
  17. targeted: true
  18. target-players: true
  19. target-non-players: true
  20. obey-los: true
  21.  
  22. EB2:
  23. spell-class: ".targeted.PotionEffectSpell"
  24. range: 15
  25. type: 20
  26. strength: 2
  27. duration: 50
  28. targeted: true
  29. target-players: true
  30. target-non-players: true
  31. obey-los: true
  32.  
  33. EB3:
  34. spell-class: ".targeted.PotionEffectSpell"
  35. range: 15
  36. type: 15
  37. strength: 2
  38. duration: 50
  39. targeted: true
  40. target-players: true
  41. target-non-players: true
  42. obey-los: true
  43.  
  44. EB4:
  45. spell-class: ".TargetedMultiSpell"
  46. check-individual-cooldowns: false
  47. require-entity-target: false
  48. target-players: true
  49. spells:
  50. - EBPain
  51. - EB1
  52. - EB2
  53. - EB3
  54.  
  55. EBProjectile:
  56. spell-class: ".instant.ParticleProjectileSpell"
  57. projectile-gravity: 0.01
  58. projectile-velocity: 30
  59. tick-interval: 1
  60. particle-name: blockcrack_41
  61. particle-speed: 0.00001
  62. particle-count: 100
  63. particle-horizontal-spread: 0.6
  64. particle-vertical-spread: 0.9
  65. hit-players: true
  66. hit-non-players: true
  67. spell: EB4
  68. stop-on-hit-entity: false
  69. stop-on-hit-ground: false
  70. max-distance: 30
  71. max-duration: 30
  72. hit-radius: 2
  73. effects:
  74. 1:
  75. position: caster
  76. effect: fireworks
  77. type: 4
  78. flight: 0
  79. colors: FFFF00
  80. fade-colors: FFFF00
  81.  
  82. EBExternal1:
  83. spell-class: ".ExternalCommandSpell"
  84. command-to-execute:
  85. - "c teach %a EBPassive2"
  86. command-to-execute-later: []
  87. command-delay: 0
  88. execute-on-console-instead: true
  89. require-player-target: false
  90. execute-as-target-instead: false
  91.  
  92. EBExternal2:
  93. spell-class: ".ExternalCommandSpell"
  94. command-to-execute:
  95. - "c forget %a EBPassive2"
  96. command-to-execute-later: []
  97. command-delay: 0
  98. execute-on-console-instead: true
  99. require-player-target: false
  100. execute-as-target-instead: false
  101.  
  102. EBExternalMulti:
  103. spell-class: ".MultiSpell"
  104. spells:
  105. - EBExternal1
  106. - DELAY 200
  107. - EBExternal2
  108.  
  109. EBPassive1:
  110. spell-class: ".PassiveSpell"
  111. triggers:
  112. - spellcast EnergyBeam
  113. chance: 100
  114. cast-without-target: true
  115. cooldown: 0
  116. spells:
  117. - EBExternalMulti
  118.  
  119. EBPassive2:
  120. spell-class: ".PassiveSpell"
  121. triggers:
  122. - sneak
  123. chance: 100
  124. cast-without-target: true
  125. cooldown: 0
  126. spells:
  127. - EBProjectile
  128.  
  129. TRSpeed:
  130. spell-class: ".targeted.PotionEffectSpell"
  131. range: 15
  132. type: 1
  133. strength: 4
  134. duration: 100
  135. targeted: false
  136. target-players: true
  137. target-non-players: true
  138. obey-los: true
  139. effects:
  140. 1:
  141. position: buff
  142. buff-interval: 0.0001
  143. effect: particles
  144. particle-name: blockcrack_95_4
  145. horiz-spread: 0.9
  146. vert-spread: 0.9
  147. speed: 0.0001
  148. count: 100
  149.  
  150. TRBuff:
  151. spell-class: ".buff.DummySpell"
  152. duration: 5
  153. effects:
  154. 1:
  155. position: orbit
  156. orbit-radius: 2
  157. orbit-tick-interval: 2
  158. orbit-y-offset: 1
  159. effect: particles
  160. particle-name: blockcrack_95_4
  161. horiz-spread: 0.3
  162. vert-spread: 0.3
  163. speed: 0.001
  164. count: 100
  165. 2:
  166. position: orbit
  167. orbit-radius: 2
  168. orbit-tick-interval: 2
  169. orbit-y-offset: 1
  170. effect: particles
  171. particle-name: blockcrack_95_4
  172. horiz-spread: 0.3
  173. vert-spread: 0.3
  174. speed: 0.001
  175. count: 100
  176. orbit-counter-clockwise: true
  177.  
  178. TRWither:
  179. spell-class: ".targeted.PotionEffectSpell"
  180. range: 15
  181. type: 20
  182. strength: 50
  183. duration: 100
  184. targeted: false
  185. target-players: true
  186. target-non-players: true
  187. obey-los: true
  188.  
  189. TRMulti:
  190. spell-class: ".MultiSpell"
  191. spells:
  192. - TRWither
  193. - TRSpeed
  194. - TRBuff
  195.  
  196. TRPassive1:
  197. spell-class: ".PassiveSpell"
  198. triggers:
  199. - sprint
  200. chance: 100
  201. cast-without-target: false
  202. spells:
  203. - TRMulti
  204.  
  205. TRExternal:
  206. spell-class: ".ExternalCommandSpell"
  207. command-to-execute: "c teach %t TRPassive1"
  208. command-to-execute-later: "c forget %t TRPassive1"
  209. command-delay: 300
  210. require-player-target: true
  211. execute-on-console-instead: true
  212. obey-los: true
  213. range: 15
  214.  
  215. TimeRunner:
  216. spell-class: ".targeted.AreaEffectSpell"
  217. cast-item: diamond
  218. horizontal-radius: 15
  219. vertical-radius: 15
  220. point-blank: true
  221. target-players: true
  222. fail-if-no-targets: true
  223. spells:
  224. - TRExternal
  225. name: "&eTime Runner"
  226. cooldown: 60
  227. cost:
  228. - mana 150
  229.  
  230. AgeForwarder:
  231. spell-class: ".PassiveSpell"
  232. name: "&eAge Forwarder"
  233. triggers:
  234. - takedamage
  235. chance: 50
  236. cancel-default-action: true
  237. cast-without-target: false
  238. spells:
  239. - AFDrain
  240. - AFDummy1
  241. AFDrain:
  242. spell-class: ".targeted.DrainlifeSpell"
  243. range: 5
  244. take-type: health
  245. take-amt: 5
  246. give-type: health
  247. give-amt: 5
  248. animation-speed: 2
  249. ignore-armor: true
  250. can-target: players,monsters
  251. check-plugins: true
  252.  
  253. AFDummy1:
  254. spell-class: ".targeted.DummySpell"
  255. effects:
  256. 1:
  257. position: target
  258. effect: particles
  259. particle-name: blockcrack_95_4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement