UrbanSprawl.lua 464 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : Spells/Commoner/UrbanSprawl.lua
  3. Script Author : John
  4. Script Date : 2012.07.07 12:07:26
  5. Script Notes : Enter special notes here
  6. :
  7. --]]
  8. function cast(Caster, Target, SkillAmt)
  9. AddSkillBonus(Target, 418532101, SkillAmt) -- Slashing
  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