AtilusCrassus.lua 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/Freeport/AtilusCrassus.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.07.18 08:07:53
  5. Script Purpose :
  6. :
  7. --]]
  8. dofile("SpawnScripts/Generic/GenericGuardVoiceOvers.lua")
  9. function spawn(NPC)
  10. MovementLoopAddLocation(NPC, -105.03, -37.72, 27.05, 2, 0)
  11. MovementLoopAddLocation(NPC, -106.52, -37.48, 19.84, 2, 0)
  12. MovementLoopAddLocation(NPC, -100.98, -37.72, 9.20, 2, 0)
  13. MovementLoopAddLocation(NPC, -100.67, -37.71, -0.20, 2, 0)
  14. MovementLoopAddLocation(NPC, -94.60, -37.77, -6.31, 2, 0)
  15. MovementLoopAddLocation(NPC, -85.67, -37.77, -8.96, 2, 0)
  16. MovementLoopAddLocation(NPC, -75.73, -37.77, -4.20, 2, 0)
  17. MovementLoopAddLocation(NPC, -72.81, -37.77, 2.50, 2, 0)
  18. MovementLoopAddLocation(NPC, -75.85, -37.73, 16.86, 2, 0)
  19. MovementLoopAddLocation(NPC, -81.00, -37.74, 28.04, 2, 10)
  20. MovementLoopAddLocation(NPC, -81.00, -37.74, 28.04, 2, 0)
  21. MovementLoopAddLocation(NPC, -75.85, -37.73, 16.86, 2, 0)
  22. MovementLoopAddLocation(NPC, -72.81, -37.77, 2.50, 2, 0)
  23. MovementLoopAddLocation(NPC, -75.73, -37.77, -4.20, 2, 0)
  24. MovementLoopAddLocation(NPC, -85.67, -37.77, -8.96, 2, 0)
  25. MovementLoopAddLocation(NPC, -94.60, -37.77, -6.31, 2, 0)
  26. MovementLoopAddLocation(NPC, -100.67, -37.71, -0.20, 2, 0)
  27. MovementLoopAddLocation(NPC, -100.98, -37.72, 9.20, 2, 0)
  28. MovementLoopAddLocation(NPC, -106.52, -37.48, 19.84, 2, 0)
  29. MovementLoopAddLocation(NPC, -105.03, -37.72, 27.05, 2, 10)
  30. end
  31. function hailed(NPC, Spawn)
  32. FaceTarget(NPC, Spawn)
  33. GenericGuardHail(NPC, Spawn, Faction)
  34. end
  35. function respawn(NPC)
  36. end