OntheMarch.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : Spells/Fighter/Crusader/Shadowknight/OntheMarch.lua
  3. Script Author : neatz09
  4. Script Date : 2020.02.22 12:02:38
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, Int, CastSpeed, Multi)
  9. AddSpellBonus(Target, 4, Int)
  10. AddSpellBonus(Target, 664, CastSpeed)
  11. AddSpellBonus(Target, 641, Multi)
  12. AddImmunitySpell(2, Target)
  13. AddImmunitySpell(3, Target)
  14. AddImmunitySpell(4, Target)
  15. AddImmunitySpell(5, Target)
  16. AddImmunitySpell(6, Target)
  17. end
  18. function remove(Caster, Target)
  19. RemoveSpellBonus(Target)
  20. RemoveImmunitySpell(2,Target)
  21. RemoveImmunitySpell(3,Target)
  22. RemoveImmunitySpell(4,Target)
  23. RemoveImmunitySpell(5,Target)
  24. RemoveImmunitySpell(6,Target)
  25. end
  26. -- Info from spell_display_effects (remove from script when done)
  27. -- Applies On the March. Lasts for 10.0 seconds.
  28. -- Increases INT of group members (AE) by 102.1
  29. -- Increases Ability Casting Speed of group members (AE) by 35.3%
  30. -- Increases Multi Attack of group members (AE) by 35.3
  31. -- Makes group members (AE) immune to Root, Stifle, Stun, Fear and Daze effects