adiseasedratonga1586512.lua 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga1586512.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga1586512.lua
  4. Script Author : Rylec
  5. Script Date : 09-15-2019 05:30:34
  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, -177.34, 1.32, 35.55, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -179.37, 1.22, 30.50, 2, math.random(10, 20))
  19. -- MovementLoopAddLocation(NPC, -179.26, 1.22, 29.03, 2, 0)
  20. MovementLoopAddLocation(NPC, -178.44, 1.22, 25.42, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -176.53, 1.22, 33.33, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -180.08, 1.22, 36.54, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -176.33, 1.23, 33.35, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -174.83, 1.22, 29.16, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -178.46, 1.24, 36.38, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -176.17, 1.22, 30.22, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -174.86, 1.22, 28.52, 2, math.random(10, 20))
  28. -- MovementLoopAddLocation(NPC, -176.34, 1.29, 34.20, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -175.43, 1.25, 32.73, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -179.15, 1.22, 30.77, 2, math.random(10, 20))
  31. end