asludgewalkerhatchling392598.lua 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/asludgewalkerhatchling392598.lua
  3. Script Purpose : Waypoint Path for asludgewalkerhatchling392598.lua
  4. Script Author : Rylec
  5. Script Date : 09-22-2019 09:41:19
  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, -161.07, 1.22, 60.84, 2, math.random(12, 18))
  18. MovementLoopAddLocation(NPC, -154.71, 1.34, 61.25, 2, 0)
  19. MovementLoopAddLocation(NPC, -153.44, 1.34, 60.94, 2, math.random(12, 18))
  20. MovementLoopAddLocation(NPC, -158.81, 1.82, 58.66, 2, math.random(12, 18))
  21. MovementLoopAddLocation(NPC, -156.70, 1.34, 59.40, 2, 0)
  22. MovementLoopAddLocation(NPC, -155.12, 1.34, 60.98, 2, 0)
  23. MovementLoopAddLocation(NPC, -153.22, 1.34, 61.62, 2, math.random(12, 18))
  24. MovementLoopAddLocation(NPC, -151.23, 1.34, 62.76, 2, 0)
  25. MovementLoopAddLocation(NPC, -150.90, 1.34, 62.87, 2, math.random(12, 18))
  26. MovementLoopAddLocation(NPC, -156.14, 1.34, 61.51, 2, 0)
  27. MovementLoopAddLocation(NPC, -158.66, 1.58, 60.92, 2, 0)
  28. MovementLoopAddLocation(NPC, -161.76, 1.22, 61.49, 2, math.random(12, 18))
  29. MovementLoopAddLocation(NPC, -159.10, 1.58, 60.97, 2, 0)
  30. MovementLoopAddLocation(NPC, -158.96, 1.58, 62.30, 2, 0)
  31. MovementLoopAddLocation(NPC, -158.58, 1.58, 61.96, 2, math.random(12, 18))
  32. MovementLoopAddLocation(NPC, -156.53, 1.34, 60.84, 2, 0)
  33. MovementLoopAddLocation(NPC, -156.86, 1.34, 60.85, 2, math.random(12, 18))
  34. MovementLoopAddLocation(NPC, -158.74, 1.58, 61.13, 2, 0)
  35. MovementLoopAddLocation(NPC, -159.79, 1.45, 60.89, 2, math.random(12, 18))
  36. MovementLoopAddLocation(NPC, -156.05, 1.34, 60.66, 2, 0)
  37. MovementLoopAddLocation(NPC, -156.28, 1.34, 60.78, 2, math.random(12, 18))
  38. MovementLoopAddLocation(NPC, -158.38, 1.58, 62.00, 2, 0)
  39. MovementLoopAddLocation(NPC, -162.59, 1.22, 61.95, 2, math.random(12, 18))
  40. MovementLoopAddLocation(NPC, -161.84, 1.22, 62.08, 2, 0)
  41. MovementLoopAddLocation(NPC, -161.34, 1.22, 61.94, 2, math.random(12, 18))
  42. end