ConstructHead1.lua 552 B

12345678910111213141516
  1. --[[
  2. Script Name : Spells/Fighter/ConstructHead1.lua
  3. Script Author : neatz09
  4. Script Date : 2019.11.11 09:11:38
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- On any combat or spell hit this spell may cast Mystical Essence on target of attack. Lasts for 2.0 seconds. Triggers about 2.0 times per minute.
  10. -- Stuns target
  11. -- Does not affect Epic targets
  12. function cast(Caster, Target)
  13. Say(Caster, "time " .. os.time(os.date("!*t")))
  14. end