NimberFastfoot.lua 456 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/QeynosHarbor/NimberFastfoot.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.06.12 03:06:17
  5. Script Purpose :
  6. :
  7. --]]
  8. dofile("SpawnScripts/Generic/GenericEcologyVoiceOvers.lua")
  9. function spawn(NPC)
  10. SetPlayerProximityFunction(NPC, 5, "InRange", "LeaveRange")
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC,Spawn)
  14. GenericRaceCheckHail(NPC, Spawn, faction)
  15. end