asludgewalkerhatchling392609.lua 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/asludgewalkerhatchling392609.lua
  3. Script Purpose : Waypoint Path for asludgewalkerhatchling392609.lua
  4. Script Author : Rylec
  5. Script Date : 10-17-2019 04:40:09
  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, -183.56, 0.02, 126.94, 2, math.random(12, 18))
  18. MovementLoopAddLocation(NPC, -182.19, 0.00, 125.05, 2, 0)
  19. MovementLoopAddLocation(NPC, -182.34, 0.00, 121.47, 2, math.random(12, 18))
  20. MovementLoopAddLocation(NPC, -181.84, 0.00, 118.89, 2, 0)
  21. MovementLoopAddLocation(NPC, -181.82, 0.00, 111.31, 2, 0)
  22. MovementLoopAddLocation(NPC, -181.51, 0.00, 109.74, 2, math.random(12, 18))
  23. MovementLoopAddLocation(NPC, -181.16, 0.03, 113.12, 2, 0)
  24. MovementLoopAddLocation(NPC, -180.33, 0.13, 115.15, 2, math.random(12, 18))
  25. MovementLoopAddLocation(NPC, -181.70, 0.24, 117.17, 2, 0)
  26. MovementLoopAddLocation(NPC, -181.76, 0.00, 121.65, 2, 0)
  27. MovementLoopAddLocation(NPC, -183.11, 0.00, 123.93, 2, math.random(12, 18))
  28. MovementLoopAddLocation(NPC, -182.11, 0.00, 121.94, 2, 0)
  29. MovementLoopAddLocation(NPC, -181.79, 0.00, 115.56, 2, 0)
  30. MovementLoopAddLocation(NPC, -182.46, 0.00, 112.45, 2, math.random(12, 18))
  31. MovementLoopAddLocation(NPC, -181.20, 0.03, 109.30, 2, math.random(12, 18))
  32. MovementLoopAddLocation(NPC, -180.67, 0.08, 114.98, 2, 0)
  33. MovementLoopAddLocation(NPC, -181.45, 0.25, 116.86, 2, math.random(12, 18))
  34. MovementLoopAddLocation(NPC, -181.94, 0.00, 119.49, 2, 0)
  35. MovementLoopAddLocation(NPC, -182.00, 0.00, 123.28, 2, 0)
  36. MovementLoopAddLocation(NPC, -182.29, 0.00, 124.53, 2, math.random(12, 18))
  37. MovementLoopAddLocation(NPC, -182.39, 0.00, 124.38, 2, 0)
  38. MovementLoopAddLocation(NPC, -179.99, 0.11, 120.48, 2, math.random(12, 18))
  39. MovementLoopAddLocation(NPC, -181.40, 0.01, 122.32, 2, 0)
  40. end