adiseasedratonga393692.lua 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga393692.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga393692.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:46:08
  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, -126.41, -0.46, 162.08, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -127.96, -0.56, 170.93, 2, 0)
  19. MovementLoopAddLocation(NPC, -133.10, -0.56, 170.93, 2, 0)
  20. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  21. MovementLoopAddLocation(NPC, -144.55, -0.56, 177.44, 2, 0)
  22. MovementLoopAddLocation(NPC, -148.39, -0.56, 187.84, 2, math.random(12, 22))
  23. MovementLoopAddLocation(NPC, -142.85, -0.56, 176.42, 2, 0)
  24. MovementLoopAddLocation(NPC, -139.38, -0.56, 173.26, 2, 0)
  25. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  26. MovementLoopAddLocation(NPC, -133.10, -0.56, 170.93, 2, 0)
  27. MovementLoopAddLocation(NPC, -127.99, -0.56, 170.77, 2, 0)
  28. MovementLoopAddLocation(NPC, -128.14, -0.56, 168.18, 2, math.random(12, 22))
  29. MovementLoopAddLocation(NPC, -125.45, -0.56, 171.55, 2, 0)
  30. MovementLoopAddLocation(NPC, -128.10, -0.56, 170.93, 2, 0)
  31. MovementLoopAddLocation(NPC, -133.10, -0.56, 170.93, 2, 0)
  32. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  33. MovementLoopAddLocation(NPC, -141.17, -0.56, 173.69, 2, 0)
  34. MovementLoopAddLocation(NPC, -141.14, -0.56, 173.69, 2, math.random(12, 22))
  35. MovementLoopAddLocation(NPC, -134.80, -0.56, 174.60, 2, 0)
  36. MovementLoopAddLocation(NPC, -132.77, -0.57, 175.97, 2, 0)
  37. MovementLoopAddLocation(NPC, -128.05, -0.56, 176.10, 2, 0)
  38. MovementLoopAddLocation(NPC, -132.77, -0.57, 175.97, 2, 0)
  39. MovementLoopAddLocation(NPC, -134.80, -0.56, 174.60, 2, 0)
  40. MovementLoopAddLocation(NPC, -141.04, -0.56, 175.46, 2, math.random(12, 22))
  41. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  42. MovementLoopAddLocation(NPC, -133.10, -0.56, 170.93, 2, 0)
  43. MovementLoopAddLocation(NPC, -127.94, -0.56, 170.93, 2, 0)
  44. end