aSabertoothTactician133771656.lua 462 B

123456789101112131415161718192021222324
  1. --[[
  2. Script Name : SpawnScripts/Blackburrow/aSabertoothTactician133771656.lua
  3. Script Author : neatz09
  4. Script Date : 2020.12.06 05:12:49
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SpawnSet(NPC, "visual_state", 228)
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end
  14. function attacked(NPC, Spawn)
  15. SpawnSet(NPC, "visual_state", 0)
  16. end
  17. function aggro(NPC, Spawn)
  18. SpawnSet(NPC, "visual_state", 0)
  19. end