adiseasedratonga1586517.lua 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga1586517.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga1586517.lua
  4. Script Author : Rylec
  5. Script Date : 09-22-2019 07:08:58
  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, -154.77, 1.34, 60.94, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -151.12, 1.34, 60.75, 2, 0)
  19. MovementLoopAddLocation(NPC, -151.29, 1.34, 60.83, 2, math.random(12, 22))
  20. MovementLoopAddLocation(NPC, -154.14, 1.34, 61.90, 2, math.random(12, 22))
  21. MovementLoopAddLocation(NPC, -156.26, 1.34, 61.44, 2, 0)
  22. MovementLoopAddLocation(NPC, -158.89, 1.58, 60.81, 2, 0)
  23. MovementLoopAddLocation(NPC, -161.13, 1.22, 60.84, 2, math.random(12, 22))
  24. MovementLoopAddLocation(NPC, -153.57, 1.34, 60.95, 2, math.random(12, 22))
  25. MovementLoopAddLocation(NPC, -162.34, 1.22, 62.86, 2, math.random(12, 22))
  26. MovementLoopAddLocation(NPC, -160.56, 1.22, 60.94, 2, math.random(12, 22))
  27. MovementLoopAddLocation(NPC, -151.32, 1.34, 62.87, 2, math.random(12, 22))
  28. MovementLoopAddLocation(NPC, -152.26, 1.34, 61.07, 2, 0)
  29. MovementLoopAddLocation(NPC, -158.80, 1.58, 60.85, 2, math.random(12, 22))
  30. end