KeeperOfTheForest.lua 495 B

12345678910111213141516171819
  1. --[[
  2. Script Name : Spells\Tradidtions\KeeperOfTheForest.lua
  3. Script Author : Zcoretri
  4. Script Date : 2012.07.31
  5. Script Notes : Reduces gathering and foresting by 1 second.
  6. --]]
  7. function cast(Caster, Target, Defense, SkillAmt, Stats)
  8. --AddSpellBonus(Target, 0, Stats) -- STR needs to fixed to allow 0
  9. end
  10. function tick(Caster, Target, Type, Min, Max)
  11. end
  12. function remove(Caster, Target, Type, Min, Max)
  13. --RemoveSkillBonus(Target)
  14. --RemoveSpellBonus(Target)
  15. end