adeathbeetle369488.lua 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : SpawnScripts/The Estate of Unrest/adeathbeetle369488.lua
  3. Script Purpose :
  4. Script Author : Auto Generated
  5. Script Date : 01/04/2021 05:01:44 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, 59.02, -0.27, 67.57, 2, 0)
  18. MovementLoopAddLocation(NPC, 49.61, -0.34, 72.59, 2, 10)
  19. MovementLoopAddLocation(NPC, 47.72, 0.08, 72.59, 2, 10)
  20. MovementLoopAddLocation(NPC, 72.19, -0.2, 72.62, 2, 0)
  21. MovementLoopAddLocation(NPC, 63.31, -0.32, 72.19, 2, 10)
  22. MovementLoopAddLocation(NPC, 79.27, 0.19, 92.39, 2, 10)
  23. MovementLoopAddLocation(NPC, 46.86, 0.47, 80.44, 2, 10)
  24. MovementLoopAddLocation(NPC, 59.74, -0.71, 83.7, 2, 10)
  25. MovementLoopAddLocation(NPC, 72.12, -0.23, 75.31, 2, 10)
  26. MovementLoopAddLocation(NPC, 70.38, -0.14, 71.54, 2, 10)
  27. MovementLoopAddLocation(NPC, 59.4, -0.21, 67.31, 2, 10)
  28. end