Athgar.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/Freeport/Athgar.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.07.18 08:07:46
  5. Script Purpose :
  6. :
  7. --]]
  8. dofile("SpawnScripts/Generic/GenericGuardVoiceOvers.lua")
  9. function spawn(NPC)
  10. MovementLoopAddLocation(NPC, -227.38, -56.07, 203.59, 2, 0)
  11. MovementLoopAddLocation(NPC, -228.03, -56.06, 198.77, 2, 0)
  12. MovementLoopAddLocation(NPC, -207.57, -56.69, 198.61, 2, 0)
  13. MovementLoopAddLocation(NPC, -200.65, -56.69, 190.73, 2, 0)
  14. MovementLoopAddLocation(NPC, -200.52, -56.69, 147.88, 2, 0)
  15. MovementLoopAddLocation(NPC, -208.64, -56.69, 139.48, 2, 0)
  16. MovementLoopAddLocation(NPC, -223.02, -56.07, 139.63, 2, 0)
  17. MovementLoopAddLocation(NPC, -235.89, -56.07, 135.81, 2, 0)
  18. MovementLoopAddLocation(NPC, -257.38, -57.94, 135.19, 2, 10)
  19. MovementLoopAddLocation(NPC, -235.89, -56.07, 135.81, 2, 0)
  20. MovementLoopAddLocation(NPC, -223.02, -56.07, 139.63, 2, 0)
  21. MovementLoopAddLocation(NPC, -208.64, -56.69, 139.48, 2, 0)
  22. MovementLoopAddLocation(NPC, -200.52, -56.69, 147.88, 2, 0)
  23. MovementLoopAddLocation(NPC, -200.65, -56.69, 190.73, 2, 0)
  24. MovementLoopAddLocation(NPC, -207.57, -56.69, 198.61, 2, 0)
  25. MovementLoopAddLocation(NPC, -228.03, -56.06, 198.77, 2, 0)
  26. MovementLoopAddLocation(NPC, -227.38, -56.07, 203.59, 2, 0)
  27. MovementLoopAddLocation(NPC, -236.93, -56.06, 203.76, 2, 10)
  28. end
  29. function hailed(NPC, Spawn)
  30. FaceTarget(NPC, Spawn)
  31. GenericGuardHail(NPC, Spawn, Faction)
  32. end
  33. function respawn(NPC)
  34. end