GraspofBertoxxulous.lua 595 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/Mage/Sorcerer/Warlock/GraspofBertoxxulous.lua
  3. Script Author : Jabantiz
  4. Script Date : 2014.03.07 08:03:32
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- On a combat hit this spell may cast Venomous Runes on target of attack. Lasts for 16.0 seconds. Triggers about 2.0 times per minute.
  10. -- Inflicts 17 - 21 poison damage on target instantly and every 4 seconds
  11. function cast(Caster, Target)
  12. Say(Target, "Hah, nice try! That's not implemented yet!")
  13. end