adiseasedratonga391883.lua 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga391883.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga391883.lua
  4. Script Author : Rylec
  5. Script Date : 10-17-2019 03:28:33
  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, -181.02, 0.00, 133.19, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -179.22, 0.00, 134.23, 2, math.random(12, 22))
  19. MovementLoopAddLocation(NPC, -180.21, 0.00, 135.73, 2, 0)
  20. MovementLoopAddLocation(NPC, -181.00, 0.00, 136.93, 2, math.random(12, 22))
  21. MovementLoopAddLocation(NPC, -183.66, 0.03, 142.39, 2, 0)
  22. MovementLoopAddLocation(NPC, -184.13, 0.07, 138.23, 2, 0)
  23. MovementLoopAddLocation(NPC, -182.19, 0.00, 134.33, 2, math.random(12, 22))
  24. MovementLoopAddLocation(NPC, -180.05, 0.00, 141.31, 2, 0)
  25. MovementLoopAddLocation(NPC, -179.02, 0.00, 143.00, 2, 0)
  26. MovementLoopAddLocation(NPC, -177.23, 0.00, 137.52, 2, math.random(12, 22))
  27. MovementLoopAddLocation(NPC, -178.19, 0.00, 140.26, 2, 0)
  28. MovementLoopAddLocation(NPC, -179.53, 0.00, 142.47, 2, 0)
  29. MovementLoopAddLocation(NPC, -180.87, 0.00, 144.97, 2, math.random(12, 22))
  30. MovementLoopAddLocation(NPC, -180.59, 0.00, 144.27, 2, 0)
  31. MovementLoopAddLocation(NPC, -179.92, 0.00, 142.19, 2, 0)
  32. MovementLoopAddLocation(NPC, -177.23, 0.00, 138.20, 2, math.random(12, 22))
  33. MovementLoopAddLocation(NPC, -181.91, 0.00, 137.02, 2, math.random(12, 22))
  34. MovementLoopAddLocation(NPC, -182.60, 0.00, 132.11, 2, math.random(12, 22))
  35. end