adiseasedratonga391919.lua 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga391919.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga391919.lua
  4. Script Author : Rylec
  5. Script Date : 09-19-2019 08:32:41
  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.59, 1.22, 60.85, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -157.32, 1.34, 61.01, 2, 0)
  19. MovementLoopAddLocation(NPC, -153.41, 1.34, 62.11, 2, math.random(12, 22))
  20. MovementLoopAddLocation(NPC, -152.74, 1.34, 60.84, 2, 0)
  21. MovementLoopAddLocation(NPC, -152.57, 1.34, 60.93, 2, math.random(12, 22))
  22. MovementLoopAddLocation(NPC, -152.62, 1.34, 61.95, 2, 0)
  23. MovementLoopAddLocation(NPC, -152.47, 1.34, 61.95, 2, math.random(12, 22))
  24. MovementLoopAddLocation(NPC, -157.48, 1.34, 61.87, 2, 0)
  25. MovementLoopAddLocation(NPC, -157.59, 1.34, 61.94, 2, math.random(12, 22))
  26. MovementLoopAddLocation(NPC, -158.82, 1.58, 62.12, 2, 0)
  27. MovementLoopAddLocation(NPC, -161.24, 1.22, 61.50, 2, 0)
  28. MovementLoopAddLocation(NPC, -162.77, 1.22, 60.87, 2, math.random(12, 22))
  29. MovementLoopAddLocation(NPC, -160.49, 1.22, 60.90, 2, math.random(12, 22))
  30. MovementLoopAddLocation(NPC, -162.14, 1.22, 61.71, 2, math.random(12, 22))
  31. end