adiseasedratonga1586605.lua 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga1586605.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga1586605.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:46: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, -148.41, -0.56, 179.04, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  19. MovementLoopAddLocation(NPC, -132.89, -0.56, 170.97, 2, 0)
  20. MovementLoopAddLocation(NPC, -132.89, -0.56, 166.09, 2, math.random(12, 22))
  21. MovementLoopAddLocation(NPC, -132.89, -0.56, 170.97, 2, 0)
  22. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  23. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  24. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  25. MovementLoopAddLocation(NPC, -132.89, -0.56, 190.91, 2, 0)
  26. MovementLoopAddLocation(NPC, -128.08, -0.56, 191.93, 2, math.random(12, 22))
  27. MovementLoopAddLocation(NPC, -126.70, -0.63, 180.05, 2, math.random(12, 22))
  28. MovementLoopAddLocation(NPC, -128.42, -0.56, 176.08, 2, 0)
  29. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  30. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  31. MovementLoopAddLocation(NPC, -140.64, -0.56, 172.48, 2, 0)
  32. MovementLoopAddLocation(NPC, -148.61, -0.56, 166.48, 2, 0)
  33. MovementLoopAddLocation(NPC, -152.03, -0.56, 164.95, 2, math.random(12, 22))
  34. MovementLoopAddLocation(NPC, -148.43, -0.56, 166.09, 2, 0)
  35. MovementLoopAddLocation(NPC, -148.43, -0.56, 170.97, 2, 0)
  36. MovementLoopAddLocation(NPC, -143.46, -0.80, 180.99, 2, 0)
  37. MovementLoopAddLocation(NPC, -139.45, -0.56, 186.03, 2, math.random(12, 22))
  38. end