asludgewalkerhatchling392600.lua 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/asludgewalkerhatchling392600.lua
  3. Script Purpose : Waypoint Path for asludgewalkerhatchling392600.lua
  4. Script Author : Rylec
  5. Script Date : 09-27-2019 05:46:37
  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, -160.68, 0.05, 218.50, 2, math.random(12, 18))
  18. MovementLoopAddLocation(NPC, -159.29, 0.24, 218.13, 2, 0)
  19. MovementLoopAddLocation(NPC, -156.80, 0.01, 218.09, 2, 0)
  20. MovementLoopAddLocation(NPC, -155.08, 0.00, 217.77, 2, 0)
  21. MovementLoopAddLocation(NPC, -154.42, 0.01, 218.08, 2, math.random(12, 18))
  22. MovementLoopAddLocation(NPC, -152.57, 0.00, 217.99, 2, 0)
  23. MovementLoopAddLocation(NPC, -151.32, 0.01, 218.10, 2, math.random(12, 18))
  24. MovementLoopAddLocation(NPC, -152.04, 0.00, 217.99, 2, 0)
  25. MovementLoopAddLocation(NPC, -153.18, 0.00, 217.18, 2, math.random(12, 18))
  26. MovementLoopAddLocation(NPC, -155.31, 0.00, 217.14, 2, 0)
  27. MovementLoopAddLocation(NPC, -155.29, 0.00, 217.14, 2, math.random(12, 18))
  28. MovementLoopAddLocation(NPC, -154.25, 0.00, 217.17, 2, 0)
  29. MovementLoopAddLocation(NPC, -154.15, 0.00, 217.29, 2, math.random(12, 18))
  30. MovementLoopAddLocation(NPC, -152.23, 0.00, 217.96, 2, 0)
  31. MovementLoopAddLocation(NPC, -150.82, 0.02, 218.21, 2, math.random(12, 18))
  32. MovementLoopAddLocation(NPC, -151.72, 0.00, 218.06, 2, 0)
  33. MovementLoopAddLocation(NPC, -157.44, 0.00, 217.60, 2, 0)
  34. end