123456789101112131415161718192021 |
- --[[
- Script Name : SpawnScripts/QueensColony/adefiledpriest133769436.lua
- Script Purpose : Level and difficulty for adefiledpriest133769436.lua
- Script Author : Rylec
- Script Date : 04-19-2020 02:18:22
- Script Notes : Locations collected from Live
- --]]
- function spawn(NPC)
- SpawnSet(NPC, "level", "4")
- SpawnSet(NPC, "difficulty", "5")
- end
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- end
- function respawn(NPC)
- spawn(NPC)
- end
|