adiseasedratonga1586599.lua 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga1586599.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga1586599.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:46:50
  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, -143.70, -0.56, 192.24, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -143.92, -0.56, 177.18, 2, 0)
  19. MovementLoopAddLocation(NPC, -136.88, -0.56, 172.45, 2, math.random(12, 22))
  20. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  21. MovementLoopAddLocation(NPC, -128.42, -0.56, 176.08, 2, 0)
  22. MovementLoopAddLocation(NPC, -127.79, -0.56, 178.52, 2, 0)
  23. MovementLoopAddLocation(NPC, -127.70, -0.56, 178.47, 2, math.random(12, 22))
  24. MovementLoopAddLocation(NPC, -126.51, -0.56, 171.07, 2, math.random(12, 22))
  25. MovementLoopAddLocation(NPC, -128.42, -0.56, 170.97, 2, 0)
  26. MovementLoopAddLocation(NPC, -132.89, -0.56, 170.97, 2, 0)
  27. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  28. MovementLoopAddLocation(NPC, -137.21, -0.56, 172.44, 2, 0)
  29. MovementLoopAddLocation(NPC, -138.31, -0.56, 170.97, 2, 0)
  30. MovementLoopAddLocation(NPC, -142.80, -0.56, 170.97, 2, 0)
  31. MovementLoopAddLocation(NPC, -148.74, -0.73, 164.67, 2, math.random(12, 22))
  32. MovementLoopAddLocation(NPC, -145.91, -1.94, 170.04, 2, 0)
  33. MovementLoopAddLocation(NPC, -138.31, -0.56, 176.08, 2, 0)
  34. MovementLoopAddLocation(NPC, -132.89, -0.56, 186.03, 2, 0)
  35. MovementLoopAddLocation(NPC, -128.99, -0.59, 185.98, 2, math.random(12, 22))
  36. MovementLoopAddLocation(NPC, -132.70, -0.56, 186.17, 2, 0)
  37. MovementLoopAddLocation(NPC, -140.33, -0.56, 192.04, 2, 0)
  38. end