ataintedSapswillfighter133769455.lua 527 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedSapswillfighter133769455.lua
  3. Script Purpose : Level and difficulty for ataintedSapswillfighter133769455.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:18:22
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. SpawnSet(NPC, "level", "4")
  10. SpawnSet(NPC, "difficulty", "5")
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. spawn(NPC)
  17. end