WickedWandofMalice.lua 525 B

123456789101112131415161718192021222324252627282930313233343536
  1. --[[
  2. Script Name :
  3. Script Purpose :
  4. Script Author :
  5. Script Date : 4/4/2020
  6. Script Notes :
  7. --]]
  8. function obtained(Item, Player)
  9. end
  10. function removed(Item, Player)
  11. end
  12. function destroyed(Item, Player)
  13. end
  14. function examined(Item, Player)
  15. end
  16. function used(Item, Player)
  17. end
  18. function cast(Item, Player)
  19. end
  20. function equipped(Item, Player)
  21. CastSpell(Player, 5430)
  22. end
  23. function unequipped(Item, Player)
  24. CastSpell(Player, 5430)
  25. end
  26. function proc(Item, Caster, Target, Type)
  27. end