adeathbeetle369480.lua 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. --[[
  2. Script Name : SpawnScripts/The Estate of Unrest/adeathbeetle369480.lua
  3. Script Purpose :
  4. Script Author : Auto Generated Neatz09
  5. Script Date : 01/06/2021 07:46:01 PM
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, -56.09, -0.68, 83.09, 2, 14)
  18. MovementLoopAddLocation(NPC, -72.29, 0.5, 77.61, 2, 14)
  19. MovementLoopAddLocation(NPC, -68.91, 0.4, 89.9, 2, 14)
  20. MovementLoopAddLocation(NPC, -81.19, 0, 71.47, 2, 14)
  21. MovementLoopAddLocation(NPC, -81.24, 0, 74.51, 2, 14)
  22. MovementLoopAddLocation(NPC, -82.49, 0, 81.09, 2, 14)
  23. MovementLoopAddLocation(NPC, -71.45, 0.5, 86.61, 2, 14)
  24. MovementLoopAddLocation(NPC, -73.55, 0.48, 86.56, 2, 0)
  25. MovementLoopAddLocation(NPC, -62.08, -0.15, 68.72, 2, 14)
  26. MovementLoopAddLocation(NPC, -67.25, 0.23, 85.08, 2, 14)
  27. MovementLoopAddLocation(NPC, -76.33, 0, 69.92, 2, 14)
  28. MovementLoopAddLocation(NPC, -55.85, -0.69, 83.22, 2, 14)
  29. end