SummonAnimatedTome.lua 466 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : Spells/Mage/Sorcerer/SummonAnimatedTome.lua
  3. Script Author : Guardian
  4. Script Date : 2012.10.21 08:10:11
  5. Script Notes : Enter special notes here
  6. :
  7. --]]
  8. function cast(Caster, Target, PetID)
  9. SummonPet(Caster, PetID)
  10. end
  11. function tick(Caster, Target, Type, Min, Max)
  12. -- code to process each call_frequency (tick) set in spell_tiers
  13. end
  14. function remove(Caster, Target, Type, Min, Max)
  15. -- code to remove the spell
  16. end