Rift.lua 581 B

12345678910111213141516171819
  1. --[[
  2. Script Name : Spells/Mage/Sorcerer/Warlock/Rift.lua
  3. Script Author : neatz09
  4. Script Date : 2019.08.26 08:08:02
  5. Script Purpose :
  6. :
  7. --]]
  8. --need knockback function
  9. -- Inflicts 1107 - 1845 magic damage on targets in Area of Effect
  10. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  11. SpellDamage(Target, DmgType, MinVal, MaxVal)
  12. -- Throws target back
  13. -- If Target is not Epic
  14. -- Stuns targets in Area of Effect
  15. -- If Target is not Epic
  16. -- Resistibility increases against targets higher than level 29.
  17. end