adiseasedratonga1586594.lua 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga1586594.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga1586594.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:46:40
  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, -132.43, -0.56, 192.04, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -138.31, -0.56, 186.03, 2, 0)
  19. MovementLoopAddLocation(NPC, -142.80, -0.56, 186.03, 2, 0)
  20. MovementLoopAddLocation(NPC, -143.84, -0.56, 179.30, 2, 0)
  21. MovementLoopAddLocation(NPC, -142.80, -0.56, 176.08, 2, 0)
  22. MovementLoopAddLocation(NPC, -138.60, -0.56, 175.80, 2, math.random(12, 22))
  23. MovementLoopAddLocation(NPC, -138.31, -0.56, 176.08, 2, 0)
  24. MovementLoopAddLocation(NPC, -138.31, -0.56, 187.41, 2, 0)
  25. MovementLoopAddLocation(NPC, -133.11, -0.56, 192.07, 2, math.random(12, 22))
  26. MovementLoopAddLocation(NPC, -138.49, -0.56, 186.35, 2, 0)
  27. MovementLoopAddLocation(NPC, -142.31, -0.62, 181.02, 2, math.random(12, 22))
  28. MovementLoopAddLocation(NPC, -138.05, -0.64, 186.99, 2, 0)
  29. MovementLoopAddLocation(NPC, -137.97, -0.56, 191.28, 2, 0)
  30. MovementLoopAddLocation(NPC, -142.78, -0.56, 191.05, 2, 0)
  31. MovementLoopAddLocation(NPC, -145.59, -0.56, 189.09, 2, math.random(12, 22))
  32. MovementLoopAddLocation(NPC, -142.80, -0.56, 186.03, 2, 0)
  33. MovementLoopAddLocation(NPC, -136.30, -1.54, 186.03, 2, 0)
  34. MovementLoopAddLocation(NPC, -130.63, -0.76, 181.09, 2, math.random(12, 22))
  35. MovementLoopAddLocation(NPC, -138.31, -0.56, 186.03, 2, 0)
  36. MovementLoopAddLocation(NPC, -142.80, -0.56, 186.03, 2, 0)
  37. MovementLoopAddLocation(NPC, -145.98, -0.56, 192.04, 2, math.random(12, 22))
  38. end